Searched refs:hns_roce_mw (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_device.h | 364 struct hns_roce_mw { struct 914 int (*mw_write_mtpt)(void *mb_buf, struct hns_roce_mw *mw); 1039 static inline struct hns_roce_mw *to_hr_mw(struct ib_mw *ibmw) in to_hr_mw() 1041 return container_of(ibmw, struct hns_roce_mw, ibmw); in to_hr_mw()
|
H A D | hns_roce_mr.c | 523 struct hns_roce_mw *mw) in hns_roce_mw_free() 544 struct hns_roce_mw *mw) in hns_roce_mw_enable() 594 struct hns_roce_mw *mw = to_hr_mw(ibmw); in hns_roce_alloc_mw() 625 struct hns_roce_mw *mw = to_hr_mw(ibmw); in hns_roce_dealloc_mw()
|
H A D | hns_roce_main.c | 464 INIT_RDMA_OBJ_SIZE(ib_mw, hns_roce_mw, ibmw),
|
H A D | hns_roce_hw_v2.c | 2928 static int hns_roce_v2_mw_write_mtpt(void *mb_buf, struct hns_roce_mw *mw) in hns_roce_v2_mw_write_mtpt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_mr.c | 460 struct hns_roce_mw *mw) in hns_roce_mw_free() 481 struct hns_roce_mw *mw) in hns_roce_mw_enable() 533 struct hns_roce_mw *mw = to_hr_mw(ibmw); in hns_roce_alloc_mw() 567 struct hns_roce_mw *mw = to_hr_mw(ibmw); in hns_roce_dealloc_mw()
|
H A D | hns_roce_device.h | 299 struct hns_roce_mw { struct 891 int (*mw_write_mtpt)(void *mb_buf, struct hns_roce_mw *mw); 1012 static inline struct hns_roce_mw *to_hr_mw(struct ib_mw *ibmw) in to_hr_mw() 1014 return container_of(ibmw, struct hns_roce_mw, ibmw); in to_hr_mw()
|
H A D | hns_roce_main.c | 649 INIT_RDMA_OBJ_SIZE(ib_mw, hns_roce_mw, ibmw),
|
H A D | hns_roce_hw_v2.c | 3331 static int hns_roce_v2_mw_write_mtpt(void *mb_buf, struct hns_roce_mw *mw) in hns_roce_v2_mw_write_mtpt()
|
Completed in 27 milliseconds