Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_verbs.h65 struct nes_pd { struct
140 struct nes_pd *nespd;
Dnes.h464 static inline struct nes_pd *to_nespd(struct ib_pd *ibpd) in to_nespd()
466 return container_of(ibpd, struct nes_pd, ibpd); in to_nespd()
Dnes_verbs.c59 struct nes_pd *nespd = to_nespd(ibpd); in nes_alloc_mw()
282 static int alloc_fast_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, in alloc_fast_reg_mr()
379 struct nes_pd *nespd = to_nespd(ibpd); in nes_alloc_fast_reg_mr()
769 struct nes_pd *nespd; in nes_alloc_pd()
788 nespd = kzalloc(sizeof (struct nes_pd), GFP_KERNEL); in nes_alloc_pd()
836 struct nes_pd *nespd = to_nespd(ibpd); in nes_dealloc_pd()
1105 struct nes_pd *nespd = to_nespd(ibpd); in nes_create_qp()
1920 static int nes_reg_mr(struct nes_device *nesdev, struct nes_pd *nespd, in nes_reg_mr()
2092 struct nes_pd *nespd = to_nespd(ib_pd); in nes_reg_phys_mr()
2301 struct nes_pd *nespd = to_nespd(pd); in nes_reg_user_mr()
Dnes_cm.c3008 struct nes_pd *nespd; in nes_accept()