Lines Matching refs:speed_duplex
3562 enum spd_duplex speed_duplex; in rtl8152_set_speed() local
3579 speed_duplex = FORCE_10M_HALF; in rtl8152_set_speed()
3583 speed_duplex = FORCE_100M_HALF; in rtl8152_set_speed()
3587 speed_duplex = NWAY_1000M_FULL; in rtl8152_set_speed()
3596 speed_duplex++; in rtl8152_set_speed()
3602 speed_duplex = NWAY_10M_FULL; in rtl8152_set_speed()
3605 speed_duplex = NWAY_10M_HALF; in rtl8152_set_speed()
3611 speed_duplex = NWAY_100M_FULL; in rtl8152_set_speed()
3615 speed_duplex = NWAY_100M_HALF; in rtl8152_set_speed()
3627 speed_duplex = NWAY_1000M_FULL; in rtl8152_set_speed()
3648 r8153b_ups_flags_w1w0(tp, ups_flags_speed(speed_duplex), in rtl8152_set_speed()