Searched refs:IF_LRO_ENABLED (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c1782 if (IF_LRO_ENABLED(sc) &&
1883 if (!IF_LRO_ENABLED(sc))
2131 if (IF_LRO_ENABLED(sc) && rq->lro_pkts_queued >= 16) {
2147 if (IF_LRO_ENABLED(sc))
H A Doce_if.h1145 #define IF_LRO_ENABLED(sc) (((sc)->ifp->if_capenable & IFCAP_LRO) ? 1:0) macro
H A Doce_queue.c1283 if (IF_LRO_ENABLED(sc))

Completed in 133 milliseconds