Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dxgmac.c438 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()
Dregs.h2374 #define V_PORTSPEED(x) ((x) << S_PORTSPEED) macro
Dt3_hw.c3498 u32 val = V_PORTSPEED(is_10G(adapter) ? 3 : 2); in early_hw_init()