Searched refs:GET_STAT (Results 1 – 2 of 2) sorted by relevance
3226 #define GET_STAT(name) \ in t4_get_port_stats() macro3239 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()3246 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()3248 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0); in t4_get_port_stats()3249 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1); in t4_get_port_stats()3250 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2); in t4_get_port_stats()3251 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3); in t4_get_port_stats()3252 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4); in t4_get_port_stats()3253 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5); in t4_get_port_stats()3277 p->rx_frames_64 = GET_STAT(RX_PORT_64B); in t4_get_port_stats()[all …]
725 #define GET_STAT(name) \ in t4vf_get_port_stats() macro728 p->tx_octets = GET_STAT(TX_VF_BCAST_BYTES) + in t4vf_get_port_stats()729 GET_STAT(TX_VF_MCAST_BYTES) + in t4vf_get_port_stats()730 GET_STAT(TX_VF_UCAST_BYTES); in t4vf_get_port_stats()731 p->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4vf_get_port_stats()732 p->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4vf_get_port_stats()733 p->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES); in t4vf_get_port_stats()734 p->tx_drop = GET_STAT(TX_VF_DROP_FRAMES); in t4vf_get_port_stats()736 p->rx_bcast_frames = GET_STAT(RX_VF_BCAST_FRAMES); in t4vf_get_port_stats()740 p->rx_len_err = GET_STAT(RX_VF_ERR_FRAMES); in t4vf_get_port_stats()[all …]