Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h89 typedef struct tx_state { struct
90 tx_cpu_t *tx_cpu; /* protects access to tx_open_txg */
91 kmutex_t tx_sync_lock; /* protects the rest of this struct */
93 uint64_t tx_open_txg; /* currently open txg id */
94 uint64_t tx_quiescing_txg; /* currently quiescing txg id */
118 } tx_state_t; argument
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c61 struct tx_state { struct
62 int waiting_ack;
63 struct timeval tsent;
64 int retries;
65 unsigned int psent;
/freebsd/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()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h382 struct ecp_tx_state tx_state; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c255 read_tx_state_one(struct adapter *sc, int i, struct port_tx_state *tx_state) in read_tx_state_one()
267 read_tx_state(struct adapter *sc, struct port_tx_state *tx_state) in read_tx_state()
276 check_tx_state(struct adapter *sc, struct port_tx_state *tx_state) in check_tx_state()
345 struct port_tx_state tx_state[MAX_NPORTS]; in t4_wr_mbox_meat_timeout() local