Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h4342 #define S_EXPDCOOKIE 0 macro
4344 #define V_EXPDCOOKIE(x) ((x) << S_EXPDCOOKIE)
4345 #define G_EXPDCOOKIE(x) (((x) >> S_EXPDCOOKIE) & M_EXPDCOOKIE)