Searched refs:lro_active (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.h98 struct lro_head lro_active; member in struct:lro_ctrl
H A Dtcp_lro.c87 LIST_INSERT_HEAD(&lc->lro_active, le, next);
121 LIST_INIT(&lc->lro_active);
155 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) {
260 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) {
272 if (LIST_EMPTY(&lc->lro_active))
277 LIST_FOREACH_SAFE(le, &lc->lro_active, next, le_tmp) {
697 LIST_FOREACH(le, &lc->lro_active, next) {
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2119 SLIST_INIT(&lldev->lro_active);
2470 while(!SLIST_EMPTY(&lldev->lro_active)) {
2471 lro_session = SLIST_FIRST(&lldev->lro_active);
2472 SLIST_REMOVE_HEAD(&lldev->lro_active, next);
2606 SLIST_FOREACH(lro_session, &lldev->lro_active, next) {
2614 SLIST_REMOVE(&lldev->lro_active, lro_session,
2655 SLIST_REMOVE(&lldev->lro_active, lro_session,
2670 SLIST_INSERT_HEAD(&lldev->lro_active, lro_session, next);
H A Dif_nxge.h315 struct lro_head lro_active; /* Active LRO sessions */ member in struct:xge_lldev_t
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c746 while ((!SLIST_EMPTY(&lro->lro_active))) {
747 queued = SLIST_FIRST(&lro->lro_active);
748 SLIST_REMOVE_HEAD(&lro->lro_active, next);
H A Dql_hw.c2837 while ((!SLIST_EMPTY(&lro->lro_active))) {
2838 queued = SLIST_FIRST(&lro->lro_active);
2839 SLIST_REMOVE_HEAD(&lro->lro_active, next);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c1950 while ((queued = SLIST_FIRST(&lro->lro_active)) != NULL) {
1951 SLIST_REMOVE_HEAD(&lro->lro_active, next);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c5089 while ((!SLIST_EMPTY(&lro->lro_active))) {
5090 queued = SLIST_FIRST(&lro->lro_active);
5091 SLIST_REMOVE_HEAD(&lro->lro_active, \
7581 while ((!SLIST_EMPTY(&lro->lro_active))){
7582 queued = SLIST_FIRST(&lro->lro_active);
7583 SLIST_REMOVE_HEAD(&lro->lro_active, next);

Completed in 148 milliseconds