Searched refs:speed_duplex (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/amd/ |
D | amd8111e.h | 807 static int speed_duplex[MAX_UNITS] = { 0, }; variable
|
D | amd8111e.c | 104 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/ |
D | via-velocity.c | 346 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()
|