Searched refs:mb_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/infiniband/hw/hns/ |
D | hns_roce_device.h | 904 int (*write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf, 908 void *mb_buf); 909 int (*frmr_write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf, 911 int (*mw_write_mtpt)(void *mb_buf, struct hns_roce_mw *mw); 913 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts, 930 int (*write_srqc)(struct hns_roce_srq *srq, void *mb_buf);
|
D | hns_roce_hw_v2.c | 3060 void *mb_buf, struct hns_roce_mr *mr, in hns_roce_v2_write_mtpt() argument 3066 mpt_entry = mb_buf; in hns_roce_v2_write_mtpt() 3110 void *mb_buf) in hns_roce_v2_rereg_write_mtpt() argument 3112 struct hns_roce_v2_mpt_entry *mpt_entry = mb_buf; in hns_roce_v2_rereg_write_mtpt() 3150 void *mb_buf, struct hns_roce_mr *mr) in hns_roce_v2_frmr_write_mtpt() argument 3156 mpt_entry = mb_buf; in hns_roce_v2_frmr_write_mtpt() 3199 static int hns_roce_v2_mw_write_mtpt(void *mb_buf, struct hns_roce_mw *mw) in hns_roce_v2_mw_write_mtpt() argument 3203 mpt_entry = mb_buf; in hns_roce_v2_mw_write_mtpt() 3322 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() argument 3327 cq_context = mb_buf; in hns_roce_v2_write_cqc() [all …]
|
D | hns_roce_hw_v1.c | 1842 static int hns_roce_v1_write_mtpt(struct hns_roce_dev *hr_dev, void *mb_buf, in hns_roce_v1_write_mtpt() argument 1854 mpt_entry = (struct hns_roce_v1_mpt_entry *)mb_buf; in hns_roce_v1_write_mtpt() 2068 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v1_write_cqc() argument 2073 struct hns_roce_cq_context *cq_context = mb_buf; in hns_roce_v1_write_cqc()
|