Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h384 IQ_LRO_ENABLED = (1 << 3), /* iq is an eth rxq with LRO enabled */ enumerator
H A Dt4_sge.c1398 MPASS((iq->flags & IQ_LRO_ENABLED) == 0); in service_iq()
1686 if (iq->flags & IQ_LRO_ENABLED && in service_iq_fl()
1699 if (iq->flags & IQ_LRO_ENABLED) { in service_iq_fl()
2117 if (rxq->iq.flags & IQ_LRO_ENABLED && tnl_type == 0 && in eth_rx()
3983 rxq->iq.flags |= IQ_LRO_ENABLED; in alloc_rxq()
H A Dt4_main.c3078 rxq->iq.flags |= IQ_LRO_ENABLED; in cxgbe_ioctl()
3080 rxq->iq.flags &= ~IQ_LRO_ENABLED; in cxgbe_ioctl()