Searched refs:lro (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_ix.h200 struct lro_ctrl lro;
H A Dif_oce.c274 struct lro_ctrl lro; member in struct:oce_rq
1623 !cqe->u0.s.ip_ver && rq->lro.lro_cnt != 0) {
1625 if (tcp_lro_rx(&rq->lro, m, 0) == 0) {
1701 struct lro_ctrl *lro = &rq->lro; local
1707 while ((queued = SLIST_FIRST(&lro->lro_active)) != NULL) {
1708 SLIST_REMOVE_HEAD(&lro->lro_active, next);
1709 tcp_lro_flush(lro, queued);
1717 struct lro_ctrl *lro = NULL; local
1721 lro
1737 struct lro_ctrl *lro = NULL; local
[all...]

Completed in 184 milliseconds