OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unc_xfer
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
usbnet.c
540
if (__predict_false(c->
unc_xfer
== NULL)) {
541
DPRINTF("
unc_xfer
is NULL", 0, 0, 0, 0);
546
usbd_setup_xfer(c->
unc_xfer
, c, c->unc_buf, length,
550
usbd_status err = usbd_transfer(c->
unc_xfer
);
646
if (c->
unc_xfer
== NULL) {
649
&c->
unc_xfer
);
652
c->unc_buf = usbd_get_buffer(c->
unc_xfer
);
667
if (c->
unc_xfer
!= NULL) {
668
usbd_destroy_xfer(c->
unc_xfer
);
669
c->
unc_xfer
= NULL
[
all
...]
usbnet.h
108
struct usbd_xfer *
unc_xfer
;
member in struct:usbnet_chain
Completed in 12 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025