Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_offload.h73 #define V_HDR_CTRL(x) ((x) << S_HDR_CTRL) macro
74 #define F_HDR_CTRL V_HDR_CTRL(1U)
107 oh->flags = V_HDR_NDESC(1) | V_HDR_QSET(qset) | V_HDR_CTRL(ctrl); in m_gethdr_ofld()