Home
last modified time | relevance | path

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

/src/sys/dev/qlxgbe/
H A Dql_ioctl.c410 ql_get_tx_state(qla_host_t *ha, qla_drvr_state_tx_t *tx_state) in ql_get_tx_state() argument
415 tx_state->base_p_addr = ha->hw.tx_cntxt[i].tx_ring_paddr; in ql_get_tx_state()
416 tx_state->cons_p_addr = ha->hw.tx_cntxt[i].tx_cons_paddr; in ql_get_tx_state()
417 tx_state->tx_prod_reg = ha->hw.tx_cntxt[i].tx_prod_reg; in ql_get_tx_state()
418 tx_state->tx_cntxt_id = ha->hw.tx_cntxt[i].tx_cntxt_id; in ql_get_tx_state()
419 tx_state->txr_free = ha->hw.tx_cntxt[i].txr_free; in ql_get_tx_state()
420 tx_state->txr_next = ha->hw.tx_cntxt[i].txr_next; in ql_get_tx_state()
421 tx_state->txr_comp = ha->hw.tx_cntxt[i].txr_comp; in ql_get_tx_state()
422 tx_state++; in ql_get_tx_state()
/src/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h90 typedef struct tx_state { struct
/src/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h382 struct ecp_tx_state tx_state; member
/src/sys/dev/cxgbe/common/
H A Dt4_hw.c291 read_tx_state_one(struct adapter *sc, int i, struct port_tx_state *tx_state) in read_tx_state_one() argument
298 tx_state->rx_pause = t4_read_reg64(sc, rx_pause_reg); in read_tx_state_one()
299 tx_state->tx_frames = t4_read_reg64(sc, tx_frames_reg); in read_tx_state_one()
303 read_tx_state(struct adapter *sc, struct port_tx_state *tx_state) in read_tx_state() argument
309 read_tx_state_one(sc, i, &tx_state[i]); in read_tx_state()
314 check_tx_state(struct adapter *sc, struct port_tx_state *tx_state) in check_tx_state() argument
323 rx_pause = tx_state[i].rx_pause; in check_tx_state()
324 tx_frames = tx_state[i].tx_frames; in check_tx_state()
325 read_tx_state_one(sc, i, &tx_state[i]); /* update */ in check_tx_state()
329 rx_pause != tx_state[i].rx_pause && in check_tx_state()
[all …]
/src/tools/tools/net80211/wesside/wesside/
H A Dwesside.c61 struct tx_state { struct