Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/e1000/
De1000.h352 extern int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx);
De1000_main.c99 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx);
4388 u16 spddplx; in e1000_mii_ioctl() local
4428 spddplx = SPEED_1000; in e1000_mii_ioctl()
4430 spddplx = SPEED_100; in e1000_mii_ioctl()
4432 spddplx = SPEED_10; in e1000_mii_ioctl()
4433 spddplx += (mii_reg & 0x100) in e1000_mii_ioctl()
4437 spddplx); in e1000_mii_ioctl()
4599 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx) in e1000_set_spd_dplx() argument
4607 spddplx != (SPEED_1000 + DUPLEX_FULL)) { in e1000_set_spd_dplx()
4612 switch (spddplx) { in e1000_set_spd_dplx()
/linux-2.6.39/drivers/net/e1000e/
Dethtool.c201 static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx) in e1000_set_spd_dplx() argument
209 spddplx != (SPEED_1000 + DUPLEX_FULL)) { in e1000_set_spd_dplx()
214 switch (spddplx) { in e1000_set_spd_dplx()
/linux-2.6.39/drivers/net/igb/
Digb_main.c6351 int igb_set_spd_dplx(struct igb_adapter *adapter, u16 spddplx) in igb_set_spd_dplx() argument
6360 spddplx != (SPEED_1000 + DUPLEX_FULL)) { in igb_set_spd_dplx()
6365 switch (spddplx) { in igb_set_spd_dplx()