Home
last modified time | relevance | path

Searched refs:speed_duplex (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/amd/
Damd8111e.h807 static int speed_duplex[MAX_UNITS] = { 0, }; variable
Damd8111e.c104 module_param_array(speed_duplex, int, NULL, 0);
105 MODULE_PARM_DESC(speed_duplex, "Set device speed and duplex modes, 0: Auto Negotiate, 1: 10Mbps Hal…
1840 lp->ext_phy_option = speed_duplex[card_idx]; in amd8111e_probe_one()
/Linux-v4.19/drivers/net/usb/
Dr8152.c3562 enum spd_duplex speed_duplex; in rtl8152_set_speed() local
3579 speed_duplex = FORCE_10M_HALF; in rtl8152_set_speed()
3583 speed_duplex = FORCE_100M_HALF; in rtl8152_set_speed()
3587 speed_duplex = NWAY_1000M_FULL; in rtl8152_set_speed()
3596 speed_duplex++; in rtl8152_set_speed()
3602 speed_duplex = NWAY_10M_FULL; in rtl8152_set_speed()
3605 speed_duplex = NWAY_10M_HALF; in rtl8152_set_speed()
3611 speed_duplex = NWAY_100M_FULL; in rtl8152_set_speed()
3615 speed_duplex = NWAY_100M_HALF; in rtl8152_set_speed()
3627 speed_duplex = NWAY_1000M_FULL; in rtl8152_set_speed()
[all …]
/Linux-v4.19/drivers/net/ethernet/via/
Dvia-velocity.c346 VELOCITY_PARAM(speed_duplex, "Setting the speed and duplex mode");
490 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options()