Searched refs:get_vf_stats (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | verbs.c | 2493 if (!device->ops.get_vf_stats) in ib_get_vf_stats() 2496 return device->ops.get_vf_stats(device, vf, port, stats); in ib_get_vf_stats()
|
H A D | device.c | 2620 SET_DEVICE_OP(dev_ops, get_vf_stats); in ib_set_device_ops()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | verbs.c | 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()
|
H A D | device.c | 2672 SET_DEVICE_OP(dev_ops, get_vf_stats); in ib_set_device_ops()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 2472 int (*get_vf_stats)(struct ib_device *device, int vf, u8 port, member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 304 * get_vf_stats 2534 int (*get_vf_stats)(struct ib_device *device, int vf, u32 port, member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 4096 .get_vf_stats = mlx5_ib_get_vf_stats,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 3831 .get_vf_stats = mlx5_ib_get_vf_stats,
|
Completed in 53 milliseconds