Searched refs:hw_tx_cntxt (Results 1 – 1 of 1) sorted by relevance
3352 qla_hw_tx_cntxt_t *hw_tx_cntxt; in qla_init_xmt_cntxt_i() local3355 hw_tx_cntxt = &hw->tx_cntxt[txr_idx]; in qla_init_xmt_cntxt_i()3390 qla_host_to_le64(hw_tx_cntxt->tx_ring_paddr); in qla_init_xmt_cntxt_i()3392 qla_host_to_le64(hw_tx_cntxt->tx_cons_paddr); in qla_init_xmt_cntxt_i()3398 hw_tx_cntxt->txr_free = NUM_TX_DESCRIPTORS; 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()3418 hw_tx_cntxt->tx_prod_reg = tcntxt_rsp->tx_ring[0].prod_index; in qla_init_xmt_cntxt_i()3419 hw_tx_cntxt->tx_cntxt_id = tcntxt_rsp->tx_ring[0].cntxt_id; in qla_init_xmt_cntxt_i()3421 if (qla_config_intr_coalesce(ha, hw_tx_cntxt->tx_cntxt_id, 0, 0)) in qla_init_xmt_cntxt_i()[all …]