Searched refs:update_hw_stats (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_vf.c | 515 .update_hw_stats = fm10k_update_hw_stats_vf,
|
H A D | fm10k_type.h | 524 void (*update_hw_stats)(struct fm10k_hw *, struct fm10k_hw_stats *); member
|
H A D | fm10k_pci.c | 608 hw->mac.ops.update_hw_stats(hw, &interface->stats); in fm10k_update_stats() 2030 hw->mac.ops.update_hw_stats(hw, &interface->stats); in fm10k_sw_init()
|
H A D | fm10k_pf.c | 1792 .update_hw_stats = fm10k_update_hw_stats_pf,
|
/linux/drivers/infiniband/core/ |
H A D | sysfs.c | 814 static int update_hw_stats(struct ib_device *dev, struct rdma_hw_stats *stats, in update_hw_stats() function 845 ret = update_hw_stats(ibdev, stats, port_num, index); in show_hw_stats()
|