Searched refs:mb_buf (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3232 void *mb_buf, struct hns_roce_mr *mr)
3236 mpt_entry = mb_buf;
3277 void *mb_buf)
3279 struct hns_roce_v2_mpt_entry *mpt_entry = mb_buf;
3311 static int hns_roce_v2_frmr_write_mtpt(void *mb_buf, struct hns_roce_mr *mr) argument
3316 mpt_entry = mb_buf;
3346 static int hns_roce_v2_mw_write_mtpt(void *mb_buf, struct hns_roce_mw *mw) argument
3350 mpt_entry = mb_buf;
3553 struct hns_roce_cq *hr_cq, void *mb_buf,
3558 cq_context = mb_buf;
3231 hns_roce_v2_write_mtpt(struct hns_roce_dev *hr_dev, void *mb_buf, struct hns_roce_mr *mr) argument
3275 hns_roce_v2_rereg_write_mtpt(struct hns_roce_dev *hr_dev, struct hns_roce_mr *mr, int flags, void *mb_buf) argument
3552 hns_roce_v2_write_cqc(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts, dma_addr_t dma_handle) argument
5687 hns_roce_v2_write_srqc(struct hns_roce_srq *srq, void *mb_buf) argument
6418 config_eqc(struct hns_roce_dev *hr_dev, struct hns_roce_eq *eq, void *mb_buf) argument
[all...]
H A Dhns_roce_device.h926 int (*write_mtpt)(struct hns_roce_dev *hr_dev, void *mb_buf,
930 void *mb_buf);
931 int (*frmr_write_mtpt)(void *mb_buf, struct hns_roce_mr *mr);
932 int (*mw_write_mtpt)(void *mb_buf, struct hns_roce_mw *mw);
934 struct hns_roce_cq *hr_cq, void *mb_buf, u64 *mtts,
949 int (*write_srqc)(struct hns_roce_srq *srq, void *mb_buf);

Completed in 171 milliseconds