Searched refs:S_EGRLOOPCODE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h402 #define S_EGRLOOPCODE 8 macro
404 #define V_EGRLOOPCODE(x) ((x) << S_EGRLOOPCODE)
405 #define G_EGRLOOPCODE(x) (((x) >> S_EGRLOOPCODE) & M_EGRLOOPCODE)

Completed in 86 milliseconds