Home
last modified time | relevance | path

Searched refs:ehca_pd (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_mrmw.h55 struct ehca_pd *e_pd,
70 struct ehca_pd *e_pd,
83 struct ehca_pd *e_pd,
88 struct ehca_pd *e_pd,
95 struct ehca_pd *e_pd,
Dehca_pd.c51 struct ehca_pd *pd; in ehca_alloc_pd()
87 struct ehca_pd *my_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_dealloc_pd()
112 sizeof(struct ehca_pd), 0, in ehca_init_pd_cache()
Dipz_pt_fn.h54 struct ehca_pd;
208 int ipz_queue_ctor(struct ehca_pd *pd, struct ipz_queue *queue,
219 int ipz_queue_dtor(struct ehca_pd *pd, struct ipz_queue *queue);
Dipz_pt_fn.c127 static int alloc_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in alloc_small_queue_page()
172 static void free_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in free_small_queue_page()
204 int ipz_queue_ctor(struct ehca_pd *pd, struct ipz_queue *queue, in ipz_queue_ctor()
255 int ipz_queue_dtor(struct ehca_pd *pd, struct ipz_queue *queue) in ipz_queue_dtor()
Dehca_mrmw.c161 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_get_dma_mr()
210 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_reg_phys_mr()
321 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_reg_user_mr()
459 struct ehca_pd *new_pd; in ehca_rereg_phys_mr()
534 new_pd = container_of(mr->pd, struct ehca_pd, ib_pd); in ehca_rereg_phys_mr()
570 new_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_rereg_phys_mr()
696 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_alloc_mw()
772 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_alloc_fmr()
864 struct ehca_pd *e_pd = container_of(fmr->pd, struct ehca_pd, ib_pd); in ehca_map_phys_fmr()
1026 struct ehca_pd *e_pd, in ehca_reg_mr()
[all …]
DMakefile13 ib_ehca-objs = ehca_main.o ehca_hca.o ehca_mcast.o ehca_pd.o ehca_av.o ehca_eq.o \
Dehca_classes.h52 struct ehca_pd;
124 struct ehca_pd *pd;
137 struct ehca_pd { struct
Dehca_qp.c280 struct ehca_pd *pd, in init_qp_queue()
459 struct ehca_pd *my_pd = container_of(pd, struct ehca_pd, ib_pd); in internal_create_qp()
2136 struct ehca_pd *my_pd = container_of(my_qp->ib_qp.pd, struct ehca_pd, in internal_destroy_qp()
Dehca_main.c791 shca->pd = container_of(ibpd, struct ehca_pd, ib_pd); in ehca_probe()