Home
last modified time | relevance | path

Searched refs:get_vf_config (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h743 int (*get_vf_config)(struct hnae3_handle *handle, int vf, member
H A Dhns3_enet.c2929 if (!h->ae_algo->ops->get_vf_config) in hns3_nic_get_vf_config()
2932 return h->ae_algo->ops->get_vf_config(h, vf, ivf); in hns3_nic_get_vf_config()
/openbmc/linux/drivers/infiniband/core/
H A Dverbs.c2596 if (!device->ops.get_vf_config) in ib_get_vf_config()
2599 return device->ops.get_vf_config(device, vf, port, info); in ib_get_vf_config()
H A Ddevice.c2662 SET_DEVICE_OP(dev_ops, get_vf_config); in ib_set_device_ops()
/openbmc/linux/include/rdma/
H A Dib_verbs.h2532 int (*get_vf_config)(struct ib_device *device, int vf, u32 port, member
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c3877 .get_vf_config = mlx5_ib_get_vf_config,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12772 .get_vf_config = hclge_get_vf_config,