Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c261 int reset, ulong *stat_size, in efi_net_statistics() argument
264 EFI_ENTRY("%p, %x, %p, %p", this, reset, stat_size, stat_table); in efi_net_statistics()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A 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()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c126 int stat_size; member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c753 size_t stat_size) in alloc_ring() argument
758 size_t hwlen = nelem * hwsize + stat_size; in alloc_ring()
/openbmc/linux/drivers/net/ethernet/neterion/
H A 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()
/openbmc/u-boot/include/
H A Defi_api.h1246 int reset, ulong *stat_size, void *stat_table);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c659 size_t stat_size, int node) in alloc_ring() argument
661 size_t len = nelem * elem_size + stat_size; in alloc_ring()