free_shdr         447 dev/pci/if_ipw.c 	SLIST_INIT(&sc->free_shdr);
free_shdr         457 dev/pci/if_ipw.c 		SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
free_shdr         985 dev/pci/if_ipw.c 		SLIST_INSERT_HEAD(&sc->free_shdr, shdr, next);
free_shdr        1161 dev/pci/if_ipw.c 	shdr = SLIST_FIRST(&sc->free_shdr);
free_shdr        1232 dev/pci/if_ipw.c 	SLIST_REMOVE_HEAD(&sc->free_shdr, next);
free_shdr         131 dev/pci/if_ipwvar.h 	SLIST_HEAD(, ipw_soft_hdr)	free_shdr;