Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c254 uint32_t rx_pause_reg, tx_frames_reg; in read_tx_state_one() local
257 tx_frames_reg = PORT_REG(i, A_MPS_PORT_STAT_TX_PORT_FRAMES_L); in read_tx_state_one()
260 tx_frames_reg = T5_PORT_REG(i, A_MPS_PORT_STAT_TX_PORT_FRAMES_L); in read_tx_state_one()
265 tx_state->tx_frames = t4_read_reg64(sc, tx_frames_reg); in read_tx_state_one()