Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h145 } __packed q80_tx_cntxt_rsp_t; /* 144 bytes */ typedef
765 q80_tx_cntxt_rsp_t *tx_cntxt_rsp; /* TX Context Response */
H A Dqla_hw.c231 size += QL_ALIGN((sizeof (q80_tx_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()
296 (q80_tx_cntxt_rsp_t *)((uint8_t *)hw->tx_cntxt_req + size); in qla_init_cntxt_regions()
299 size = QL_ALIGN((sizeof (q80_tx_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()
1315 q80_tx_cntxt_rsp_t *tx_rsp; in qla_init_xmt_cntxt()