Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h51 #define IRDMA_U_MINCQ_SIZE 4 macro
H A Dirdma_uverbs.c385 if (ncqe < IRDMA_U_MINCQ_SIZE) in get_cq_size()
386 ncqe = IRDMA_U_MINCQ_SIZE; in get_cq_size()