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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h153 SLIST_HEAD(, ipw_soft_hdr) free_shdr; member in struct:ipw_softc
H A Dif_ipw.c619 SLIST_INIT(&sc->free_shdr);
628 SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
1319 SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
1589 shdr = SLIST_FIRST(&sc->free_shdr);
1647 SLIST_REMOVE_HEAD(&sc->free_shdr, next);

Completed in 86 milliseconds