Searched refs:E1000_ERR_PHY (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/dev/e1000/
H A De1000_phy.c318 return -E1000_ERR_PHY;
322 return -E1000_ERR_PHY;
328 return -E1000_ERR_PHY;
384 return -E1000_ERR_PHY;
388 return -E1000_ERR_PHY;
394 return -E1000_ERR_PHY;
441 return -E1000_ERR_PHY;
445 return -E1000_ERR_PHY;
500 return -E1000_ERR_PHY;
504 return -E1000_ERR_PHY;
[all...]
H A De1000_82540.c104 ret_val = -E1000_ERR_PHY;
409 * not established, we return -E1000_ERR_PHY (-2).
600 ret_val = -E1000_ERR_PHY;
608 ret_val = -E1000_ERR_PHY;
614 ret_val = -E1000_ERR_PHY;
H A De1000_82571.c163 return -E1000_ERR_PHY;
179 ret_val = -E1000_ERR_PHY;
183 ret_val = -E1000_ERR_PHY;
188 ret_val = -E1000_ERR_PHY;
191 ret_val = -E1000_ERR_PHY;
501 return -E1000_ERR_PHY;
619 return -E1000_ERR_PHY;
1587 return -E1000_ERR_PHY;
H A De1000_80003es2lan.c131 return -E1000_ERR_PHY;
515 return -E1000_ERR_PHY;
586 return -E1000_ERR_PHY;
775 return -E1000_ERR_PHY;
H A De1000_vf.c164 return -E1000_ERR_PHY;
H A De1000_82543.c143 ret_val = -E1000_ERR_PHY;
149 ret_val = -E1000_ERR_PHY;
154 ret_val = -E1000_ERR_PHY;
H A De1000_82541.c116 ret_val = -E1000_ERR_PHY;
536 * not established, we return -E1000_ERR_PHY (-2).
667 * Return E1000_ERR_PHY when failing to read/write the PHY, else E1000_SUCCESS
911 ret_val = -E1000_ERR_PHY;
H A De1000_82575.c308 ret_val = -E1000_ERR_PHY;
693 ret_val = -E1000_ERR_PHY;
732 ret_val = -E1000_ERR_PHY;
1591 ret_val = -E1000_ERR_PHY;
H A De1000_ich8lan.c350 ret_val = -E1000_ERR_PHY;
370 ret_val = -E1000_ERR_PHY;
499 ret_val = -E1000_ERR_PHY;
590 return -E1000_ERR_PHY;
1998 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
4453 return -E1000_ERR_PHY;
H A De1000_defines.h699 #define E1000_ERR_PHY 2 macro
H A De1000_mac.c2246 return -E1000_ERR_PHY;

Completed in 218 milliseconds