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

/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c3350 q80_rsp_tx_cntxt_t *tcntxt_rsp; local
3409 tcntxt_rsp = (q80_rsp_tx_cntxt_t *)ha->hw.mbox;
3411 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status);
3418 hw_tx_cntxt->tx_prod_reg = tcntxt_rsp->tx_ring[0].prod_index;
3419 hw_tx_cntxt->tx_cntxt_id = tcntxt_rsp->tx_ring[0].cntxt_id;
3436 q80_tx_cntxt_destroy_rsp_t *tcntxt_rsp; local
3454 tcntxt_rsp = (q80_tx_cntxt_destroy_rsp_t *)ha->hw.mbox;
3456 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status);

Completed in 124 milliseconds