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