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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h61 * The tc_open_lock protects the tx_open_txg member of the tx_state structure.
80 * The tx_state structure maintains the state information about the different
81 * stages of the pool's transaction groups. A per pool tx_state structure
82 * is used to track this information. The tx_state structure also points to
90 typedef struct tx_state { struct
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_ioctl.c412 ql_get_tx_state(qla_host_t *ha, qla_drvr_state_tx_t *tx_state) argument
417 tx_state->base_p_addr = ha->hw.tx_cntxt[i].tx_ring_paddr;
418 tx_state->cons_p_addr = ha->hw.tx_cntxt[i].tx_cons_paddr;
419 tx_state->tx_prod_reg = ha->hw.tx_cntxt[i].tx_prod_reg;
420 tx_state->tx_cntxt_id = ha->hw.tx_cntxt[i].tx_cntxt_id;
421 tx_state->txr_free = ha->hw.tx_cntxt[i].txr_free;
422 tx_state->txr_next = ha->hw.tx_cntxt[i].txr_next;
423 tx_state->txr_comp = ha->hw.tx_cntxt[i].txr_comp;
424 tx_state++;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h384 struct ecp_tx_state tx_state; member in struct:ecp_state_s
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c252 read_tx_state_one(struct adapter *sc, int i, struct port_tx_state *tx_state) argument
264 tx_state->rx_pause = t4_read_reg64(sc, rx_pause_reg);
265 tx_state->tx_frames = t4_read_reg64(sc, tx_frames_reg);
269 read_tx_state(struct adapter *sc, struct port_tx_state *tx_state) argument
274 read_tx_state_one(sc, i, &tx_state[i]);
278 check_tx_state(struct adapter *sc, struct port_tx_state *tx_state) argument
285 rx_pause = tx_state[i].rx_pause;
286 tx_frames = tx_state[i].tx_frames;
287 read_tx_state_one(sc, i, &tx_state[i]); /* update */
294 rx_pause != tx_state[
350 struct port_tx_state tx_state[MAX_NPORTS]; local
[all...]
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c63 struct tx_state { struct

Completed in 127 milliseconds