Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c55 if (G_PORTSPEED(cfg) != 3) /* not running at 10G */ in xgm_reset_ctrl()
H A Dcxgb_regs.h7614 #define G_PORTSPEED(x) (((x) >> S_PORTSPEED) & M_PORTSPEED) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h45143 #define G_PORTSPEED(x) (((x) >> S_PORTSPEED) & M_PORTSPEED) macro