Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h3602 #define S_FIVETUPLELOOKUP 17 macro
3604 #define V_FIVETUPLELOOKUP(x) ((x) << S_FIVETUPLELOOKUP)
3605 #define G_FIVETUPLELOOKUP(x) (((x) >> S_FIVETUPLELOOKUP) & M_FIVETUPLELOOKUP)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h21651 #define S_FIVETUPLELOOKUP 17 macro
21653 #define V_FIVETUPLELOOKUP(x) ((x) << S_FIVETUPLELOOKUP)
21654 #define G_FIVETUPLELOOKUP(x) (((x) >> S_FIVETUPLELOOKUP) & M_FIVETUPLELOOKUP)