Lines Matching refs:spd_dpx
480 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options()
585 switch (vptr->options.spd_dpx) { in velocity_get_opt_media_mode()
991 } else if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_print_link_status()
1007 switch (vptr->options.spd_dpx) { in velocity_print_link_status()
1821 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_error()
3011 enum speed_opt spd_dpx = vptr->options.spd_dpx; in velocity_set_wol() local
3057 if (spd_dpx == SPD_DPX_1000_FULL) in velocity_set_wol()
3060 if (spd_dpx != SPD_DPX_AUTO) in velocity_set_wol()
3304 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_get_link_ksettings()
3313 switch (vptr->options.spd_dpx) { in velocity_get_link_ksettings()
3382 enum speed_opt spd_dpx; in velocity_set_link_ksettings() local
3385 spd_dpx = SPD_DPX_AUTO; in velocity_set_link_ksettings()
3388 spd_dpx = SPD_DPX_1000_FULL; in velocity_set_link_ksettings()
3390 spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ? in velocity_set_link_ksettings()
3393 spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ? in velocity_set_link_ksettings()
3398 vptr->options.spd_dpx = spd_dpx; in velocity_set_link_ksettings()