Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_device.h883 int (*write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf,
887 void *mb_buf);
888 int (*frmr_write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf,
890 int (*mw_write_mtpt)(void *mb_buf, struct hns_roce_mw *mw);
892 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts,
907 int (*write_srqc)(struct hns_roce_srq *srq, void *mb_buf);
Dhns_roce_hw_v2.c3208 void *mb_buf, struct hns_roce_mr *mr) in hns_roce_v2_write_mtpt() argument
3212 mpt_entry = mb_buf; in hns_roce_v2_write_mtpt()
3253 void *mb_buf) in hns_roce_v2_rereg_write_mtpt() argument
3255 struct hns_roce_v2_mpt_entry *mpt_entry = mb_buf; in hns_roce_v2_rereg_write_mtpt()
3288 void *mb_buf, struct hns_roce_mr *mr) in hns_roce_v2_frmr_write_mtpt() argument
3294 mpt_entry = mb_buf; in hns_roce_v2_frmr_write_mtpt()
3327 static int hns_roce_v2_mw_write_mtpt(void *mb_buf, struct hns_roce_mw *mw) in hns_roce_v2_mw_write_mtpt() argument
3331 mpt_entry = mb_buf; in hns_roce_v2_mw_write_mtpt()
3534 struct hns_roce_cq *hr_cq, void *mb_buf, in hns_roce_v2_write_cqc() argument
3539 cq_context = mb_buf; in hns_roce_v2_write_cqc()
[all …]