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

/freebsd-10.3-release/sys/dev/hme/
H A Dif_hmevar.h95 struct hme_txdq rb_txfreeq; member in struct:hme_ring
H A Dif_hme.c656 STAILQ_INIT(&sc->sc_rb.rb_txfreeq);
667 STAILQ_INSERT_TAIL(&sc->sc_rb.rb_txfreeq, td, htx_q);
952 if ((htx = STAILQ_FIRST(&sc->sc_rb.rb_txfreeq)) == NULL)
1049 STAILQ_REMOVE_HEAD(&sc->sc_rb.rb_txfreeq, htx_q);
1199 STAILQ_INSERT_TAIL(&sc->sc_rb.rb_txfreeq, htx, htx_q);

Completed in 106 milliseconds