Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_std_types_cq.c92 IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN); in UVERBS_HANDLER()
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dib_user_verbs.h416 IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN = 1 << 1, enumerator
/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 Dib_user_verbs.h406 IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN = 1 << 1, enumerator
/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 Dib_user_verbs.h406 IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN = 1 << 1, enumerator
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1394 return (flags & ~(IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN | in check_cq_create_flags()
H A Dcq.c986 if (cq->create_flags & IB_UVERBS_CQ_FLAGS_IGNORE_OVERRUN) in mlx5_ib_create_cq()