Searched refs:spddplx (Results 1 – 4 of 4) sorted by relevance
352 extern int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx);
99 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx);4388 u16 spddplx; in e1000_mii_ioctl() local4428 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() argument4607 spddplx != (SPEED_1000 + DUPLEX_FULL)) { in e1000_set_spd_dplx()4612 switch (spddplx) { in e1000_set_spd_dplx()
201 static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u16 spddplx) in e1000_set_spd_dplx() argument209 spddplx != (SPEED_1000 + DUPLEX_FULL)) { in e1000_set_spd_dplx()214 switch (spddplx) { in e1000_set_spd_dplx()
6351 int igb_set_spd_dplx(struct igb_adapter *adapter, u16 spddplx) in igb_set_spd_dplx() argument6360 spddplx != (SPEED_1000 + DUPLEX_FULL)) { in igb_set_spd_dplx()6365 switch (spddplx) { in igb_set_spd_dplx()