Home
last modified time | relevance | path

Searched refs:ib_uverbs_recv_wr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dib_user_verbs.h848 struct ib_uverbs_recv_wr { struct
860 struct ib_uverbs_recv_wr recv_wr[0]; argument
873 struct ib_uverbs_recv_wr recv[0];
/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.h828 struct ib_uverbs_recv_wr { struct
840 struct ib_uverbs_recv_wr recv_wr[0]; argument
853 struct ib_uverbs_recv_wr recv[0];
/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.h828 struct ib_uverbs_recv_wr { struct
840 struct ib_uverbs_recv_wr recv_wr[0]; argument
853 struct ib_uverbs_recv_wr recv[0];
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_cmd.c2181 struct ib_uverbs_recv_wr *user_wr; in ib_uverbs_unmarshall_recv()
2189 if (wqe_size < sizeof (struct ib_uverbs_recv_wr)) in ib_uverbs_unmarshall_recv()