• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/

Lines Matching defs:ipath_qp

146 	struct ipath_qp *qp;
334 struct ipath_qp {
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 *qp);
658 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn);
666 void ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err);
678 void ipath_sqerror_qp(struct ipath_qp *qp, struct ib_wc *wc);
680 void ipath_get_credit(struct ipath_qp *qp, u32 aeth);
691 int ipath_post_ruc_send(struct ipath_qp *qp, struct ib_send_wr *wr);
694 int has_grh, void *data, u32 tlen, struct ipath_qp *qp);
697 int has_grh, void *data, u32 tlen, struct ipath_qp *qp);
699 void ipath_restart_rc(struct ipath_qp *qp, u32 psn, struct ib_wc *wc);
701 int ipath_post_ud_send(struct ipath_qp *qp, struct ib_send_wr *wr);
704 int has_grh, void *data, u32 tlen, struct ipath_qp *qp);
711 int ipath_lkey_ok(struct ipath_qp *qp, struct ipath_sge *isge,
714 int ipath_rkey_ok(struct ipath_qp *qp, struct ipath_sge_state *ss,
779 void ipath_no_bufs_available(struct ipath_qp *qp, struct ipath_ibdev *dev);
781 void ipath_insert_rnr_queue(struct ipath_qp *qp);
783 int ipath_get_rwqe(struct ipath_qp *qp, int wr_id_only);
790 int ipath_make_rc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr,
793 int ipath_make_uc_req(struct ipath_qp *qp, struct ipath_other_headers *ohdr,