Searched refs:SQEBB_MASK (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ | ||
H A D | erdma_hw.h | 115 #define SQEBB_MASK (~(SQEBB_SIZE - 1)) macro 116 #define SQEBB_ALIGN(size) ((size + SQEBB_SIZE - 1) & SQEBB_MASK) |
Completed in 3 milliseconds