Home
last modified time | relevance | path

Searched refs:max_hw_cq_size (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c170 iwvctx->uk_attrs.max_hw_cq_size = resp.max_hw_cq_size; in irdma_init_context()
H A Dirdma.h59 u32 max_hw_cq_size; member
H A Dirdma-abi.h85 __u32 max_hw_cq_size; member
H A Dabi.h139 __u32 max_hw_cq_size; member
H A Dirdma_uverbs.c434 if (attr_ex->cqe < uk_attrs->min_hw_cq_size || attr_ex->cqe > uk_attrs->max_hw_cq_size - 1) { in ucreate_cq()
1999 if (cqe < uk_attrs->min_hw_cq_size || cqe > uk_attrs->max_hw_cq_size - 1) in irdma_uresize_cq()
/freebsd/sys/dev/irdma/
H A Dirdma-abi.h85 __u32 max_hw_cq_size; member
H A Dirdma.h197 u32 max_hw_cq_size; member
H A Dirdma_kcompat.c221 uresp.max_hw_cq_size = uk_attrs->max_hw_cq_size; in irdma_alloc_ucontext()
H A Dirdma_hw.c2149 rf->max_cqe = rf->sc_dev.hw_attrs.uk_attrs.max_hw_cq_size; in irdma_initialize_hw_rsrc()
H A Dirdma_ctrl.c4294 info->num_elem > info->dev->hw_attrs.uk_attrs.max_hw_cq_size) in irdma_sc_ccq_init()
5511 dev->hw_attrs.uk_attrs.max_hw_cq_size = IRDMA_MAX_CQ_SIZE; in irdma_sc_dev_init()