Searched refs:nes_pd (Results 1 – 4 of 4) sorted by relevance
65 struct nes_pd { struct140 struct nes_pd *nespd;
475 static inline struct nes_pd *to_nespd(struct ib_pd *ibpd) in to_nespd()477 return container_of(ibpd, struct nes_pd, ibpd); in to_nespd()
60 struct nes_pd *nespd = to_nespd(ibpd); in nes_alloc_mw()285 static int alloc_fast_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, in alloc_fast_reg_mr()382 struct nes_pd *nespd = to_nespd(ibpd); in nes_alloc_fast_reg_mr()772 struct nes_pd *nespd; in nes_alloc_pd()791 nespd = kzalloc(sizeof (struct nes_pd), GFP_KERNEL); in nes_alloc_pd()839 struct nes_pd *nespd = to_nespd(ibpd); in nes_dealloc_pd()1108 struct nes_pd *nespd = to_nespd(ibpd); in nes_create_qp()1925 static int nes_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, in nes_reg_mr()2097 struct nes_pd *nespd = to_nespd(ib_pd); in nes_reg_phys_mr()2306 struct nes_pd *nespd = to_nespd(pd); in nes_reg_user_mr()
3230 struct nes_pd *nespd; in nes_accept()