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

/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c441 ural_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) function
458 "ural_rxeof(): cr:%s(%d), flags:0x%x, rx_queued:%d",
474 "ural_rxeof(): xfer too short %d\n", len);
497 "ural_rxeof(): pktlen mismatch <%d, %d>.\n", pktlen, len);
506 "ural_rxeof(): allocate mblk failed.\n");
1597 req->bulk_cb = ural_rxeof;
1598 req->bulk_exc_cb = ural_rxeof;

Completed in 64 milliseconds