Home
last modified time | relevance | path

Searched refs:ib_wr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2204 const struct ib_send_wr *ib_wr, in i40iw_post_send() argument
2225 while (ib_wr) { in i40iw_post_send()
2228 info.wr_id = (u64)(ib_wr->wr_id); in i40iw_post_send()
2229 if ((ib_wr->send_flags & IB_SEND_SIGNALED) || iwqp->sig_all) in i40iw_post_send()
2231 if (ib_wr->send_flags & IB_SEND_FENCE) in i40iw_post_send()
2234 switch (ib_wr->opcode) { in i40iw_post_send()
2238 if (ib_wr->opcode == IB_WR_SEND) { in i40iw_post_send()
2239 if (ib_wr->send_flags & IB_SEND_SOLICITED) in i40iw_post_send()
2244 if (ib_wr->send_flags & IB_SEND_SOLICITED) in i40iw_post_send()
2250 if (ib_wr->send_flags & IB_SEND_INLINE) { in i40iw_post_send()
[all …]
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.c2989 fill_wqe_sg_send(struct nes_hw_qp_wqe *wqe, const struct ib_send_wr *ib_wr, in fill_wqe_sg_send() argument
2994 for (sge_index = 0; sge_index < ib_wr->num_sge; sge_index++) { in fill_wqe_sg_send()
2996 ib_wr->sg_list[sge_index].addr); in fill_wqe_sg_send()
2998 ib_wr->sg_list[sge_index].length); in fill_wqe_sg_send()
3001 (ib_wr->sg_list[sge_index].lkey)); in fill_wqe_sg_send()
3005 total_payload_length += ib_wr->sg_list[sge_index].length; in fill_wqe_sg_send()
3016 static int nes_post_send(struct ib_qp *ibqp, const struct ib_send_wr *ib_wr, in nes_post_send() argument
3041 while (ib_wr) { in nes_post_send()
3058 u64temp = (u64)(ib_wr->wr_id); in nes_post_send()
3061 switch (ib_wr->opcode) { in nes_post_send()
[all …]