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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_qp.c788 int c2_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, argument
807 while (ib_wr) {
810 wr.sqwr.sq_hdr.user_hdr.hdr.context = ib_wr->wr_id;
811 if (ib_wr->send_flags & IB_SEND_SIGNALED) {
815 switch (ib_wr->opcode) {
818 if (ib_wr->opcode == IB_WR_SEND) {
819 if (ib_wr->send_flags & IB_SEND_SOLICITED)
825 if (ib_wr->send_flags & IB_SEND_SOLICITED)
830 cpu_to_be32(ib_wr->ex.invalidate_rkey);
834 sizeof(struct c2_data_addr) * ib_wr
942 c2_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr, struct ib_recv_wr **bad_wr) argument
[all...]
H A Dc2.h497 extern int c2_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr,
499 extern int c2_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.c3236 fill_wqe_sg_send(struct nes_hw_qp_wqe *wqe, struct ib_send_wr *ib_wr, u32 uselkey) argument
3240 for (sge_index = 0; sge_index < ib_wr->num_sge; sge_index++) {
3242 ib_wr->sg_list[sge_index].addr);
3244 ib_wr->sg_list[sge_index].length);
3247 (ib_wr->sg_list[sge_index].lkey));
3251 total_payload_length += ib_wr->sg_list[sge_index].length;
3262 static int nes_post_send(struct ib_qp *ibqp, struct ib_send_wr *ib_wr, argument
3287 while (ib_wr) {
3304 u64temp = (u64)(ib_wr->wr_id);
3307 switch (ib_wr
3540 nes_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *ib_wr, struct ib_recv_wr **bad_wr) argument
[all...]

Completed in 66 milliseconds