Searched refs:e1000_set_spd_dplx (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 362 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx);
|
D | e1000_ethtool.c | 226 if (e1000_set_spd_dplx(adapter, speed, ecmd->duplex)) { in e1000_set_settings()
|
D | e1000_main.c | 4799 retval = e1000_set_spd_dplx( in e1000_mii_ioctl() 5002 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx() function
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 207 static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx() function 311 if (e1000_set_spd_dplx(adapter, speed, ecmd->duplex)) { in e1000_set_settings()
|