Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c5382 #define GET_STAT(name) \ in t4_get_port_stats() macro
5388 p->tx_octets = GET_STAT(TX_PORT_BYTES); in t4_get_port_stats()
5389 p->tx_frames = GET_STAT(TX_PORT_FRAMES); in t4_get_port_stats()
5390 p->tx_bcast_frames = GET_STAT(TX_PORT_BCAST); in t4_get_port_stats()
5391 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
5392 p->tx_ucast_frames = GET_STAT(TX_PORT_UCAST); in t4_get_port_stats()
5393 p->tx_error_frames = GET_STAT(TX_PORT_ERROR); in t4_get_port_stats()
5394 p->tx_frames_64 = GET_STAT(TX_PORT_64B); in t4_get_port_stats()
5395 p->tx_frames_65_127 = GET_STAT(TX_PORT_65B_127B); in t4_get_port_stats()
5396 p->tx_frames_128_255 = GET_STAT(TX_PORT_128B_255B); in t4_get_port_stats()
[all …]
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c452 MWL8K_CMDNAME(GET_STAT); in mwl8k_cmd_name()