Searched refs:get_vf_stats (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_mailbox.c | 209 static void get_vf_stats(struct octeon_device *oct, in get_vf_stats() function 278 get_vf_stats(oct, (struct oct_vf_stats *)mbox_cmd->data); in octeon_mbox_process_cmd()
|
/Linux-v5.10/drivers/infiniband/core/ |
D | verbs.c | 2486 if (!device->ops.get_vf_stats) in ib_get_vf_stats() 2489 return device->ops.get_vf_stats(device, vf, port, stats); in ib_get_vf_stats()
|
D | device.c | 2619 SET_DEVICE_OP(dev_ops, get_vf_stats); in ib_set_device_ops()
|
/Linux-v5.10/include/rdma/ |
D | ib_verbs.h | 2472 int (*get_vf_stats)(struct ib_device *device, int vf, u8 port, member
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | main.c | 4084 .get_vf_stats = mlx5_ib_get_vf_stats,
|