HomeSort by: relevance | last modified time | path
    Searched defs:hung (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixv.c 1288 int hung = 0; local in function:ixv_handle_timer
1328 * - mark hung queues so we don't schedule on them
1329 * - watchdog only if all queues show hung
1339 * we get to the MAX we declare it hung.
1342 ++hung;
1347 /* Check if we've come back from hung */
1353 "Warning queue %d appears to be hung!\n", i);
1355 ++hung;
1359 /* Only truly watchdog if all queues show hung */
1360 if (hung == sc->num_queues
    [all...]
ixgbe.c 4619 int hung = 0; local in function:ixgbe_handle_timer
4682 * - mark hung queues so we don't schedule on them
4683 * - watchdog only if all queues show hung
4693 * we get to the MAX we declare it hung.
4696 ++hung;
4701 /* Check if we've come back from hung */
4707 "Warning queue %d appears to be hung!\n", i);
4709 ++hung;
4713 /* Only truly watchdog if all queues show hung */
4714 if (hung == sc->num_queues
    [all...]

Completed in 15 milliseconds