Searched defs:tx_state (Results 1 – 5 of 5) sorted by relevance
89 typedef struct tx_state { struct90 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
61 struct tx_state { struct62 int waiting_ack;63 struct timeval tsent;64 int retries;65 unsigned int psent;
410 ql_get_tx_state(qla_host_t *ha, qla_drvr_state_tx_t *tx_state) in ql_get_tx_state()
382 struct ecp_tx_state tx_state; member
255 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