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