Searched refs:get_vf_stats (Results 1 – 4 of 4) sorted by relevance
209 static void get_vf_stats(struct octeon_device *oct, in get_vf_stats() function278 get_vf_stats(oct, (struct oct_vf_stats *)mbox_cmd->data); in octeon_mbox_process_cmd()
2606 if (!device->ops.get_vf_stats) in ib_get_vf_stats()2609 return device->ops.get_vf_stats(device, vf, port, stats); in ib_get_vf_stats()
2664 SET_DEVICE_OP(dev_ops, get_vf_stats); in ib_set_device_ops()
3831 .get_vf_stats = mlx5_ib_get_vf_stats,