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

/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_offload.h63 #define S_HDR_NDESC 0 macro
65 #define V_HDR_NDESC(x) ((x) << S_HDR_NDESC)
66 #define G_HDR_NDESC(x) (((x) >> S_HDR_NDESC) & M_HDR_NDESC)

Completed in 21 milliseconds