Lines Matching refs:pd
503 struct ib_pd *pd, struct ib_phys_buf *buffer_list, in c4iw_reregister_phys_mem() argument
516 PDBG("%s ib_mr %p ib_pd %p\n", __func__, mr, pd); in c4iw_reregister_phys_mem()
524 php = to_c4iw_pd(mr->pd); in c4iw_reregister_phys_mem()
533 php = to_c4iw_pd(pd); in c4iw_reregister_phys_mem()
572 struct ib_mr *c4iw_register_phys_mem(struct ib_pd *pd, in c4iw_register_phys_mem() argument
585 PDBG("%s ib_pd %p\n", __func__, pd); in c4iw_register_phys_mem()
586 php = to_c4iw_pd(pd); in c4iw_register_phys_mem()
656 struct ib_mr *c4iw_get_dma_mr(struct ib_pd *pd, int acc) in c4iw_get_dma_mr() argument
664 PDBG("%s ib_pd %p\n", __func__, pd); in c4iw_get_dma_mr()
665 php = to_c4iw_pd(pd); in c4iw_get_dma_mr()
700 struct ib_mr *c4iw_reg_user_mr(struct ib_pd *pd, u64 start, u64 length, in c4iw_reg_user_mr() argument
712 PDBG("%s ib_pd %p\n", __func__, pd); in c4iw_reg_user_mr()
720 php = to_c4iw_pd(pd); in c4iw_reg_user_mr()
732 mhp->umem = ib_umem_get(pd->uobject->context, start, length, acc, 0); in c4iw_reg_user_mr()
803 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in c4iw_alloc_mw() argument
815 php = to_c4iw_pd(pd); in c4iw_alloc_mw()
856 struct ib_mr *c4iw_alloc_fast_reg_mr(struct ib_pd *pd, int pbl_depth) in c4iw_alloc_fast_reg_mr() argument
865 php = to_c4iw_pd(pd); in c4iw_alloc_fast_reg_mr()