Home
last modified time | relevance | path

Searched refs:stat_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/powerpc/platforms/pseries/
Dpapr_scm.c1406 ssize_t stat_size; in papr_scm_probe() local
1503 stat_size = drc_pmem_query_stats(p, NULL, 0); in papr_scm_probe()
1504 if (stat_size > 0) { in papr_scm_probe()
1505 p->stat_buffer_len = stat_size; in papr_scm_probe()
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c126 int stat_size; member
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c753 size_t stat_size) in alloc_ring() argument
758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring()
/linux-6.6.21/drivers/net/ethernet/neterion/
Ds2io.c6541 int stat_size = 0; in s2io_ethtool_get_strings() local
6549 stat_size = sizeof(ethtool_xena_stats_keys); in s2io_ethtool_get_strings()
6550 memcpy(data, &ethtool_xena_stats_keys, stat_size); in s2io_ethtool_get_strings()
6552 memcpy(data + stat_size, in s2io_ethtool_get_strings()
6555 stat_size += sizeof(ethtool_enhanced_stats_keys); in s2io_ethtool_get_strings()
6558 memcpy(data + stat_size, &ethtool_driver_stats_keys, in s2io_ethtool_get_strings()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c659 size_t stat_size, int node) in alloc_ring() argument
661 size_t len = nelem * elem_size + stat_size; in alloc_ring()