Searched refs:get_vf_config (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| A D | hnae3.h | 702 int (*get_vf_config)(struct hnae3_handle *handle, int vf, member
|
| A D | hns3_enet.c | 2807 if (!h->ae_algo->ops->get_vf_config) in hns3_nic_get_vf_config() 2810 return h->ae_algo->ops->get_vf_config(h, vf, ivf); in hns3_nic_get_vf_config()
|
| /linux/drivers/infiniband/core/ |
| A D | verbs.c | 2532 if (!device->ops.get_vf_config) in ib_get_vf_config() 2535 return device->ops.get_vf_config(device, vf, port, info); in ib_get_vf_config()
|
| A D | device.c | 2660 SET_DEVICE_OP(dev_ops, get_vf_config); in ib_set_device_ops()
|
| /linux/include/rdma/ |
| A D | ib_verbs.h | 2511 int (*get_vf_config)(struct ib_device *device, int vf, u32 port, member
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | main.c | 3789 .get_vf_config = mlx5_ib_get_vf_config,
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 13157 .get_vf_config = hclge_get_vf_config,
|
Completed in 71 milliseconds