Searched refs:get_vf_config (Results 1 – 4 of 4) sorted by relevance
2617 if (!device->ops.get_vf_config) in ib_get_vf_config()2620 return device->ops.get_vf_config(device, vf, port, info); in ib_get_vf_config()
2782 SET_DEVICE_OP(dev_ops, get_vf_config); in ib_set_device_ops()
2578 int (*get_vf_config)(struct ib_device *device, int vf, u32 port, member
4325 .get_vf_config = mlx5_ib_get_vf_config,