Home
last modified time | relevance | path

Searched refs:nes_pd (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.h65 struct nes_pd { struct
144 struct nes_pd *nespd;
Dnes.h476 static inline struct nes_pd *to_nespd(struct ib_pd *ibpd) in to_nespd()
478 return container_of(ibpd, struct nes_pd, ibpd); in to_nespd()
Dnes_verbs.c62 struct nes_pd *nespd = to_nespd(ibpd); in nes_alloc_mw()
213 static int alloc_fast_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, in alloc_fast_reg_mr()
312 struct nes_pd *nespd = to_nespd(ibpd); in nes_alloc_mr()
664 struct nes_pd *nespd; in nes_alloc_pd()
683 nespd = kzalloc(sizeof (struct nes_pd), GFP_KERNEL); in nes_alloc_pd()
731 struct nes_pd *nespd = to_nespd(ibpd); in nes_dealloc_pd()
982 struct nes_pd *nespd = to_nespd(ibpd); in nes_create_qp()
1802 static int nes_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, in nes_reg_mr()
1973 struct nes_pd *nespd = to_nespd(ib_pd); in nes_reg_phys_mr()
2107 struct nes_pd *nespd = to_nespd(pd); in nes_reg_user_mr()
Dnes_cm.c3074 struct nes_pd *nespd; in nes_accept()