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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.h159 volatile uint16_t itd_offset[OHCI_ITD_NOFFSET]; /* Buffer offsets and member in struct:ohci_itd
H A Dohci.c591 (uint32_t)le16toh(sitd->itd_offset[i]));
740 olen = &td->itd_offset[0];
1847 uint16_t itd_offset[OHCI_ITD_NOFFSET]; local
1911 itd_offset[ncur] = length;
1940 td->itd_offset[ncur] =
1953 itd_offset[ncur] += length;
1954 itd_offset[ncur] =
1955 OHCI_ITD_MK_OFFS(itd_offset[ncur]);
1956 td->itd_offset[ncur] =
1957 htole16(itd_offset[ncu
[all...]
H A Dehci.c2775 uint32_t itd_offset[8 + 1]; local
2875 itd_offset[td_no] = buf_offset;
2881 itd_offset[td_no] = buf_offset;
2894 if (itd_offset[0] != buf_offset) {
2896 itd_offset[td_no] = buf_offset;
2899 usbd_get_page(xfer->frbuffers, itd_offset[0], &buf_res);
2913 if (itd_offset[x + 1] == buf_offset) {
2921 usbd_get_page(xfer->frbuffers, itd_offset[x + 1], &buf_res);

Completed in 64 milliseconds