Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h472 #define S_MAC_MATCH 27 macro
474 #define V_MAC_MATCH(x) ((x) << S_MAC_MATCH)
475 #define G_MAC_MATCH(x) (((x) >> S_MAC_MATCH) & M_MAC_MATCH)