Home | History | Annotate | Download | only in MarvellYukonDxe

Lines Matching refs:StatisticsTable

392   buffer of statistics is returned in StatisticsTable, StatisticsSize is set to

395 If StatisticsSize is big enough for all the statistics, then StatisticsTable
397 StatisticsTable structure, and EFI_SUCCESS is returned.
399 If Reset is FALSE, and both StatisticsSize and StatisticsTable are NULL, then
406 <at> param StatisticsSize On input the size, in bytes, of StatisticsTable. On output
408 <at> param StatisticsTable A pointer to the EFI_NETWORK_STATISTICS structure that
415 <at> retval EFI_BUFFER_TOO_SMALL StatisticsSize is not NULL and StatisticsTable is
418 <at> retval EFI_BUFFER_TOO_SMALL StatisticsSize is not NULL and StatisticsTable is
422 returned in StatisticsTable.
423 <at> retval EFI_INVALID_PARAMETER StatisticsSize is NULL and StatisticsTable is not
439 IN OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL