BULK_IN
xhci_dbc_flush_endpoint_requests(&dbc->eps[BULK_IN]);
if (direction != BULK_IN &&
if (req->direction != BULK_IN &&
xhci_dbc_do_eps_init(dbc, BULK_IN);
struct xhci_ring *in_ring = dbc->eps[BULK_IN].ring;
return &dbc->eps[BULK_IN];
ret = xhci_dbc_alloc_requests(dbc, BULK_IN, &port->read_pool,