Searched refs:V_PORTSPEED (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c438 val = V_PORTSPEED(0); t3_mac_set_speed_duplex_fc()
440 val = V_PORTSPEED(1); t3_mac_set_speed_duplex_fc()
442 val = V_PORTSPEED(2); t3_mac_set_speed_duplex_fc()
444 val = V_PORTSPEED(3); t3_mac_set_speed_duplex_fc()
449 V_PORTSPEED(M_PORTSPEED), val); t3_mac_set_speed_duplex_fc()
H A Dregs.h2373 #define V_PORTSPEED(x) ((x) << S_PORTSPEED) macro
H A Dt3_hw.c3528 u32 val = V_PORTSPEED(is_10G(adapter) ? 3 : 2); early_hw_init()

Completed in 108 milliseconds