Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ehca/
Dehca_mrmw.h50 struct ehca_pd *e_pd,
64 struct ehca_pd *e_pd,
77 struct ehca_pd *e_pd,
82 struct ehca_pd *e_pd,
89 struct ehca_pd *e_pd,
Dehca_pd.c49 struct ehca_pd *pd; in ehca_alloc_pd()
85 struct ehca_pd *my_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_dealloc_pd()
110 sizeof(struct ehca_pd), 0, in ehca_init_pd_cache()
Dipz_pt_fn.c125 static int alloc_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in alloc_small_queue_page()
170 static void free_small_queue_page(struct ipz_queue *queue, struct ehca_pd *pd) in free_small_queue_page()
202 int ipz_queue_ctor(struct ehca_pd *pd, struct ipz_queue *queue, in ipz_queue_ctor()
248 int ipz_queue_dtor(struct ehca_pd *pd, struct ipz_queue *queue) in ipz_queue_dtor()
Dehca_mrmw.c126 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_get_dma_mr()
174 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_reg_phys_mr()
285 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_reg_user_mr()
423 struct ehca_pd *new_pd; in ehca_rereg_phys_mr()
498 new_pd = container_of(mr->pd, struct ehca_pd, ib_pd); in ehca_rereg_phys_mr()
534 new_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_rereg_phys_mr()
660 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_alloc_mw()
736 struct ehca_pd *e_pd = container_of(pd, struct ehca_pd, ib_pd); in ehca_alloc_fmr()
828 struct ehca_pd *e_pd = container_of(fmr->pd, struct ehca_pd, ib_pd); in ehca_map_phys_fmr()
991 struct ehca_pd *e_pd, in ehca_reg_mr()
[all …]
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);
Dehca_classes.h52 struct ehca_pd;
124 struct ehca_pd *pd;
137 struct ehca_pd { struct
DMakefile13 ib_ehca-objs = ehca_main.o ehca_hca.o ehca_mcast.o ehca_pd.o ehca_av.o ehca_eq.o \
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()
2134 struct ehca_pd *my_pd = container_of(my_qp->ib_qp.pd, struct ehca_pd, in internal_destroy_qp()
Dehca_main.c788 shca->pd = container_of(ibpd, struct ehca_pd, ib_pd); in ehca_probe()