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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h1489 #define S_FSO_FCHDR_LEN 12 macro
1491 #define V_FSO_FCHDR_LEN(x) ((x) << S_FSO_FCHDR_LEN)
1492 #define G_FSO_FCHDR_LEN(x) (((x) >> S_FSO_FCHDR_LEN) & M_FSO_FCHDR_LEN)

Completed in 173 milliseconds