Searched refs:stat_size (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_net.c | 261 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 D | papr_scm.c | 1406 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 D | xgbe-ethtool.c | 126 int stat_size; member
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 753 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 D | s2io.c | 6541 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, ðtool_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, ðtool_driver_stats_keys, in s2io_ethtool_get_strings()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 1246 int reset, ulong *stat_size, void *stat_table);
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 659 size_t stat_size, int node) in alloc_ring() argument 661 size_t len = nelem * elem_size + stat_size; in alloc_ring()
|