Searched refs:e1000_set_spd_dplx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 340 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx);
|
H A D | e1000_ethtool.c | 205 if (e1000_set_spd_dplx(adapter, speed, cmd->base.duplex)) { in e1000_set_link_ksettings()
|
H A D | e1000_main.c | 4807 retval = e1000_set_spd_dplx( in e1000_mii_ioctl() 5010 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 340 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx);
|
H A D | e1000_ethtool.c | 205 if (e1000_set_spd_dplx(adapter, speed, cmd->base.duplex)) { in e1000_set_link_ksettings()
|
H A D | e1000_main.c | 4805 retval = e1000_set_spd_dplx( in e1000_mii_ioctl() 5008 int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 203 static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx() function 316 if (e1000_set_spd_dplx(adapter, speed, cmd->base.duplex)) { in e1000_set_link_ksettings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 211 static int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx) in e1000_set_spd_dplx() function 324 if (e1000_set_spd_dplx(adapter, speed, cmd->base.duplex)) { in e1000_set_link_ksettings()
|
Completed in 23 milliseconds