Searched refs:USB_GET_DATA_ISREAD (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_core.h38 #define USB_GET_DATA_ISREAD(xfer) ((xfer)->flags_int.usb_mode == \ macro
H A Dusb_pf.c208 isread = USB_GET_DATA_ISREAD(xfer);
H A Dusb_busdma.c913 isread = USB_GET_DATA_ISREAD(xfer);
H A Dusb_generic.c1118 if (USB_GET_DATA_ISREAD(xfer)) {
1262 if (USB_GET_DATA_ISREAD(xfer)) {
H A Dusb_transfer.c1517 xfer, xfer->endpoint, xfer->nframes, USB_GET_DATA_ISREAD(xfer) ?
1649 if (USB_GET_DATA_ISREAD(xfer)) {
H A Dusb_hub.c2305 } else if (USB_GET_DATA_ISREAD(xfer)) {

Completed in 117 milliseconds