Lines Matching defs:lro
1726 (rq->lro.lro_cnt != 0)) {
1727 if (tcp_lro_rx(&rq->lro, m, 0) == 0) {
1816 struct lro_ctrl *lro = &rq->lro;
1822 tcp_lro_flush_all(lro);
1831 struct lro_ctrl *lro = NULL;
1835 lro = &sc->rq[i]->lro;
1836 rc = tcp_lro_init(lro);
1841 lro->ifp = sc->ifp;
1850 struct lro_ctrl *lro = NULL;
1854 lro = &sc->rq[i]->lro;
1855 if (lro)
1856 tcp_lro_free(lro);
2928 device_printf(sc->dev, "no hardware lro support\n");
2929 device_printf(sc->dev, "software lro enabled\n");
2932 device_printf(sc->dev, "hardware lro enabled\n");
2936 device_printf(sc->dev, "software lro enabled\n");