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

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c3418 q80_rsp_tx_cntxt_t *tcntxt_rsp; local
3477 tcntxt_rsp = (q80_rsp_tx_cntxt_t *)ha->hw.mbox;
3479 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status);
3486 hw_tx_cntxt->tx_prod_reg = tcntxt_rsp->tx_ring[0].prod_index;
3487 hw_tx_cntxt->tx_cntxt_id = tcntxt_rsp->tx_ring[0].cntxt_id;
3505 q80_tx_cntxt_destroy_rsp_t *tcntxt_rsp; local
3523 tcntxt_rsp = (q80_tx_cntxt_destroy_rsp_t *)ha->hw.mbox;
3525 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status);

Completed in 57 milliseconds