Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_regs.h3570 #define S_SYNCOOKIEPARAMS 26 macro
3572 #define V_SYNCOOKIEPARAMS(x) ((x) << S_SYNCOOKIEPARAMS)
3573 #define G_SYNCOOKIEPARAMS(x) (((x) >> S_SYNCOOKIEPARAMS) & M_SYNCOOKIEPARAMS)
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h21618 #define S_SYNCOOKIEPARAMS 26 macro
21620 #define V_SYNCOOKIEPARAMS(x) ((x) << S_SYNCOOKIEPARAMS)
21621 #define G_SYNCOOKIEPARAMS(x) (((x) >> S_SYNCOOKIEPARAMS) & M_SYNCOOKIEPARAMS)