Home
last modified time | relevance | path

Searched refs:get_vf_stats (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_mailbox.c209 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/drivers/infiniband/core/
H A Dverbs.c2621 if (!device->ops.get_vf_stats) in ib_get_vf_stats()
2624 return device->ops.get_vf_stats(device, vf, port, stats); in ib_get_vf_stats()
/linux/include/rdma/
H A Dib_verbs.h304 * get_vf_stats
2521 int (*get_vf_stats)(struct ib_device *device, int vf, u32 port, member