Searched refs:ib_wr (Results 1 - 3 of 3) sorted by relevance
/drivers/infiniband/hw/amso1100/ |
H A D | c2_qp.c | 790 int c2_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, argument 809 while (ib_wr) { 812 wr.sqwr.sq_hdr.user_hdr.hdr.context = ib_wr->wr_id; 813 if (ib_wr->send_flags & IB_SEND_SIGNALED) { 817 switch (ib_wr->opcode) { 820 if (ib_wr->opcode == IB_WR_SEND) { 821 if (ib_wr->send_flags & IB_SEND_SOLICITED) 827 if (ib_wr->send_flags & IB_SEND_SOLICITED) 832 cpu_to_be32(ib_wr->ex.invalidate_rkey); 836 sizeof(struct c2_data_addr) * ib_wr 944 c2_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr, struct ib_recv_wr **bad_wr) argument [all...] |
H A D | c2.h | 496 extern int c2_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, 498 extern int c2_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr,
|
/drivers/infiniband/hw/nes/ |
H A D | nes_verbs.c | 3233 fill_wqe_sg_send(struct nes_hw_qp_wqe *wqe, struct ib_send_wr *ib_wr, u32 uselkey) argument 3237 for (sge_index = 0; sge_index < ib_wr->num_sge; sge_index++) { 3239 ib_wr->sg_list[sge_index].addr); 3241 ib_wr->sg_list[sge_index].length); 3244 (ib_wr->sg_list[sge_index].lkey)); 3248 total_payload_length += ib_wr->sg_list[sge_index].length; 3259 static int nes_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, argument 3284 while (ib_wr) { 3301 u64temp = (u64)(ib_wr->wr_id); 3304 switch (ib_wr 3539 nes_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr, struct ib_recv_wr **bad_wr) argument [all...] |
Completed in 113 milliseconds