Searched refs:drv_stats (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/vnic/
H A Dnicvf_main.c623 nic->drv_stats.txq_stop = 0;
624 nic->drv_stats.txq_wake = 0;
733 struct nicvf_drv_stats *drv_stats; local
737 drv_stats = &nic->drv_stats;
741 return (drv_stats->rx_frames_ok);
743 return (drv_stats->tx_frames_ok);
753 return (drv_stats->rx_drops);
755 return (drv_stats->tx_drops);
1573 struct nicvf_drv_stats *drv_stats local
[all...]
H A Dnic.h323 struct nicvf_drv_stats drv_stats; member in struct:nicvf
H A Dnicvf_queues.c1868 nic->drv_stats.tx_tso++;
2228 struct nicvf_drv_stats *drv_stats = &nic->drv_stats; local
2231 drv_stats->rx_frames_ok++;

Completed in 109 milliseconds