Home
last modified time | relevance | path

Searched defs:duplex (Results 1 – 25 of 193) sorted by relevance

12345678

/linux/net/ethtool/
H A Dcommon.h12 #define ETHTOOL_LINK_MODE(speed, type, duplex) \ argument
20 u8 duplex; member
H A Dcommon.c101 #define __LINK_MODE_NAME(speed, type, duplex) \ argument
103 #define __DEFINE_LINK_MODE_NAME(speed, type, duplex) \ argument
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c25 u8 duplex; member
474 u8 duplex; in prestera_port_link_mode_get() local
588 u32 speed, u8 duplex, u8 type) in prestera_port_link_mode_set()
635 u8 duplex = DUPLEX_UNKNOWN; in prestera_port_speed_duplex_set() local
/linux/sound/core/seq/
H A Dseq_dummy.c54 static bool duplex; variable
70 int duplex; member
/linux/drivers/net/pcs/
H A Dpcs-lynx.c211 int speed, int duplex) in lynx_pcs_link_up_sgmii()
266 int speed, int duplex) in lynx_pcs_link_up_2500basex()
286 int speed, int duplex) in lynx_pcs_link_up()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c131 int *speed, int *duplex, int *fc) in vsc8211_get_link_status()
207 int *speed, int *duplex, int *fc) in vsc8211_get_link_status_fiber()
305 int vsc8211_set_speed_duplex(struct cphy *phy, int speed, int duplex) in vsc8211_set_speed_duplex()
H A Daq100x.c201 static int aq100x_set_speed_duplex(struct cphy *phy, int speed, int duplex) in aq100x_set_speed_duplex()
208 int *speed, int *duplex, int *fc) in aq100x_get_link_status()
H A Dael1002.c177 int *duplex, int *fc) in get_link_status_r()
830 int *duplex, int *fc) in get_link_status_x()
891 int *speed, int *duplex, int *fc) in xaui_direct_get_link_status()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c125 static int mv88e1xxx_set_speed_duplex(struct cphy *phy, int speed, int duplex) in mv88e1xxx_set_speed_duplex()
242 int *speed, int *duplex, int *fc) in mv88e1xxx_get_link_status()
H A Dpm3393.c389 int *duplex, int *fc) in pm3393_get_speed_duplex_fc()
400 static int pm3393_set_speed_duplex_fc(struct cmac *cmac, int speed, int duplex, in pm3393_set_speed_duplex_fc()
H A Dmy3126.c111 int *link_ok, int *speed, int *duplex, int *fc) in my3126_get_link_status()
H A Dmv88x201x.c163 int *speed, int *duplex, int *fc) in mv88x201x_get_link_status()
/linux/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c640 u16 *duplex) in e1000_get_link_up_info_80003es2lan()
1083 u16 duplex; in e1000_cfg_on_link_up_80003es2lan() local
1108 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex) in e1000_cfg_kmrn_10_100_80003es2lan()
H A Dmac.c1005 u16 speed, duplex; in e1000e_config_fc_after_link_up() local
1304 u16 *duplex) in e1000e_get_speed_and_duplex_copper()
1338 *hw, u16 *speed, u16 *duplex) in e1000e_get_speed_and_duplex_fiber_serdes()
/linux/include/linux/
H A Dpxa168_eth.h18 int duplex; /* DUPLEX_HALF or DUPLEX_FULL */ member
H A Dphy_fixed.h10 int duplex; member
H A Dmv643xx_eth.h62 int duplex; member
/linux/drivers/net/ethernet/tehuti/
H A Dtn40_phy.c17 int speed, int duplex, bool tx_pause, bool rx_pause) in tn40_link_up()
/linux/drivers/net/phy/
H A Dswphy.c56 static const struct swmii_regs duplex[] = { variable
H A Dphy.c227 phy_find_valid(int speed, int duplex, unsigned long *supported) in phy_find_valid()
258 bool phy_check_valid(int speed, int duplex, unsigned long *features) in phy_check_valid()
1082 u8 duplex = cmd->base.duplex; in phy_ethtool_ksettings_set() local
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c121 u8 *auto_neg, u16 *speed, u8 *duplex) in hns_mac_get_port_info()
149 bool hns_mac_need_adjust_link(struct hns_mac_cb *mac_cb, int speed, int duplex) in hns_mac_need_adjust_link()
162 void hns_mac_adjust_link(struct hns_mac_cb *mac_cb, int speed, int duplex) in hns_mac_adjust_link()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c668 int atl1c_get_speed_and_duplex(struct atl1c_hw *hw, u16 *speed, u16 *duplex) in atl1c_get_speed_and_duplex()
722 u16 duplex = FULL_DUPLEX; in atl1c_phy_to_ps_link() local
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_phylink.c49 int speed, int duplex, in sparx5_phylink_mac_link_up()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_phylink.c50 int speed, int duplex, in lan966x_phylink_mac_link_up()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_core.c127 static void dwmac100_flow_ctrl(struct mac_device_info *hw, unsigned int duplex, in dwmac100_flow_ctrl()

12345678