Searched refs:ipath_qp (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h146 struct ipath_qp *qp;
334 struct ipath_qp { struct
336 struct ipath_qp *next; /* link list for QPN hash table */
337 struct ipath_qp *timer_next; /* link list for ipath_ib_timer() */
425 * struct ipath_qp.s_wq. This function does the array index computation.
427 static inline struct ipath_swqe *get_swqe_ptr(struct ipath_qp *qp,
464 struct ipath_qp **table;
615 static inline struct ipath_qp *to_iqp(struct ib_qp *ibqp)
617 return container_of(ibqp, struct ipath_qp, ibqp);
656 __be32 ipath_compute_aeth(struct ipath_qp *q
[all...]
H A DMakefile21 ipath_qp.o \
H A Dipath_verbs_mcast.c52 static struct ipath_mcast_qp *ipath_mcast_qp_alloc(struct ipath_qp *qp)
69 struct ipath_qp *qp = mqp->qp;
237 struct ipath_qp *qp = to_iqp(ibqp);
286 struct ipath_qp *qp = to_iqp(ibqp);
H A Dipath_qp.c207 static int ipath_alloc_qpn(struct ipath_qp_table *qpt, struct ipath_qp *qp,
241 static void ipath_free_qp(struct ipath_qp_table *qpt, struct ipath_qp *qp)
243 struct ipath_qp *q, **qpp;
278 struct ipath_qp *qp, *nqp;
311 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn)
314 struct ipath_qp *qp;
333 static void ipath_reset_qp(struct ipath_qp *qp)
382 void ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err)
471 struct ipath_qp *qp = to_iqp(ibqp);
609 struct ipath_qp *q
[all...]
H A Dipath_ruc.c75 void ipath_insert_rnr_queue(struct ipath_qp *qp)
85 struct ipath_qp *nqp = list_entry(l->next, struct ipath_qp,
93 nqp = list_entry(l->next, struct ipath_qp,
101 static int init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe)
156 int ipath_get_rwqe(struct ipath_qp *qp, int wr_id_only)
241 static void ipath_ruc_loopback(struct ipath_qp *sqp)
244 struct ipath_qp *qp;
483 void ipath_no_bufs_available(struct ipath_qp *qp, struct ipath_ibdev *dev)
511 int ipath_post_ruc_send(struct ipath_qp *q
[all...]
H A Dipath_keys.c121 int ipath_lkey_ok(struct ipath_qp *qp, struct ipath_sge *isge,
199 int ipath_rkey_ok(struct ipath_qp *qp, struct ipath_sge_state *ss,
H A Dipath_ud.c39 static int init_sge(struct ipath_qp *qp, struct ipath_rwqe *wqe,
97 static void ipath_ud_loopback(struct ipath_qp *sqp,
103 struct ipath_qp *qp;
286 int ipath_post_ud_send(struct ipath_qp *qp, struct ib_send_wr *wr)
506 int has_grh, void *data, u32 tlen, struct ipath_qp *qp)
H A Dipath_rc.c60 static void ipath_init_restart(struct ipath_qp *qp, struct ipath_swqe *wqe)
84 static int ipath_make_rc_ack(struct ipath_qp *qp,
210 int ipath_make_rc_req(struct ipath_qp *qp,
577 static void send_rc_ack(struct ipath_qp *qp)
663 static void reset_psn(struct ipath_qp *qp, u32 psn)
744 void ipath_restart_rc(struct ipath_qp *qp, u32 psn, struct ib_wc *wc)
789 static inline void update_last_psn(struct ipath_qp *qp, u32 psn)
809 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode)
1071 struct ipath_qp *qp,
1287 struct ipath_qp *q
[all...]
H A Dipath_uc.c40 static void complete_last_send(struct ipath_qp *qp, struct ipath_swqe *wqe,
75 int ipath_make_uc_req(struct ipath_qp *qp,
237 int has_grh, void *data, u32 tlen, struct ipath_qp *qp)
H A Dipath_verbs.c235 struct ipath_qp *qp = to_iqp(ibqp);
282 struct ipath_qp *qp = to_iqp(ibqp);
345 void *data, u32 tlen, struct ipath_qp *qp)
391 struct ipath_qp *qp;
482 struct ipath_qp *resend = NULL;
484 struct ipath_qp *qp;
497 qp = list_entry(last->next, struct ipath_qp, timerwait);
505 qp = list_entry(last->next, struct ipath_qp, timerwait);
512 qp = list_entry(last->next, struct ipath_qp,
934 struct ipath_qp *q
[all...]
H A Dipath_cq.c138 struct ipath_qp *qp;

Completed in 169 milliseconds