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

/freebsd-10-stable/sys/dev/bwn/
H A Dif_bwn.c301 static int bwn_dma_freeslot(struct bwn_dma_ring *);
1355 bwn_dma_freeslot(dr) < BWN_TX_SLOTS_PER_FRAME) {
8891 bwn_dma_freeslot(struct bwn_dma_ring *dr) function
9451 KASSERT(bwn_dma_freeslot(dr) >= BWN_TX_SLOTS_PER_FRAME,
10006 KASSERT(bwn_dma_freeslot(dr) != 0, ("%s:%d: fail", __func__, __LINE__));

Completed in 169 milliseconds