Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_offload.h65 #define G_HDR_NDESC(x) (((x) >> S_HDR_NDESC) & M_HDR_NDESC) macro
H A Dcxgb_sge.c2271 ndesc = G_HDR_NDESC(oh->flags); in ofld_xmit()
2319 unsigned int ndesc = G_HDR_NDESC(oh->flags); in restart_offloadq()