Home
last modified time | relevance | path

Searched refs:spd_dpx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/via/
Dvia-velocity.c490 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options()
595 switch (vptr->options.spd_dpx) { in velocity_get_opt_media_mode()
1001 } else if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_print_link_status()
1017 switch (vptr->options.spd_dpx) { in velocity_print_link_status()
1831 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_error()
3021 enum speed_opt spd_dpx = vptr->options.spd_dpx; in velocity_set_wol() local
3067 if (spd_dpx == SPD_DPX_1000_FULL) in velocity_set_wol()
3070 if (spd_dpx != SPD_DPX_AUTO) in velocity_set_wol()
3314 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_get_link_ksettings()
3323 switch (vptr->options.spd_dpx) { in velocity_get_link_ksettings()
[all …]
Dvia-velocity.h1414 enum speed_opt spd_dpx; /* Media link mode */ member