Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c28 u64 (*get_stat)(void *field); /* Reader function */ member
40 .get_stat = get_stat_function, \
501 data[i] = stat->get_stat((void *)efx + stat->offset); in efx_siena_ethtool_get_stats()
506 data[i] += stat->get_stat((void *)channel + in efx_siena_ethtool_get_stats()
514 stat->get_stat((void *)tx_queue in efx_siena_ethtool_get_stats()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c27 u64(*get_stat) (void *field); /* Reader function */ member
39 .get_stat = get_stat_function, \
445 data[i] = stat->get_stat((void *)efx + stat->offset); in ef4_ethtool_get_stats()
450 data[i] += stat->get_stat((void *)channel + in ef4_ethtool_get_stats()
458 stat->get_stat((void *)tx_queue in ef4_ethtool_get_stats()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c28 u64 (*get_stat)(void *field); /* Reader function */ member
40 .get_stat = get_stat_function, \
501 data[i] = stat->get_stat((void *)efx + stat->offset); in efx_ethtool_get_stats()
506 data[i] += stat->get_stat((void *)channel + in efx_ethtool_get_stats()
514 stat->get_stat((void *)tx_queue in efx_ethtool_get_stats()