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

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h86 EO_SND_TAG_REF = (1 << 2), /* kernel has a ref on us */ enumerator in enum:__anon11956
H A Dt4_sched.c792 cst->flags |= EO_FLOWC_PENDING | EO_SND_TAG_REF;
827 MPASS(cst->flags & EO_SND_TAG_REF);
865 MPASS((cst->flags & EO_SND_TAG_REF) == 0);
888 MPASS(cst->flags & EO_SND_TAG_REF);
889 cst->flags &= ~EO_SND_TAG_REF;
H A Dt4_sge.c6476 MPASS(cst->flags & EO_SND_TAG_REF);
6556 (EO_FLUSH_RPL_PENDING | EO_SND_TAG_REF)) ==
6581 if (cst->flags & EO_SND_TAG_REF) {

Completed in 188 milliseconds