Searched refs:bad_wr (Results 1 - 2 of 2) sorted by relevance

/external/fio/engines/
H A Drdma.c592 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...]
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_verbs.h639 __u32 bad_wr; member in struct:ib_uverbs_post_send_resp
658 __u32 bad_wr; member in struct:ib_uverbs_post_recv_resp
671 __u32 bad_wr; member in struct:ib_uverbs_post_srq_recv_resp

Completed in 102 milliseconds