diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2019-10-16 18:12:22 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2019-10-16 18:12:22 +0000 |
| commit | 087ea4103c1a8378e65ca5be050810981e38ee90 (patch) | |
| tree | d2e436cb8702acb3b71634587cb72200478fbfd8 /sys/dev/ixl | |
| parent | 2a19575a4fbc66e3be7465a32ed644bbbe8f5a47 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ixl')
| -rw-r--r-- | sys/dev/ixl/ixl_pf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixl/ixl_pf_main.c b/sys/dev/ixl/ixl_pf_main.c index 14fe548ce121..2dafedae742c 100644 --- a/sys/dev/ixl/ixl_pf_main.c +++ b/sys/dev/ixl/ixl_pf_main.c @@ -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), |
