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

/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c253 static int bwn_dma_nextslot(struct bwn_dma_ring *, int);
1132 dr->start_transfer(dr, bwn_dma_nextslot(dr, slot));
5180 for (; slot != curslot; slot = bwn_dma_nextslot(dr, slot))
5332 bwn_dma_nextslot(struct bwn_dma_ring *dr, int slot) function
5388 *slot = bwn_dma_nextslot(dr, *slot);
5954 slot = bwn_dma_nextslot(dr, slot);
6710 slot = bwn_dma_nextslot(dr, dr->dr_curslot);

Completed in 70 milliseconds