HomeSort by: relevance | last modified time | path
    Searched refs:jpool_entries (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/pci/
if_mskvar.h 88 LIST_ENTRY(sk_jpool_entry) jpool_entries;
if_skvar.h 87 LIST_ENTRY(sk_jpool_entry) jpool_entries;
if_bgevar.h 245 SLIST_ENTRY(bge_jpool_entry) jpool_entries;
if_sk.c 899 entry, jpool_entries);
902 entry, jpool_entries);
945 LIST_REMOVE(entry, jpool_entries);
946 LIST_INSERT_HEAD(&sc_if->sk_jinuse_listhead, entry, jpool_entries);
980 LIST_REMOVE(entry, jpool_entries);
981 LIST_INSERT_HEAD(&sc->sk_jfree_listhead, entry, jpool_entries);
if_msk.c 706 entry, jpool_entries);
763 LIST_REMOVE(entry, jpool_entries);
764 LIST_INSERT_HEAD(&sc_if->sk_jinuse_listhead, entry, jpool_entries);
797 LIST_REMOVE(entry, jpool_entries);
798 LIST_INSERT_HEAD(&sc->sk_jfree_listhead, entry, jpool_entries);
if_ti.c 620 jpool_entries);
641 SIMPLEQ_REMOVE_HEAD(&sc->ti_jfree_listhead, jpool_entries);
642 SIMPLEQ_INSERT_HEAD(&sc->ti_jinuse_listhead, entry, jpool_entries);
676 SIMPLEQ_REMOVE_HEAD(&sc->ti_jinuse_listhead, jpool_entries);
677 SIMPLEQ_INSERT_HEAD(&sc->ti_jfree_listhead, entry, jpool_entries);
if_bge.c 1377 entry, jpool_entries);
1412 SLIST_FOREACH_SAFE(entry, &sc->bge_jfree_listhead, jpool_entries, tmp) {
1440 SLIST_REMOVE_HEAD(&sc->bge_jfree_listhead, jpool_entries);
1441 SLIST_INSERT_HEAD(&sc->bge_jinuse_listhead, entry, jpool_entries);
1468 SLIST_REMOVE_HEAD(&sc->bge_jinuse_listhead, jpool_entries);
1469 SLIST_INSERT_HEAD(&sc->bge_jfree_listhead, entry, jpool_entries);
if_tireg.h 1077 SIMPLEQ_ENTRY(ti_jpool_entry) jpool_entries;
  /src/sys/dev/marvell/
if_mvgbe.c 169 LIST_ENTRY(mvgbe_jpool_entry) jpool_entries;
1698 jpool_entries);
1701 jpool_entries);
1738 LIST_REMOVE(entry, jpool_entries);
1739 LIST_INSERT_HEAD(&sc->sc_jinuse_listhead, entry, jpool_entries);
1772 LIST_REMOVE(entry, jpool_entries);
1773 LIST_INSERT_HEAD(&sc->sc_jfree_listhead, entry, jpool_entries);

Completed in 26 milliseconds