Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dethtool_common.c28 u64 (*get_stat)(void *field); /* Reader function */ member
40 .get_stat = get_stat_function, \
507 data[i] = stat->get_stat((void *)efx + stat->offset); in efx_siena_ethtool_get_stats()
512 data[i] += stat->get_stat((void *)channel + in efx_siena_ethtool_get_stats()
520 stat->get_stat((void *)tx_queue in efx_siena_ethtool_get_stats()
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/
A Dethtool.c27 u64(*get_stat) (void *field); /* Reader function */ member
39 .get_stat = get_stat_function, \
451 data[i] = stat->get_stat((void *)efx + stat->offset); in ef4_ethtool_get_stats()
456 data[i] += stat->get_stat((void *)channel + in ef4_ethtool_get_stats()
464 stat->get_stat((void *)tx_queue in ef4_ethtool_get_stats()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dethtool_common.c28 u64 (*get_stat)(void *field); /* Reader function */ member
40 .get_stat = get_stat_function, \
508 data[i] = stat->get_stat((void *)efx + stat->offset); in efx_ethtool_get_stats()
513 data[i] += stat->get_stat((void *)channel + in efx_ethtool_get_stats()
521 stat->get_stat((void *)tx_queue in efx_ethtool_get_stats()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_rmap.c43 int get_stat = 0; in xfs_rmap_lookup_le() local
56 error = xfs_rmap_get_rec(cur, irec, &get_stat); in xfs_rmap_lookup_le()
59 if (!get_stat) in xfs_rmap_lookup_le()

Completed in 18 milliseconds