Lines Matching defs:bulk
155 } bulk;
499 /* Allocate the dummy QH where bulk traffic will be queued. */
1275 /* Add bulk QH, called with lock held. */
1301 /* Remove bulk QH, called with lock held. */
2282 sqh = upipe->bulk.sqh;
2321 /* Abort a device bulk request. */
2398 /* Close a device bulk pipe. */
2407 uhci_free_sqh(sc, upipe->bulk.sqh);
3246 uhci_remove_bulk(sc, upipe->bulk.sqh);
3399 /* toggle state needed for bulk endpoints */
3453 upipe->bulk.sqh = uhci_alloc_sqh(sc);
3454 if (upipe->bulk.sqh == NULL)