Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c2713 uint32_t itd_offset[8 + 1]; local
2812 itd_offset[td_no] = buf_offset;
2818 itd_offset[td_no] = buf_offset;
2830 if (itd_offset[0] != buf_offset) {
2832 itd_offset[td_no] = buf_offset;
2835 usbd_get_page(xfer->frbuffers, itd_offset[0], &buf_res);
2857 if (itd_offset[x + 1] == buf_offset) {
2865 usbd_get_page(xfer->frbuffers, itd_offset[x + 1], &buf_res);

Completed in 4 milliseconds