Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c626 static const struct ib_device_ops hns_roce_dev_ops = { variable
754 ib_set_device_ops(ib_dev, hr_dev->hw->hns_roce_dev_ops); in hns_roce_register_device()
755 ib_set_device_ops(ib_dev, &hns_roce_dev_ops); in hns_roce_register_device()
H A Dhns_roce_device.h963 const struct ib_device_ops *hns_roce_dev_ops; member
H A Dhns_roce_hw_v2.c6952 .hns_roce_dev_ops = &hns_roce_v2_dev_ops,