Searched refs:post_mbox (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cmd.c | 44 return hr_dev->hw->post_mbox(hr_dev, mbox_msg); in hns_roce_cmd_mbox_post_hw()
|
H A D | hns_roce_device.h | 876 int (*post_mbox)(struct hns_roce_dev *hr_dev, member
|
H A D | hns_roce_hw_v2.c | 6633 .post_mbox = v2_post_mbox,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cmd.c | 52 ret = hr_dev->hw->post_mbox(hr_dev, in_param, out_param, in_modifier, in hns_roce_cmd_mbox_post_hw()
|
H A D | hns_roce_device.h | 896 int (*post_mbox)(struct hns_roce_dev *hr_dev, u64 in_param, member
|
H A D | hns_roce_hw_v1.c | 4430 .post_mbox = hns_roce_v1_post_mbox,
|
H A D | hns_roce_hw_v2.c | 6164 .post_mbox = hns_roce_v2_post_mbox,
|
Completed in 27 milliseconds