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

/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_offload.h65 #define V_HDR_NDESC(x) ((x) << S_HDR_NDESC) macro
108 oh->flags = V_HDR_NDESC(1) | V_HDR_QSET(qset) | V_HDR_CTRL(ctrl);
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c743 oh->flags = V_HDR_NDESC(1) | V_HDR_CTRL(CPL_PRIORITY_DATA) | V_HDR_QSET(0);
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c533 oh->flags |= V_HDR_NDESC(ndesc);

Completed in 102 milliseconds