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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/igb/
H A De1000_phy.c175 ret_val = -E1000_ERR_PHY;
180 ret_val = -E1000_ERR_PHY;
234 ret_val = -E1000_ERR_PHY;
239 ret_val = -E1000_ERR_PHY;
282 return -E1000_ERR_PHY;
286 return -E1000_ERR_PHY;
334 return -E1000_ERR_PHY;
338 return -E1000_ERR_PHY;
950 * not established, we return -E1000_ERR_PHY (-2).
1008 * successful if link up is successful, else -E1000_ERR_PHY (
[all...]
H A De1000_82575.c307 return -E1000_ERR_PHY;
461 ret_val = -E1000_ERR_PHY;
498 ret_val = -E1000_ERR_PHY;
1070 ret_val = -E1000_ERR_PHY;
H A De1000_defines.h412 #define E1000_ERR_PHY 2 macro
H A De1000_mac.c1371 ret_val = -E1000_ERR_PHY;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/igb/
H A De1000_phy.c175 ret_val = -E1000_ERR_PHY;
180 ret_val = -E1000_ERR_PHY;
234 ret_val = -E1000_ERR_PHY;
239 ret_val = -E1000_ERR_PHY;
282 return -E1000_ERR_PHY;
286 return -E1000_ERR_PHY;
334 return -E1000_ERR_PHY;
338 return -E1000_ERR_PHY;
950 * not established, we return -E1000_ERR_PHY (-2).
1008 * successful if link up is successful, else -E1000_ERR_PHY (
[all...]
H A De1000_82575.c307 return -E1000_ERR_PHY;
461 ret_val = -E1000_ERR_PHY;
498 ret_val = -E1000_ERR_PHY;
1070 ret_val = -E1000_ERR_PHY;
H A De1000_defines.h412 #define E1000_ERR_PHY 2 macro
H A De1000_mac.c1371 ret_val = -E1000_ERR_PHY;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/e1000e/
H A D82571.c108 return -E1000_ERR_PHY;
120 return -E1000_ERR_PHY;
124 return -E1000_ERR_PHY;
129 return -E1000_ERR_PHY;
132 return -E1000_ERR_PHY;
460 return -E1000_ERR_PHY;
1287 return -E1000_ERR_PHY;
H A Des2lan.c149 return -E1000_ERR_PHY;
488 ret_val = -E1000_ERR_PHY;
561 return -E1000_ERR_PHY;
739 ret_val = -E1000_ERR_PHY;
H A Dphy.c221 return -E1000_ERR_PHY;
225 return -E1000_ERR_PHY;
275 return -E1000_ERR_PHY;
279 return -E1000_ERR_PHY;
1127 * not established, we return -E1000_ERR_PHY (-2).
1183 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1608 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1632 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1812 ret_val = -E1000_ERR_PHY;
1867 return -E1000_ERR_PHY;
[all...]
H A Ddefines.h478 #define E1000_ERR_PHY 2 macro
H A Dich8lan.c375 ret_val = -E1000_ERR_PHY;
456 return -E1000_ERR_PHY;
1143 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
3376 return -E1000_ERR_PHY;
H A Dnetdev.c3985 if ((ret_val == E1000_ERR_PHY) && (hw->phy.type == e1000_phy_igp_3) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/e1000e/
H A D82571.c108 return -E1000_ERR_PHY;
120 return -E1000_ERR_PHY;
124 return -E1000_ERR_PHY;
129 return -E1000_ERR_PHY;
132 return -E1000_ERR_PHY;
460 return -E1000_ERR_PHY;
1287 return -E1000_ERR_PHY;
H A Des2lan.c149 return -E1000_ERR_PHY;
488 ret_val = -E1000_ERR_PHY;
561 return -E1000_ERR_PHY;
739 ret_val = -E1000_ERR_PHY;
H A Dphy.c221 return -E1000_ERR_PHY;
225 return -E1000_ERR_PHY;
275 return -E1000_ERR_PHY;
279 return -E1000_ERR_PHY;
1127 * not established, we return -E1000_ERR_PHY (-2).
1183 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1608 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1632 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
1812 ret_val = -E1000_ERR_PHY;
1867 return -E1000_ERR_PHY;
[all...]
H A Ddefines.h478 #define E1000_ERR_PHY 2 macro
H A Dich8lan.c375 ret_val = -E1000_ERR_PHY;
456 return -E1000_ERR_PHY;
1143 * Success returns 0, Failure returns -E1000_ERR_PHY (-2)
3376 return -E1000_ERR_PHY;
H A Dnetdev.c3985 if ((ret_val == E1000_ERR_PHY) && (hw->phy.type == e1000_phy_igp_3) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c2760 return -E1000_ERR_PHY;
2764 return -E1000_ERR_PHY;
2863 return -E1000_ERR_PHY;
3059 return -E1000_ERR_PHY;
4861 return -E1000_ERR_PHY;
4887 return -E1000_ERR_PHY;
5035 * returns: - E1000_ERR_PHY if fail to read/write the PHY
5303 * returns: - E1000_ERR_PHY if fail to read/write the PHY
H A De1000_hw.h274 #define E1000_ERR_PHY 2 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c2760 return -E1000_ERR_PHY;
2764 return -E1000_ERR_PHY;
2863 return -E1000_ERR_PHY;
3059 return -E1000_ERR_PHY;
4861 return -E1000_ERR_PHY;
4887 return -E1000_ERR_PHY;
5035 * returns: - E1000_ERR_PHY if fail to read/write the PHY
5303 * returns: - E1000_ERR_PHY if fail to read/write the PHY
H A De1000_hw.h274 #define E1000_ERR_PHY 2 macro

Completed in 338 milliseconds