Searched refs:e1000_null_mng_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mac.h42 bool e1000_null_mng_mode(struct e1000_hw *hw);
H A De1000_mac.c75 mac->ops.check_mng_mode = e1000_null_mng_mode;
115 * e1000_null_mng_mode - No-op function, return FALSE
118 bool e1000_null_mng_mode(struct e1000_hw *hw) { function
119 DEBUGFUNC("e1000_null_mng_mode");

Completed in 50 milliseconds