Searched refs:S_RXCRCERRFRAMES (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h8177 #define S_RXCRCERRFRAMES 0 macro
8179 #define V_RXCRCERRFRAMES(x) ((x) << S_RXCRCERRFRAMES)
8180 #define G_RXCRCERRFRAMES(x) (((x) >> S_RXCRCERRFRAMES) & M_RXCRCERRFRAMES)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h30450 #define S_RXCRCERRFRAMES 0 macro
30452 #define V_RXCRCERRFRAMES(x) ((x) << S_RXCRCERRFRAMES)
30453 #define G_RXCRCERRFRAMES(x) (((x) >> S_RXCRCERRFRAMES) & M_RXCRCERRFRAMES)
[all...]

Completed in 512 milliseconds