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

/netbsd-current/crypto/dist/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h417 struct quehead *qh_link; member in struct:quehead
429 element->qh_link = head->qh_link;
431 head->qh_link = element;
432 element->qh_link->qh_rlink = element;
440 element->qh_link->qh_rlink = element->qh_rlink;
441 element->qh_rlink->qh_link = element->qh_link;
/netbsd-current/sys/dev/usb/
H A Dehci.c603 sqh->qh.qh_link = EHCI_NULL;
608 sqh->qh.qh_link = htole32(sqh->next->physaddr |
643 sqh->qh.qh_link =
1826 link = le32toh(qh->qh_link);
2046 /* qh_link filled when the QH is added */
2174 usb_syncmem(&head->dma, head->offs + offsetof(ehci_qh_t, qh_link),
2175 sizeof(head->qh.qh_link), BUS_DMASYNC_POSTWRITE);
2178 sqh->qh.qh_link = head->qh.qh_link;
2180 usb_syncmem(&sqh->dma, sqh->offs + offsetof(ehci_qh_t, qh_link),
[all...]
H A Dehcireg.h347 volatile ehci_link_t qh_link; member in struct:ehci_qh_t

Completed in 134 milliseconds