Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_urtwreg.h359 #define URTW_PRIORITY_LOW 0 macro
Dif_urtw.c2626 prior == URTW_PRIORITY_LOW) in urtw_tx_start()
2661 (prior == URTW_PRIORITY_LOW) ? sc->sc_txpipe_low : in urtw_tx_start()
2664 (prior == URTW_PRIORITY_LOW) ? urtw_txeof_low : urtw_txeof_normal); in urtw_tx_start()
2677 if (prior == URTW_PRIORITY_LOW) in urtw_tx_start()