Lines Matching refs:ib_pd
58 static struct ib_mw *nes_alloc_mw(struct ib_pd *ibpd, enum ib_mw_type type) in nes_alloc_mw()
380 static struct ib_mr *nes_alloc_fast_reg_mr(struct ib_pd *ibpd, int max_page_list_len) in nes_alloc_fast_reg_mr()
769 static struct ib_pd *nes_alloc_pd(struct ib_device *ibdev, in nes_alloc_pd()
836 static int nes_dealloc_pd(struct ib_pd *ibpd) in nes_dealloc_pd()
868 static struct ib_ah *nes_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr) in nes_create_ah()
1103 static struct ib_qp *nes_create_qp(struct ib_pd *ibpd, in nes_create_qp()
2092 static struct ib_mr *nes_reg_phys_mr(struct ib_pd *ib_pd, in nes_reg_phys_mr() argument
2097 struct nes_pd *nespd = to_nespd(ib_pd); in nes_reg_phys_mr()
2098 struct nes_vnic *nesvnic = to_nesvnic(ib_pd->device); in nes_reg_phys_mr()
2282 static struct ib_mr *nes_get_dma_mr(struct ib_pd *pd, int acc) in nes_get_dma_mr()
2298 static struct ib_mr *nes_reg_user_mr(struct ib_pd *pd, u64 start, u64 length, in nes_reg_user_mr()