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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2926 urtw_txeof_normal(usb_pipe_handle_t pipe, usb_bulk_req_t *req) function
2932 "urtw_txeof_normal(): 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 60 milliseconds