Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Dmem.c393 static int finish_mem_reg(struct c4iw_mr *mhp, u32 stag) in finish_mem_reg()
408 struct c4iw_mr *mhp, int shift) in register_mem()
433 static int alloc_pbl(struct c4iw_mr *mhp, int npages) in alloc_pbl()
450 struct c4iw_mr *mhp; in c4iw_get_dma_mr()
516 struct c4iw_mr *mhp; in c4iw_reg_user_mr()
687 struct c4iw_mr *mhp; in c4iw_alloc_mr()
764 struct c4iw_mr *mhp = to_c4iw_mr(ibmr); in c4iw_set_page()
777 struct c4iw_mr *mhp = to_c4iw_mr(ibmr); in c4iw_map_mr_sg()
787 struct c4iw_mr *mhp; in c4iw_dereg_mr()
815 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.c433 struct c4iw_mr *mhp = to_c4iw_mr(ibmr); in c4iw_fill_res_mr_entry()
Dqp.c789 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_tpte_memreg()
821 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_memreg()
1193 struct c4iw_mr *mhp = to_c4iw_mr(reg_wr(wr)->mr); in c4iw_post_send()