Searched refs:qpt (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c42 #define mk_qpn(qpt, map, off) (((map) - (qpt)->map) * BITS_PER_PAGE + \
85 static void get_map_page(struct ipath_qp_table *qpt, struct qpn_map *map) argument
94 spin_lock_irqsave(&qpt->lock, flags);
99 spin_unlock_irqrestore(&qpt->lock, flags);
103 static int alloc_qpn(struct ipath_qp_table *qpt, enum ib_qp_type type) argument
115 map = &qpt->map[0];
117 get_map_page(qpt, map);
130 qpn = qpt->last + 1;
134 map = &qpt
188 free_qpn(struct ipath_qp_table *qpt, u32 qpn) argument
207 ipath_alloc_qpn(struct ipath_qp_table *qpt, struct ipath_qp *qp, enum ib_qp_type type) argument
241 ipath_free_qp(struct ipath_qp_table *qpt, struct ipath_qp *qp) argument
275 ipath_free_all_qps(struct ipath_qp_table *qpt) argument
311 ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn) argument
[all...]
H A Dipath_verbs.h658 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn);
674 void ipath_free_all_qps(struct ipath_qp_table *qpt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.h223 void ipz_qpt_ctor(struct ipz_qpt *qpt,
268 static inline u64 ipz_qpt_get_firstpage(struct ipz_qpt *qpt) argument
270 return be64_to_cpu(qpt->qpts[0]);
274 static inline void *ipz_qpt_get_qpt(struct ipz_qpt *qpt) argument
276 return qpt->qpts;
H A Dehca_classes_pSeries.h55 struct ipz_qpt qpt; member in struct:ehca_pfcq
60 struct ipz_qpt qpt; member in struct:ehca_pfeq

Completed in 48 milliseconds