HomeSort by relevance Sort by last modified time
    Searched refs:bad_wr (Results 1 - 4 of 4) sorted by null

  /external/fio/engines/
rdma.c 592 struct ibv_send_wr *bad_wr; local
637 if (ibv_post_send(rd->qp, &r_io_u_d->sq_wr, &bad_wr) != 0) {
655 struct ibv_recv_wr *bad_wr; local
664 if (ibv_post_recv(rd->qp, &r_io_u_d->rq_wr, &bad_wr) !=
673 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) {
765 struct ibv_send_wr *bad_wr; local
787 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
814 struct ibv_send_wr *bad_wr; local
835 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
856 struct ibv_send_wr *bad_wr; local
912 struct ibv_recv_wr *bad_wr; local
976 struct ibv_recv_wr *bad_wr; local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 747 __u32 bad_wr; member in struct:ib_uverbs_post_send_resp
767 __u32 bad_wr; member in struct:ib_uverbs_post_recv_resp
781 __u32 bad_wr; member in struct:ib_uverbs_post_srq_recv_resp
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 723 __u32 bad_wr; member in struct:ib_uverbs_post_send_resp
742 __u32 bad_wr; member in struct:ib_uverbs_post_recv_resp
755 __u32 bad_wr; member in struct:ib_uverbs_post_srq_recv_resp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 604 __u32 bad_wr; member in struct:ib_uverbs_post_send_resp
623 __u32 bad_wr; member in struct:ib_uverbs_post_recv_resp
636 __u32 bad_wr; member in struct:ib_uverbs_post_srq_recv_resp

Completed in 421 milliseconds