Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h32081 #define S_PROTOCOLID 16 macro
32083 #define V_PROTOCOLID(x) ((x) << S_PROTOCOLID)
32084 #define G_PROTOCOLID(x) (((x) >> S_PROTOCOLID) & M_PROTOCOLID)