Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dmem.c393 static int finish_mem_reg(struct c4iw_mr *mhp, u32 stag) in finish_mem_reg()
409 struct c4iw_mr *mhp, int shift) in register_mem()
434 static int alloc_pbl(struct c4iw_mr *mhp, int npages) in alloc_pbl()
451 struct c4iw_mr *mhp; in c4iw_get_dma_mr()
517 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()
826 struct c4iw_mr *mhp; in c4iw_invalidate_mr()
Diw_cxgb4.h395 struct c4iw_mr { struct
409 static inline struct c4iw_mr *to_c4iw_mr(struct ib_mr *ibmr) in to_c4iw_mr() argument
411 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.c788 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_tpte_memreg()
820 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_memreg()
1192 struct c4iw_mr *mhp = to_c4iw_mr(reg_wr(wr)->mr); in c4iw_post_send()