Home
last modified time | relevance | path

Searched refs:rb_txfreeq (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/hme/
HDif_hmevar.h95 struct hme_txdq rb_txfreeq; member
HDif_hme.c656 STAILQ_INIT(&sc->sc_rb.rb_txfreeq); in hme_meminit()
667 STAILQ_INSERT_TAIL(&sc->sc_rb.rb_txfreeq, td, htx_q); in hme_meminit()
952 if ((htx = STAILQ_FIRST(&sc->sc_rb.rb_txfreeq)) == NULL) in hme_load_txmbuf()
1049 STAILQ_REMOVE_HEAD(&sc->sc_rb.rb_txfreeq, htx_q); in hme_load_txmbuf()
1199 STAILQ_INSERT_TAIL(&sc->sc_rb.rb_txfreeq, htx, htx_q); in hme_tint()