Searched refs:speed_duplex (Results 1 – 2 of 2) sorted by relevance
90 module_param_array(speed_duplex, int, NULL, 0);91 MODULE_PARM_DESC(speed_duplex, "Set device speed and duplex modes, 0: Auto Negotiate, 1: 10Mbps Hal…1816 lp->ext_phy_option = speed_duplex[card_idx]; in amd8111e_probe_one()
910 u32 speed_duplex:4; member3617 switch (tp->ups_info.speed_duplex) { in r8153b_ups_flags()3683 switch (tp->ups_info.speed_duplex) { in r8156_ups_flags()6259 tp->ups_info.speed_duplex = FORCE_10M_FULL; in rtl8152_set_speed()6261 tp->ups_info.speed_duplex = FORCE_10M_HALF; in rtl8152_set_speed()6268 tp->ups_info.speed_duplex = FORCE_100M_FULL; in rtl8152_set_speed()6270 tp->ups_info.speed_duplex = FORCE_100M_HALF; in rtl8152_set_speed()6276 tp->ups_info.speed_duplex = NWAY_1000M_FULL; in rtl8152_set_speed()6313 tp->ups_info.speed_duplex = NWAY_10M_HALF; in rtl8152_set_speed()6317 tp->ups_info.speed_duplex = NWAY_10M_FULL; in rtl8152_set_speed()[all …]