bge_jinuse_listhead  665 dev/pci/if_bge.c 	SLIST_INIT(&sc->bge_jinuse_listhead);
bge_jinuse_listhead  723 dev/pci/if_bge.c 	SLIST_INSERT_HEAD(&sc->bge_jinuse_listhead, entry, jpool_entries);
bge_jinuse_listhead  751 dev/pci/if_bge.c 	entry = SLIST_FIRST(&sc->bge_jinuse_listhead);
bge_jinuse_listhead  755 dev/pci/if_bge.c 	SLIST_REMOVE_HEAD(&sc->bge_jinuse_listhead, jpool_entries);
bge_jinuse_listhead 2393 dev/pci/if_bgereg.h 	SLIST_HEAD(__bge_jinusehead, bge_jpool_entry)	bge_jinuse_listhead;