Home
last modified time | relevance | path

Searched refs:nicvf_drv_stats (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c34 .index = offsetof(struct nicvf_drv_stats, stat) / sizeof(u64), \
82 static const struct nicvf_stat nicvf_drv_stats[] = { variable
105 static const unsigned int nicvf_n_drv_stats = ARRAY_SIZE(nicvf_drv_stats);
203 memcpy(data, nicvf_drv_stats[stats].name, ETH_GSTRING_LEN); in nicvf_get_strings()
292 [nicvf_drv_stats[stat].index]; in nicvf_get_ethtool_stats()
Dnic.h239 struct nicvf_drv_stats { struct
298 struct nicvf_drv_stats drv_stats;
Dnicvf_main.c1317 struct nicvf_drv_stats *drv_stats = &nic->drv_stats; in nicvf_update_stats()
1365 struct nicvf_drv_stats *drv_stats = &nic->drv_stats; in nicvf_get_stats64()
Dnicvf_queues.c1421 struct nicvf_drv_stats *drv_stats = &nic->drv_stats; in nicvf_check_cqe_rx_errs()