Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/erdma/
Derdma_hw.h113 #define SQEBB_SIZE 32 macro
115 #define SQEBB_MASK (~(SQEBB_SIZE - 1))
116 #define SQEBB_ALIGN(size) ((size + SQEBB_SIZE - 1) & SQEBB_MASK)
Derdma_qp.c216 sgl_offset &= (SQEBB_SIZE - 1); in fill_inline_data()
229 copy_size = min(remain_size, SQEBB_SIZE - sgl_offset); in fill_inline_data()
239 sgl_offset &= (SQEBB_SIZE - 1); in fill_inline_data()
269 sgl_offset &= (SQEBB_SIZE - 1); in fill_sgl()
Derdma_verbs.c873 if (len < (ALIGN(qp->attrs.sq_size * SQEBB_SIZE, ERDMA_HW_PAGE_SIZE) + in init_user_qp()