Home
last modified time | relevance | path

Searched defs:virtchnl_eth_stats (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iavf/
H A Dvirtchnl.h515 struct virtchnl_eth_stats { struct
516 u64 rx_bytes; /* received bytes */
517 u64 rx_unicast; /* received unicast pkts */
518 u64 rx_multicast; /* received multicast pkts */
519 u64 rx_broadcast; /* received broadcast pkts */
520 u64 rx_discards;
521 u64 rx_unknown_protocol;
522 u64 tx_bytes; /* transmitted bytes */
523 u64 tx_unicast; /* transmitted unicast pkts */
524 u64 tx_multicast; /* transmitted multicast pkts */
[all …]
/freebsd/sys/dev/ice/
H A Dvirtchnl.h1175 struct virtchnl_eth_stats { struct
1176 rx_bytesvirtchnl_eth_stats global() argument
1177 rx_unicastvirtchnl_eth_stats global() argument
1178 rx_multicastvirtchnl_eth_stats global() argument
1179 rx_broadcastvirtchnl_eth_stats global() argument
1180 rx_discardsvirtchnl_eth_stats global() argument
1181 rx_unknown_protocolvirtchnl_eth_stats global() argument
1182 tx_bytesvirtchnl_eth_stats global() argument
1183 tx_unicastvirtchnl_eth_stats global() argument
1184 tx_multicastvirtchnl_eth_stats global() argument
1185 tx_broadcastvirtchnl_eth_stats global() argument
1186 tx_discardsvirtchnl_eth_stats global() argument
1187 tx_errorsvirtchnl_eth_stats global() argument