Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c1144 int error, slot, backup[2] = { dr->dr_curslot, dr->dr_usedslot }; in bwn_dma_tx_start()
1230 dr->dr_usedslot = backup[1]; in bwn_dma_tx_start()
2889 dr->dr_usedslot = dr->dr_numslots; in bwn_dma_ringsetup()
3202 dr->dr_usedslot = dr->dr_numslots; in bwn_dma_setup()
3273 if (!dr->dr_usedslot) in bwn_dma_free_descbufs()
5425 return (dr->dr_numslots - dr->dr_usedslot); in bwn_dma_freeslot()
6024 dr->dr_usedslot--; in bwn_dma_handle_txeof()
6720 dr->dr_usedslot++; in bwn_dma_getslot()
H A Dif_bwnvar.h650 int dr_usedslot; member