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