Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlxgbe/
HDql_hw.c3417 q80_rq_tx_cntxt_t *tcntxt; in qla_init_xmt_cntxt_i()
3430 tcntxt = (q80_rq_tx_cntxt_t *)ha->hw.mbox; in qla_init_xmt_cntxt_i()
3431 bzero(tcntxt, (sizeof (q80_rq_tx_cntxt_t))); in qla_init_xmt_cntxt_i()
3434 tcntxt->count_version = (sizeof (q80_rq_tx_cntxt_t) >> 2); in qla_init_xmt_cntxt_i()
3471 (sizeof (q80_rq_tx_cntxt_t) >> 2), in qla_init_xmt_cntxt_i()
HDql_hw.h1120 } __packed q80_rq_tx_cntxt_t; typedef