Lines Matching refs:send_flags
499 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
508 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
525 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send()
576 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write()
643 if (wr->next->send_flags & IB_SEND_INLINE) in build_rdma_write_cmpl()
691 bool send_signaled = (wr->next->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
693 bool write_signaled = (wr->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
1145 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send()
1147 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send()
1153 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
1212 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
1230 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()