Home
last modified time | relevance | path

Searched refs:fifo_index (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/usb/
Dusb_dev.h64 uint8_t fifo_index; /* FIFO index */ member
97 int fifo_index; member
141 uint8_t fifo_index; /* set to the FIFO index in "struct member
Dusb_dev.c176 cpd->fifo_index = pd->fifo_index; in usb_loc_fill()
256 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()
272 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
422 f = udev->fifo[cpd->fifo_index + USB_FIFO_TX]; in usb_fifo_create()
428 f = udev->fifo[cpd->fifo_index + USB_FIFO_RX]; in usb_fifo_create()
521 f->fifo_index = n + USB_FIFO_TX; in usb_fifo_create()
547 f->fifo_index = n + USB_FIFO_RX; in usb_fifo_create()
565 cpd->fifo_index = n; in usb_fifo_create()
591 if ((f->fifo_index < USB_FIFO_MAX) && in usb_fifo_free()
593 (f->udev->fifo[f->fifo_index] == f)) { in usb_fifo_free()
[all …]
Dusb_generic.c1418 f_rx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX]; in ugen_fifo_in_use()
1419 f_tx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_TX]; in ugen_fifo_in_use()
1971 f_rx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX]; in ugen_iface_ioctl()
1972 f_tx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_TX]; in ugen_iface_ioctl()
Dusb_device.c2126 pd->fifo_index = fi; in usb_make_dev()