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

/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_offload.h69 #define S_HDR_QSET 4 macro
71 #define V_HDR_QSET(x) ((x) << S_HDR_QSET)
72 #define G_HDR_QSET(x) (((x) >> S_HDR_QSET) & M_HDR_QSET)

Completed in 101 milliseconds