Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c270 V_PORTSPEED(M_PORTSPEED) | F_SAFESPEEDCHANGE, in t3_mac_reset()
599 val = V_PORTSPEED(0); in t3_mac_set_speed_duplex_fc()
601 val = V_PORTSPEED(1); in t3_mac_set_speed_duplex_fc()
603 val = V_PORTSPEED(2); in t3_mac_set_speed_duplex_fc()
605 val = V_PORTSPEED(3); in t3_mac_set_speed_duplex_fc()
611 V_PORTSPEED(M_PORTSPEED), val); in t3_mac_set_speed_duplex_fc()
615 if ((old & V_PORTSPEED(M_PORTSPEED)) != val) { in t3_mac_set_speed_duplex_fc()
H A Dcxgb_t3_hw.c4358 u32 val = V_PORTSPEED(is_10G(adapter) || adapter->params.nports > 2 ? in early_hw_init()
H A Dcxgb_regs.h7613 #define V_PORTSPEED(x) ((x) << S_PORTSPEED) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h45142 #define V_PORTSPEED(x) ((x) << S_PORTSPEED) macro