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

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_main.c625 nic->drv_stats.txq_stop = 0;
626 nic->drv_stats.txq_wake = 0;
735 struct nicvf_drv_stats *drv_stats; local
739 drv_stats = &nic->drv_stats;
743 return (drv_stats->rx_frames_ok);
745 return (drv_stats->tx_frames_ok);
755 return (drv_stats->rx_drops);
757 return (drv_stats->tx_drops);
1575 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.c1869 nic->drv_stats.tx_tso++;
2229 struct nicvf_drv_stats *drv_stats = &nic->drv_stats; local
2232 drv_stats->rx_frames_ok++;

Completed in 127 milliseconds