Searched refs:speed_duplex (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | amd8111e.h | 796 static int speed_duplex[MAX_UNITS] = { 0, }; variable
|
| D | amd8111e.c | 91 module_param_array(speed_duplex, int, NULL, 0); 92 MODULE_PARM_DESC(speed_duplex, "Set device speed and duplex modes, 0: Auto Negotiate, 1: 10Mbps Hal… 1827 lp->ext_phy_option = speed_duplex[card_idx]; in amd8111e_probe_one()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | r8152.c | 757 u32 speed_duplex:4; member 2922 switch (tp->ups_info.speed_duplex) { in r8153b_ups_flags() 3871 tp->ups_info.speed_duplex = FORCE_10M_FULL; in rtl8152_set_speed() 3873 tp->ups_info.speed_duplex = FORCE_10M_HALF; in rtl8152_set_speed() 3880 tp->ups_info.speed_duplex = FORCE_100M_FULL; in rtl8152_set_speed() 3882 tp->ups_info.speed_duplex = FORCE_100M_HALF; in rtl8152_set_speed() 3888 tp->ups_info.speed_duplex = NWAY_1000M_FULL; in rtl8152_set_speed() 3921 tp->ups_info.speed_duplex = NWAY_10M_HALF; in rtl8152_set_speed() 3925 tp->ups_info.speed_duplex = NWAY_10M_FULL; in rtl8152_set_speed() 3930 tp->ups_info.speed_duplex = NWAY_100M_HALF; in rtl8152_set_speed() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/via/ |
| D | via-velocity.c | 336 VELOCITY_PARAM(speed_duplex, "Setting the speed and duplex mode"); 480 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options()
|