Lines Matching refs:xfer
350 when doing a data transfer (xfer), first the rpipe has to be aimed and
367 When the xfer is executed, we receive a notification that says data is
369 xfer.c:wa_handle_notif_xfer()). In there we read from the DTI endpoint a
375 the xfer complete at some point and call its callback.
383 The main xfer descriptor, wa_xfer (equivalent to a URB) contains an
390 1, buffer 1, segment 2, buffer 2...etc. Then we wait on the DTI for xfer
395 then wait for the xfer result data.
401 context (wa_xfer) and submit it. When the xfer is done, our callback is
402 called and we assign the status bits and release the xfer resources.
405 a xfer abort request to the HC, cancel all the URBs we had submitted
406 and not yet done and when all that is done, the xfer callback will be