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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c120 int e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx);
4718 uint16_t spddplx; local
4761 spddplx = SPEED_1000;
4763 spddplx = SPEED_100;
4765 spddplx = SPEED_10;
4766 spddplx += (mii_reg & 0x100)
4770 spddplx);
4971 e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx) argument
4977 spddplx != (SPEED_1000 + DUPLEX_FULL)) {
4982 switch (spddplx) {
[all...]
H A De1000_ethtool.c42 extern int e1000_set_spd_dplx(struct e1000_adapter *adapter, uint16_t spddplx);

Completed in 101 milliseconds