Searched defs:urtw_txeof_low (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2897 urtw_txeof_low(usb_pipe_handle_t pipe, usb_bulk_req_t *req) function
2903 "urtw_txeof_low(): cr:%s(%d), flags:0x%x, tx_queued:%d",
3852 req->bulk_cb = (priority)?urtw_txeof_normal : urtw_txeof_low;
3853 req->bulk_exc_cb = (priority)?urtw_txeof_normal: urtw_txeof_low;

Completed in 62 milliseconds