Searched refs:tx_maps_free (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_tx.c546 SLIST_INSERT_HEAD(&sc->tx_maps_free, map, link);
701 SLIST_INSERT_HEAD(&sc->tx_maps_free, map, link);
1069 SLIST_INSERT_HEAD(&sc->tx_maps_free, map, link);
1083 if ((map = SLIST_FIRST(&sc->tx_maps_free)) == NULL) {
1085 if ((map = SLIST_FIRST(&sc->tx_maps_free)) == NULL)
1088 SLIST_REMOVE_HEAD(&sc->tx_maps_free, link);
H A Dif_patmvar.h300 SLIST_HEAD(, patm_txmap) tx_maps_free; /* free maps */ member in struct:patm_softc
H A Dif_patm_attach.c499 while ((map = SLIST_FIRST(&sc->tx_maps_free)) != NULL) {
501 SLIST_REMOVE_HEAD(&sc->tx_maps_free, link);
931 SLIST_INSERT_HEAD(&sc->tx_maps_free, map, link);
H A Dif_patm.c326 SLIST_INSERT_HEAD(&sc->tx_maps_free, map, link);

Completed in 174 milliseconds