Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_msg.h1509 #define S_FSO_FCHDR_LEN 12 macro
1511 #define V_FSO_FCHDR_LEN(x) ((x) << S_FSO_FCHDR_LEN)
1512 #define G_FSO_FCHDR_LEN(x) (((x) >> S_FSO_FCHDR_LEN) & M_FSO_FCHDR_LEN)