Home
last modified time | relevance | path

Searched refs:mb_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_device.h908 int (*write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf,
913 void *mb_buf);
914 int (*frmr_write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf,
916 int (*mw_write_mtpt)(void *mb_buf, struct hns_roce_mw *mw);
918 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts,
947 void *mb_buf, u64 *mtts_wqe, u64 *mtts_idx,
Dhns_roce_hw_v2.c2766 void *mb_buf, struct hns_roce_mr *mr, in hns_roce_v2_write_mtpt() argument
2772 mpt_entry = mb_buf; in hns_roce_v2_write_mtpt()
2823 u64 size, void *mb_buf) in hns_roce_v2_rereg_write_mtpt() argument
2825 struct hns_roce_v2_mpt_entry *mpt_entry = mb_buf; in hns_roce_v2_rereg_write_mtpt()
2868 void *mb_buf, struct hns_roce_mr *mr) in hns_roce_v2_frmr_write_mtpt() argument
2874 mpt_entry = mb_buf; in hns_roce_v2_frmr_write_mtpt()
2917 static int hns_roce_v2_mw_write_mtpt(void *mb_buf, struct hns_roce_mw *mw) in hns_roce_v2_mw_write_mtpt() argument
2921 mpt_entry = mb_buf; in hns_roce_v2_mw_write_mtpt()
3039 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() argument
3044 cq_context = mb_buf; in hns_roce_v2_write_cqc()
[all …]
Dhns_roce_hw_v1.c1758 static int hns_roce_v1_write_mtpt(struct hns_roce_dev *hr_dev, void *mb_buf, in hns_roce_v1_write_mtpt() argument
1770 mpt_entry = (struct hns_roce_v1_mpt_entry *)mb_buf; in hns_roce_v1_write_mtpt()
1990 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v1_write_cqc() argument
1995 struct hns_roce_cq_context *cq_context = mb_buf; in hns_roce_v1_write_cqc()