Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h382 IQ_HAS_FL = (1 << 1), /* iq associated with a freelist */ enumerator
H A Dt4_sge.c1394 KASSERT((iq->flags & IQ_HAS_FL) == 0, in service_iq()
1587 MPASS(iq->flags & IQ_HAS_FL); in service_iq_fl()
3498 iq->flags |= IQ_HAS_FL; in alloc_iq_fl()
3516 MPASS(iq->flags & IQ_HAS_FL); in free_iq_fl()
H A Dt4_main.c7215 MPASS(iq->flags & IQ_HAS_FL); in quiesce_iq_fl()