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

/freebsd-10.3-release/sys/dev/qlxgbe/
H A Dql_hw.c2633 q80_rsp_tx_cntxt_t *tcntxt_rsp; local
2688 tcntxt_rsp = (q80_rsp_tx_cntxt_t *)ha->hw.mbox;
2690 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status);
2697 hw_tx_cntxt->tx_prod_reg = tcntxt_rsp->tx_ring[0].prod_index;
2698 hw_tx_cntxt->tx_cntxt_id = tcntxt_rsp->tx_ring[0].cntxt_id;
2716 q80_tx_cntxt_destroy_rsp_t *tcntxt_rsp; local
2734 tcntxt_rsp = (q80_tx_cntxt_destroy_rsp_t *)ha->hw.mbox;
2736 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status);

Completed in 101 milliseconds