HomeSort by: relevance | last modified time | path
    Searched refs:watchdog_timer (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/igc/
if_igc.h 288 uint32_t watchdog_timer; member in struct:tx_ring
if_igc.c 3051 txr->watchdog_timer = 0;
  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 1071 if (!hw->mac.dmac_config.watchdog_timer)
1081 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096;
ixgbe.c 5152 if (dcfg->watchdog_timer ^ sc->dmac ||
5154 dcfg->watchdog_timer = sc->dmac;
5160 dcfg->watchdog_timer, dcfg->link_speed);
ixgbe_type.h 729 u16 watchdog_timer; /* usec units */ member in struct:ixgbe_dmac_config

Completed in 30 milliseconds