Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h674 uint8_t dr_stop; member
H A Dif_bwn.c1037 if (dr->dr_stop == 1 || in bwn_tx_isfull()
1039 dr->dr_stop = 1; in bwn_tx_isfull()
1187 KASSERT(!dr->dr_stop, ("%s:%d: fail", __func__, __LINE__)); in bwn_dma_tx_start()
6175 if (dr->dr_stop) { in bwn_dma_handle_txeof()
6178 dr->dr_stop = 0; in bwn_dma_handle_txeof()
6875 KASSERT(!(dr->dr_stop), ("%s:%d: fail", __func__, __LINE__)); in bwn_dma_getslot()