Home
last modified time | relevance | path

Searched defs:qpt (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rdma/ipath/
Dipath_qp.c43 #define mk_qpn(qpt, map, off) (((map) - (qpt)->map) * BITS_PER_PAGE + \ argument
86 static void get_map_page(struct ipath_qp_table *qpt, struct qpn_map *map) in get_map_page()
104 static int alloc_qpn(struct ipath_qp_table *qpt, enum ib_qp_type type) in alloc_qpn()
189 static void free_qpn(struct ipath_qp_table *qpt, u32 qpn) in free_qpn()
208 static int ipath_alloc_qpn(struct ipath_qp_table *qpt, struct ipath_qp *qp, in ipath_alloc_qpn()
242 static void ipath_free_qp(struct ipath_qp_table *qpt, struct ipath_qp *qp) in ipath_free_qp()
270 unsigned ipath_free_all_qps(struct ipath_qp_table *qpt) in ipath_free_all_qps()
300 struct ipath_qp *ipath_lookup_qpn(struct ipath_qp_table *qpt, u32 qpn) in ipath_lookup_qpn()
/drivers/infiniband/hw/qib/
Dqib_qp.c47 static inline unsigned mk_qpn(struct qib_qpn_table *qpt, in mk_qpn()
53 static inline unsigned find_next_offset(struct qib_qpn_table *qpt, in find_next_offset()
103 static void get_map_page(struct qib_qpn_table *qpt, struct qpn_map *map, in get_map_page()
124 static int alloc_qpn(struct qib_devdata *dd, struct qib_qpn_table *qpt, in alloc_qpn()
203 static void free_qpn(struct qib_qpn_table *qpt, u32 qpn) in free_qpn()
1255 void qib_init_qpn_table(struct qib_devdata *dd, struct qib_qpn_table *qpt) in qib_init_qpn_table()
1267 void qib_free_qpn_table(struct qib_qpn_table *qpt) in qib_free_qpn_table()
/drivers/staging/rdma/hfi1/
Dqp.c78 static inline unsigned mk_qpn(struct hfi1_qpn_table *qpt, in mk_qpn()
121 static void get_map_page(struct hfi1_qpn_table *qpt, struct qpn_map *map) in get_map_page()
141 static int alloc_qpn(struct hfi1_devdata *dd, struct hfi1_qpn_table *qpt, in alloc_qpn()
219 static void free_qpn(struct hfi1_qpn_table *qpt, u32 qpn) in free_qpn()
1296 static int init_qpn_table(struct hfi1_devdata *dd, struct hfi1_qpn_table *qpt) in init_qpn_table()
1339 static void free_qpn_table(struct hfi1_qpn_table *qpt) in free_qpn_table()
/drivers/staging/rdma/ehca/
Dipz_pt_fn.h278 static inline u64 ipz_qpt_get_firstpage(struct ipz_qpt *qpt) in ipz_qpt_get_firstpage()
284 static inline void *ipz_qpt_get_qpt(struct ipz_qpt *qpt) in ipz_qpt_get_qpt()
Dehca_classes_pSeries.h55 struct ipz_qpt qpt; member
60 struct ipz_qpt qpt; member
/drivers/net/ethernet/brocade/bna/
Dbna_types.h452 struct bna_qpt qpt; member
578 struct bna_qpt qpt; member
643 struct bna_qpt qpt; member
/drivers/infiniband/hw/mlx4/
Dqp.c2618 enum mlx4_ib_qp_type qpt) in set_tunnel_datagram_seg()
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h126 #define kiblnd_rdma_create_id(cb, dev, ps, qpt) rdma_create_id(&init_net, \ argument