Searched refs:QL_BUFFER_ALIGN (Results 1 – 3 of 3) sorted by relevance
230 size = QL_ALIGN((sizeof (q80_tx_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()232 size += QL_ALIGN((sizeof (q80_tx_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()234 size += QL_ALIGN((sizeof (q80_rcv_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()236 size += QL_ALIGN((sizeof (q80_rcv_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()294 size = QL_ALIGN((sizeof (q80_tx_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()300 size = QL_ALIGN((sizeof (q80_tx_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()306 size = QL_ALIGN((sizeof (q80_rcv_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()312 size = QL_ALIGN((sizeof (q80_rcv_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()
826 #define QL_BUFFER_ALIGN 16 macro
1727 #define QL_BUFFER_ALIGN 16 macro