Home
last modified time | relevance | path

Searched refs:S_MSTTXBYTECNT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6076 #define S_MSTTXBYTECNT 6 macro
6078 #define V_MSTTXBYTECNT(x) ((x) << S_MSTTXBYTECNT)
6079 #define G_MSTTXBYTECNT(x) (((x) >> S_MSTTXBYTECNT) & M_MSTTXBYTECNT)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h36064 #define S_MSTTXBYTECNT 6 macro
36066 #define V_MSTTXBYTECNT(x) ((x) << S_MSTTXBYTECNT)
36067 #define G_MSTTXBYTECNT(x) (((x) >> S_MSTTXBYTECNT) & M_MSTTXBYTECNT)