Searched refs:QL_BUFFER_ALIGN (Results 1 – 3 of 3) sorted by relevance
229 size = QL_ALIGN((sizeof (q80_tx_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()231 size += QL_ALIGN((sizeof (q80_tx_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()233 size += QL_ALIGN((sizeof (q80_rcv_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()235 size += QL_ALIGN((sizeof (q80_rcv_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_alloc_dma()293 size = QL_ALIGN((sizeof (q80_tx_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()299 size = QL_ALIGN((sizeof (q80_tx_cntxt_rsp_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()305 size = QL_ALIGN((sizeof (q80_rcv_cntxt_req_t)), QL_BUFFER_ALIGN); in qla_init_cntxt_regions()311 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