Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dmem.c386 static int finish_mem_reg(struct c4iw_mr *mhp, u32 stag) in finish_mem_reg()
402 struct c4iw_mr *mhp, int shift) in register_mem()
427 static int alloc_pbl(struct c4iw_mr *mhp, int npages) in alloc_pbl()
444 struct c4iw_mr *mhp; in c4iw_get_dma_mr()
511 struct c4iw_mr *mhp; in c4iw_reg_user_mr()
698 struct c4iw_mr *mhp; in c4iw_alloc_mr()
775 struct c4iw_mr *mhp = to_c4iw_mr(ibmr); in c4iw_set_page()
788 struct c4iw_mr *mhp = to_c4iw_mr(ibmr); in c4iw_map_mr_sg()
798 struct c4iw_mr *mhp; in c4iw_dereg_mr()
827 struct c4iw_mr *mhp; in c4iw_invalidate_mr()
Diw_cxgb4.h360 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
454 struct c4iw_mr { struct
468 static inline struct c4iw_mr *to_c4iw_mr(struct ib_mr *ibmr) in to_c4iw_mr() argument
470 return container_of(ibmr, struct c4iw_mr, ibmr); in to_c4iw_mr()
Drestrack.c440 struct c4iw_mr *mhp = to_c4iw_mr(ibmr); in fill_res_mr_entry()
Dqp.c781 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_tpte_memreg()
813 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_memreg()
1212 struct c4iw_mr *mhp = to_c4iw_mr(reg_wr(wr)->mr); in c4iw_post_send()