Searched refs:VNIC_STAT (Results 1 – 1 of 1) sorted by relevance
/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 66 #define VNIC_STAT(m) { sizeof_field(struct opa_vnic_stats, m), \ macro 71 {"rx_packets", VNIC_STAT(netstats.rx_packets)}, 72 {"tx_packets", VNIC_STAT(netstats.tx_packets)}, 73 {"rx_bytes", VNIC_STAT(netstats.rx_bytes)}, 74 {"tx_bytes", VNIC_STAT(netstats.tx_bytes)}, 75 {"rx_errors", VNIC_STAT(netstats.rx_errors)}, 76 {"tx_errors", VNIC_STAT(netstats.tx_errors)}, 77 {"rx_dropped", VNIC_STAT(netstats.rx_dropped)}, 78 {"tx_dropped", VNIC_STAT(netstats.tx_dropped)}, 81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)}, [all …]
|