Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h90 typedef struct tx_state { struct
/titanic_41/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1655 uint32_t tx_state; in dmfe_tick_stall_check() local
1683 tx_state = TX_PROCESS_STATE(istat); in dmfe_tick_stall_check()
1685 limit = stall_100_tix[tx_state]; in dmfe_tick_stall_check()
1687 limit = stall_10_tix[tx_state]; in dmfe_tick_stall_check()
1693 dmfep->tx_pending_tix, tx_state); in dmfe_tick_stall_check()
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ctx.c465 adapter->tx_state = in nx_fw_cmd_create_tx_ctx()