Searched refs:StatSize (Results 1 – 2 of 2) sorted by relevance
809 IN OUT UINTN *StatSize, in SnpStatistics() argument846 if (StatSize == NULL) { in SnpStatistics()857 MIN (*StatSize, sizeof (EFI_NETWORK_STATISTICS)) in SnpStatistics()859 if (*StatSize < sizeof (EFI_NETWORK_STATISTICS)) { in SnpStatistics()863 *StatSize = sizeof (EFI_NETWORK_STATISTICS); in SnpStatistics()
1466 IN OUT UINTN *StatSize, in SnpStatistics() argument1480 if ((!Reset) && (StatSize == NULL) && (Statistics == NULL)) { in SnpStatistics()1485 if ((StatSize == NULL) && (Statistics != NULL)) { in SnpStatistics()1517 if (*StatSize < sizeof(EFI_NETWORK_STATISTICS)) { in SnpStatistics()1518 *StatSize = sizeof(EFI_NETWORK_STATISTICS); in SnpStatistics()