mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix compile error introduced in r353658
"adapter" doesn't exist in ixl. Reported by: O. Hartmann <ohartmann@walstatt.org>
This commit is contained in:
parent
2a19575a4f
commit
087ea4103c
1 changed files with 1 additions and 1 deletions
|
|
@ -2683,7 +2683,7 @@ ixl_update_stats_counters(struct ixl_pf *pf)
|
|||
* during the last interval, so capture that here.
|
||||
*/
|
||||
if (pf->stats.link_xoff_rx != prev_link_xoff_rx)
|
||||
adapter->shared->isc_pause_frames = 1;
|
||||
vsi->shared->isc_pause_frames = 1;
|
||||
|
||||
/* Packet size stats rx */
|
||||
ixl_stat_update48(hw, I40E_GLPRT_PRC64H(hw->port),
|
||||
|
|
|
|||
Loading…
Reference in a new issue