Searched refs:IBMVNIC_STAT_OFF (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/ibm/ |
| D | ibmvnic.c | 129 #define IBMVNIC_STAT_OFF(stat) (offsetof(struct ibmvnic_adapter, stats) + \ macro 134 {"rx_packets", IBMVNIC_STAT_OFF(rx_packets)}, 135 {"rx_bytes", IBMVNIC_STAT_OFF(rx_bytes)}, 136 {"tx_packets", IBMVNIC_STAT_OFF(tx_packets)}, 137 {"tx_bytes", IBMVNIC_STAT_OFF(tx_bytes)}, 138 {"ucast_tx_packets", IBMVNIC_STAT_OFF(ucast_tx_packets)}, 139 {"ucast_rx_packets", IBMVNIC_STAT_OFF(ucast_rx_packets)}, 140 {"mcast_tx_packets", IBMVNIC_STAT_OFF(mcast_tx_packets)}, 141 {"mcast_rx_packets", IBMVNIC_STAT_OFF(mcast_rx_packets)}, 142 {"bcast_tx_packets", IBMVNIC_STAT_OFF(bcast_tx_packets)}, [all …]
|