Searched refs:UHCI_SQH_SIZE (Results 1 – 2 of 2) sorted by relevance
105 #define UHCI_SQH_SIZE ((sizeof (struct uhci_soft_qh) + UHCI_QH_ALIGN - 1) / UHCI_QH_ALIGN * UHCI_QH… macro
1478 err = usb_allocmem(&sc->sc_bus, UHCI_SQH_SIZE * UHCI_SQH_CHUNK, in uhci_alloc_sqh()1483 offs = i * UHCI_SQH_SIZE; in uhci_alloc_sqh()