Home
last modified time | relevance | path

Searched refs:cq_base (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c463 info.cq_base = irdma_alloc_hw_buf(total_size); in ucreate_cq()
464 if (!info.cq_base) { in ucreate_cq()
469 memset(info.cq_base, 0, total_size); in ucreate_cq()
474 total_size, (uintptr_t)info.cq_base, in ucreate_cq()
511 cmd.user_cq_buf = (__u64) ((uintptr_t)info.cq_base); in ucreate_cq()
538 irdma_free_hw_buf(info.cq_base, total_size); in ucreate_cq()
1984 struct irdma_cqe *cq_base = NULL; in irdma_uresize_cq() local
2008 cq_base = irdma_alloc_hw_buf(cq_size); in irdma_uresize_cq()
2009 if (!cq_base) in irdma_uresize_cq()
2012 memset(cq_base, 0, cq_size); in irdma_uresize_cq()
[all …]
H A Dirdma_defs.h316 (_cqe) = (_cq)->cq_base[offset].buf; \
320 (_cq)->cq_base[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
325 ((_cq)->cq_base))[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
H A Dirdma_user.h334 void irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int size);
406 struct irdma_cqe *cq_base; member
448 struct irdma_cqe *cq_base; member
H A Dirdma_uk.c1059 irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int cq_size) in irdma_uk_cq_resize() argument
1061 cq->cq_base = cq_base; in irdma_uk_cq_resize()
1295 ext_cqe = cq->cq_base[peek_head].buf; in irdma_uk_cq_poll_cmpl()
1778 cq->cq_base = info->cq_base; in irdma_uk_cq_init()
1808 cqe = ((struct irdma_extended_cqe *)(cq->cq_base))[cq_head].buf; in irdma_uk_clean_cq()
1810 cqe = cq->cq_base[cq_head].buf; in irdma_uk_clean_cq()
/freebsd/sys/dev/irdma/
H A Dirdma_user.h433 void irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int size);
507 struct irdma_cqe *cq_base; member
549 struct irdma_cqe *cq_base; member
H A Dirdma_uk.c975 irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int cq_size) in irdma_uk_cq_resize() argument
977 cq->cq_base = cq_base; in irdma_uk_cq_resize()
1186 ext_cqe = cq->cq_base[peek_head].buf; in irdma_uk_cq_poll_cmpl()
1696 cq->cq_base = info->cq_base; in irdma_uk_cq_init()
1726 cqe = ((struct irdma_extended_cqe *)(cq->cq_base))[cq_head].buf; in irdma_uk_clean_cq()
1728 cqe = cq->cq_base[cq_head].buf; in irdma_uk_clean_cq()
H A Dirdma_defs.h1400 (_cqe) = (_cq)->cq_base[offset].buf; \
1404 (_cq)->cq_base[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
1409 ((_cq)->cq_base))[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
H A Dirdma_type.h664 struct irdma_cqe *cq_base; member
803 struct irdma_cqe *cq_base; member
H A Dirdma_puda.c281 ext_cqe = cq_uk->cq_base[peek_head].buf; in irdma_puda_poll_info()
838 init_info->cq_base = mem->va; in irdma_puda_cq_create()
H A Dirdma_kcompat.c1074 ukinfo->cq_base = iwcq->kmem.va; in irdma_create_cq()
H A Dirdma_ctrl.c2714 irdma_uk_cq_resize(&cq->cq_uk, info->cq_base, info->cq_size); in irdma_sc_cq_resize()
4306 cq->cq_uk.cq_base = info->cq_base; in irdma_sc_ccq_init()
H A Dirdma_hw.c1100 info.cq_base = ccq->mem_cq.va; in irdma_create_ccq()
H A Dirdma_verbs.c1534 info.cq_base = kmem_buf.va; in irdma_resize_cq()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c1595 struct cq_base *hw_cqe; in __clean_cq()
2395 hwq_attr.stride = sizeof(struct cq_base); in bnxt_qplib_create_cq()
2503 hwq_attr.stride = sizeof(struct cq_base); in bnxt_qplib_resize_cq()
2754 struct cq_base *peek_hwcqe; in bnxt_re_legacy_do_wa9060()
3176 struct cq_base *hw_cqe; in bnxt_qplib_is_cq_empty()
3449 struct cq_base *hw_cqe; in bnxt_qplib_poll_cq()
H A Dib_verbs.c3835 entries * sizeof(struct cq_base), in bnxt_re_create_cq()
4051 entries * sizeof(struct cq_base), in bnxt_re_resize_cq()
5304 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h83077 typedef struct cq_base { struct