Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c3352 qla_hw_tx_cntxt_t *hw_tx_cntxt; in qla_init_xmt_cntxt_i() local
3355 hw_tx_cntxt = &hw->tx_cntxt[txr_idx]; in qla_init_xmt_cntxt_i()
3399 hw_tx_cntxt->txr_next = hw_tx_cntxt->txr_comp = 0; in qla_init_xmt_cntxt_i()
3400 *(hw_tx_cntxt->tx_cons) = 0; in qla_init_xmt_cntxt_i()
3735 qla_hw_tx_cntxt_t *hw_tx_cntxt; in ql_hw_tx_done_locked() local
3745 hw_tx_cntxt->txr_comp++; in ql_hw_tx_done_locked()
3747 hw_tx_cntxt->txr_comp = 0; in ql_hw_tx_done_locked()
3763 hw_tx_cntxt->txr_free += comp_count; in ql_hw_tx_done_locked()
3768 txr_idx, hw_tx_cntxt->txr_free, in ql_hw_tx_done_locked()
3769 hw_tx_cntxt->txr_next, hw_tx_cntxt->txr_comp); in ql_hw_tx_done_locked()
[all …]