Home
last modified time | relevance | path

Searched refs:em_smart_pwr_down (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/dev/e1000/
Dif_em.c382 static int em_smart_pwr_down = FALSE; variable
383 TUNABLE_INT("hw.em.smart_pwr_down", &em_smart_pwr_down);
384 SYSCTL_INT(_hw_em, OID_AUTO, smart_pwr_down, CTLFLAG_RDTUN, &em_smart_pwr_down,
2830 if (!em_smart_pwr_down && (hw->mac.type == e1000_82571 || in em_reset()