Searched refs:V_PORTSPEED (Results 1 – 3 of 3) sorted by relevance
438 val = V_PORTSPEED(0); in t3_mac_set_speed_duplex_fc()440 val = V_PORTSPEED(1); in t3_mac_set_speed_duplex_fc()442 val = V_PORTSPEED(2); in t3_mac_set_speed_duplex_fc()444 val = V_PORTSPEED(3); in t3_mac_set_speed_duplex_fc()449 V_PORTSPEED(M_PORTSPEED), val); in t3_mac_set_speed_duplex_fc()
2374 #define V_PORTSPEED(x) ((x) << S_PORTSPEED) macro
3498 u32 val = V_PORTSPEED(is_10G(adapter) ? 3 : 2); in early_hw_init()