Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h395 #define S_EGRHIOPCODE 16 macro
397 #define V_EGRHIOPCODE(x) ((x) << S_EGRHIOPCODE)
398 #define G_EGRHIOPCODE(x) (((x) >> S_EGRHIOPCODE) & M_EGRHIOPCODE)