Searched refs:hung (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_igb.c2218 int hung = 0, busy = 0; local
2229 ** - watchdog only if all queues show hung
2234 ++hung;
2240 if (hung == adapter->num_queues)
H A Dif_lem.c2005 goto hung;
2009 hung:
H A Dif_em.c2292 goto hung;
2305 hung:
2306 /* Looks like we're hung */
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.c2048 int hung = 0, paused = 0; local
2069 ** - watchdog only if all queues show hung
2074 ++hung;
2078 /* Only truely watchdog if all queues show hung */
2079 if (hung == adapter->num_queues)
H A Dixv.c1454 goto hung;
1462 hung:

Completed in 202 milliseconds