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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2946 #define S_ERRADDRESS 3 macro
2948 #define V_ERRADDRESS(x) ((x) << S_ERRADDRESS)
2949 #define G_ERRADDRESS(x) (((x) >> S_ERRADDRESS) & M_ERRADDRESS)

Completed in 130 milliseconds