Lines Matching refs:spd_dpx
498 …velocity_set_int_opt((int *) &opts->spd_dpx, speed_duplex[index], MED_LNK_MIN, MED_LNK_MAX, MED_LN… in velocity_get_options()
603 switch (vptr->options.spd_dpx) { in velocity_get_opt_media_mode()
1009 } else if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_print_link_status()
1025 switch (vptr->options.spd_dpx) { in velocity_print_link_status()
1842 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_error()
3045 enum speed_opt spd_dpx = vptr->options.spd_dpx; in velocity_set_wol() local
3091 if (spd_dpx == SPD_DPX_1000_FULL) in velocity_set_wol()
3094 if (spd_dpx != SPD_DPX_AUTO) in velocity_set_wol()
3336 if (vptr->options.spd_dpx == SPD_DPX_AUTO) { in velocity_get_settings()
3345 switch (vptr->options.spd_dpx) { in velocity_get_settings()
3408 enum speed_opt spd_dpx; in velocity_set_settings() local
3411 spd_dpx = SPD_DPX_AUTO; in velocity_set_settings()
3414 spd_dpx = SPD_DPX_1000_FULL; in velocity_set_settings()
3416 spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ? in velocity_set_settings()
3419 spd_dpx = (new_status & VELOCITY_DUPLEX_FULL) ? in velocity_set_settings()
3424 vptr->options.spd_dpx = spd_dpx; in velocity_set_settings()