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

/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c3352 qla_hw_tx_cntxt_t *hw_tx_cntxt; local
3355 hw_tx_cntxt = &hw->tx_cntxt[txr_idx];
3390 qla_host_to_le64(hw_tx_cntxt->tx_ring_paddr);
3392 qla_host_to_le64(hw_tx_cntxt->tx_cons_paddr);
3398 hw_tx_cntxt->txr_free = NUM_TX_DESCRIPTORS;
3399 hw_tx_cntxt->txr_next = hw_tx_cntxt->txr_comp = 0;
3400 *(hw_tx_cntxt->tx_cons) = 0;
3418 hw_tx_cntxt->tx_prod_reg = tcntxt_rsp->tx_ring[0].prod_index;
3419 hw_tx_cntxt
3735 qla_hw_tx_cntxt_t *hw_tx_cntxt; local
[all...]

Completed in 57 milliseconds