HomeSort by relevance Sort by last modified time
    Searched refs:total_drops (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/net/pfe_eth/
pfe_cmd.c 163 * passing a pointer to it with the total_drops arg.
167 * @param total_drops pointer to location to store total drops (or NULL)
171 u32 qm_read_drop_stat(u32 tmu, u32 queue, u32 *total_drops, int do_reset)
180 if (total_drops)
181 *total_drops = qtotal[tmu][queue];
  /external/blktrace/
blktrace.c 2037 unsigned long long total_drops = 0; local
    [all...]

Completed in 139 milliseconds