ti_jfree_listhead  629 dev/pci/if_ti.c 	SLIST_INIT(&sc->ti_jfree_listhead);
ti_jfree_listhead  651 dev/pci/if_ti.c 		SLIST_INSERT_HEAD(&sc->ti_jfree_listhead, entry, jpool_entries);
ti_jfree_listhead  683 dev/pci/if_ti.c 	entry = SLIST_FIRST(&sc->ti_jfree_listhead);
ti_jfree_listhead  688 dev/pci/if_ti.c 	SLIST_REMOVE_HEAD(&sc->ti_jfree_listhead, jpool_entries);
ti_jfree_listhead  725 dev/pci/if_ti.c 		SLIST_INSERT_HEAD(&sc->ti_jfree_listhead,
ti_jfree_listhead 1135 dev/pci/if_tireg.h 	SLIST_HEAD(__ti_jfreehead, ti_jpool_entry)	ti_jfree_listhead;