Home
last modified time | relevance | path

Searched refs:max_hw_cqe (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Docrdma-abi.h89 __u32 max_hw_cqe; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Docrdma-abi.h89 __u32 max_hw_cqe; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Docrdma-abi.h89 __u32 max_hw_cqe; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma.h323 u32 max_hw_cqe; member
H A Docrdma_hw.c1786 int status = -ENOMEM; int max_hw_cqe; in ocrdma_mbx_create_cq() local
1801 cq->max_hw_cqe = 1; in ocrdma_mbx_create_cq()
1802 max_hw_cqe = 1; in ocrdma_mbx_create_cq()
1806 cq->max_hw_cqe = dev->attr.max_cqe; in ocrdma_mbx_create_cq()
1807 max_hw_cqe = dev->attr.max_cqe; in ocrdma_mbx_create_cq()
1812 cq->len = roundup(max_hw_cqe * cqe_size, OCRDMA_MIN_Q_PAGE_SIZE); in ocrdma_mbx_create_cq()
H A Docrdma_verbs.c939 uresp.max_hw_cqe = cq->max_hw_cqe; in ocrdma_copy_cq_uresp()
1017 if (new_cnt < 1 || new_cnt > cq->max_hw_cqe) { in ocrdma_resize_cq()
1645 cur_getp = (cur_getp + 1) % cq->max_hw_cqe; in ocrdma_discard_cqes()
2793 cur_getp = (cur_getp + 1) % cq->max_hw_cqe; in ocrdma_poll_hwcq()