Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c3350 q80_rsp_tx_cntxt_t *tcntxt_rsp; in qla_init_xmt_cntxt_i() local
3409 tcntxt_rsp = (q80_rsp_tx_cntxt_t *)ha->hw.mbox; in qla_init_xmt_cntxt_i()
3411 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status); 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()
3436 q80_tx_cntxt_destroy_rsp_t *tcntxt_rsp; in qla_del_xmt_cntxt_i() local
3454 tcntxt_rsp = (q80_tx_cntxt_destroy_rsp_t *)ha->hw.mbox; in qla_del_xmt_cntxt_i()
3456 err = Q8_MBX_RSP_STATUS(tcntxt_rsp->regcnt_status); in qla_del_xmt_cntxt_i()