Lines Matching refs:spd_dpx
488 velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], in velocity_get_options()
597 switch (vptr->options.spd_dpx) { in velocity_get_opt_media_mode()
999 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_print_link_status()
1016 switch (vptr->options.spd_dpx) { in velocity_print_link_status()
1840 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_error()
3014 enum speed_opt spd_dpx = vptr->options.spd_dpx; in velocity_set_wol() local
3060 if (spd_dpx == SPD_DPX_1000_FULL) in velocity_set_wol()
3063 if (spd_dpx != SPD_DPX_AUTO) in velocity_set_wol()
3313 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_get_link_ksettings()
3322 switch (vptr->options.spd_dpx) { in velocity_get_link_ksettings()
3391 enum speed_opt spd_dpx; in velocity_set_link_ksettings() local
3394 spd_dpx = SPD_DPX_AUTO; in velocity_set_link_ksettings()
3397 spd_dpx = SPD_DPX_1000_FULL; in velocity_set_link_ksettings()
3399 spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ? in velocity_set_link_ksettings()
3402 spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ? in velocity_set_link_ksettings()
3407 vptr->options.spd_dpx = spd_dpx; in velocity_set_link_ksettings()