Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.c2095 const struct ib_send_wr *ib_wr, in i40iw_post_send() argument
2116 while (ib_wr) { in i40iw_post_send()
2119 info.wr_id = (u64)(ib_wr->wr_id); in i40iw_post_send()
2120 if ((ib_wr->send_flags & IB_SEND_SIGNALED) || iwqp->sig_all) in i40iw_post_send()
2122 if (ib_wr->send_flags & IB_SEND_FENCE) in i40iw_post_send()
2125 switch (ib_wr->opcode) { in i40iw_post_send()
2128 if (ib_wr->opcode == IB_WR_SEND) { in i40iw_post_send()
2129 if (ib_wr->send_flags & IB_SEND_SOLICITED) in i40iw_post_send()
2134 if (ib_wr->send_flags & IB_SEND_SOLICITED) in i40iw_post_send()
2140 if (ib_wr->send_flags & IB_SEND_INLINE) { in i40iw_post_send()
[all …]