Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c3349 q80_rq_tx_cntxt_t *tcntxt; in qla_init_xmt_cntxt_i() local
3362 tcntxt = (q80_rq_tx_cntxt_t *)ha->hw.mbox; in qla_init_xmt_cntxt_i()
3363 bzero(tcntxt, (sizeof (q80_rq_tx_cntxt_t))); in qla_init_xmt_cntxt_i()
3365 tcntxt->opcode = Q8_MBX_CREATE_TX_CNTXT; in qla_init_xmt_cntxt_i()
3367 tcntxt->count_version |= Q8_MBX_CMD_VERSION; in qla_init_xmt_cntxt_i()
3377 tcntxt->traffic_class = 1; in qla_init_xmt_cntxt_i()
3387 tcntxt->ntx_rings = 1; in qla_init_xmt_cntxt_i()
3389 tcntxt->tx_ring[0].paddr = in qla_init_xmt_cntxt_i()
3391 tcntxt->tx_ring[0].tx_consumer = in qla_init_xmt_cntxt_i()
3435 q80_tx_cntxt_destroy_t *tcntxt; in qla_del_xmt_cntxt_i() local
[all …]