Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dadapter.h361 IQ_LRO_ENABLED = (1 << 3), /* iq is an eth rxq with LRO enabled */ enumerator
H A Dt4_sge.c1491 MPASS((iq->flags & IQ_LRO_ENABLED) == 0); in service_iq()
1737 if (iq->flags & IQ_LRO_ENABLED && in service_iq_fl()
1760 if (iq->flags & IQ_LRO_ENABLED) { in service_iq_fl()
2050 if (iq->flags & IQ_LRO_ENABLED) { in t4_eth_rx()
3449 rxq->iq.flags |= IQ_LRO_ENABLED; in alloc_rxq()
H A Dt4_main.c1943 rxq->iq.flags |= IQ_LRO_ENABLED; in cxgbe_ioctl()
1945 rxq->iq.flags &= ~IQ_LRO_ENABLED; in cxgbe_ioctl()