Searched refs:speed_duplex (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.h796 static int speed_duplex[MAX_UNITS] = { 0, }; variable
H A Damd8111e.c90 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 Half Duplex, 2: 10Mbps Full Duplex, 3: 100Mbps Half Duplex, 4: 100Mbps Full Duplex");
1816 lp->ext_phy_option = speed_duplex[card_idx];
/linux-master/drivers/net/usb/
H A Dr8152.c909 u32 speed_duplex:4; member in struct:r8152::ups_info
3613 switch (tp->ups_info.speed_duplex) {
3679 switch (tp->ups_info.speed_duplex) {
6278 tp->ups_info.speed_duplex = FORCE_10M_FULL;
6280 tp->ups_info.speed_duplex = FORCE_10M_HALF;
6287 tp->ups_info.speed_duplex = FORCE_100M_FULL;
6289 tp->ups_info.speed_duplex = FORCE_100M_HALF;
6295 tp->ups_info.speed_duplex = NWAY_1000M_FULL;
6332 tp->ups_info.speed_duplex = NWAY_10M_HALF;
6336 tp->ups_info.speed_duplex
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core_mpc.h497 u8 speed_duplex; member in struct:qeth_query_oat_physical_if
H A Dqeth_core_main.c4852 switch (phys_if->speed_duplex) {
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c325 /* speed_duplex[] is used for setting the speed and duplex mode of NIC.
337 VELOCITY_PARAM(speed_duplex, "Setting the speed and duplex mode");
488 velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index],

Completed in 236 milliseconds