Home
last modified time | relevance | path

Searched refs:GET_STAT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c6253 #define GET_STAT(name) \ in t4_get_port_stats() macro
6259 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
6260 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
6261 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
6262 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
6263 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
6264 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
6265 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
6266 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
6267 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B); in t4_get_port_stats()
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c457 MWL8K_CMDNAME(GET_STAT); in mwl8k_cmd_name()