Home
last modified time | relevance | path

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

/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…
1865 lp->ext_phy_option = speed_duplex[card_idx]; in amd8111e_probe_one()
/drivers/net/ethernet/via/
Dvia-velocity.c346 VELOCITY_PARAM(speed_duplex, "Setting the speed and duplex mode");
498 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options()