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

/freebsd-10.3-release/sys/dev/hme/
H A Dif_hmevar.h89 int rb_td_nbusy; member in struct:hme_ring
H A Dif_hme.c683 hr->rb_td_nbusy = 0;
1005 if (sc->sc_rb.rb_td_nbusy + nsegs >= HME_NTXDESC) {
1028 sc->sc_rb.rb_td_nbusy++;
1129 sc->sc_rb.rb_td_nbusy < HME_NTXDESC - 1;) {
1169 if (sc->sc_rb.rb_td_nbusy <= 0) {
1181 --sc->sc_rb.rb_td_nbusy;
1202 sc->sc_wdog_timer = sc->sc_rb.rb_td_nbusy > 0 ? 5 : 0;

Completed in 95 milliseconds