Searched refs:GET_STAT (Results 1 – 2 of 2) sorted by relevance
3046 #define GET_STAT(name) \ in t4_get_port_stats() macro3059 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()3066 p->tx_drop = GET_STAT(TX_PORT_DROP); in t4_get_port_stats()3068 p->tx_ppp0 = GET_STAT(TX_PORT_PPP0); in t4_get_port_stats()3069 p->tx_ppp1 = GET_STAT(TX_PORT_PPP1); in t4_get_port_stats()3070 p->tx_ppp2 = GET_STAT(TX_PORT_PPP2); in t4_get_port_stats()3071 p->tx_ppp3 = GET_STAT(TX_PORT_PPP3); in t4_get_port_stats()3072 p->tx_ppp4 = GET_STAT(TX_PORT_PPP4); in t4_get_port_stats()3073 p->tx_ppp5 = GET_STAT(TX_PORT_PPP5); in t4_get_port_stats()3097 p->rx_frames_64 = GET_STAT(RX_PORT_64B); in t4_get_port_stats()[all …]
693 #define GET_STAT(name) \ in t4vf_get_port_stats() macro696 p->tx_octets = GET_STAT(TX_VF_BCAST_BYTES) + in t4vf_get_port_stats()697 GET_STAT(TX_VF_MCAST_BYTES) + in t4vf_get_port_stats()698 GET_STAT(TX_VF_UCAST_BYTES); in t4vf_get_port_stats()699 p->tx_bcast_frames = GET_STAT(TX_VF_BCAST_FRAMES); in t4vf_get_port_stats()700 p->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4vf_get_port_stats()701 p->tx_ucast_frames = GET_STAT(TX_VF_UCAST_FRAMES); in t4vf_get_port_stats()702 p->tx_drop = GET_STAT(TX_VF_DROP_FRAMES); in t4vf_get_port_stats()704 p->rx_bcast_frames = GET_STAT(RX_VF_BCAST_FRAMES); in t4vf_get_port_stats()708 p->rx_len_err = GET_STAT(RX_VF_ERR_FRAMES); in t4vf_get_port_stats()[all …]