Lines Matching defs:started
1296 * We can get in a situation where there's a request in the started list
1301 * in the started list and prepare TRBs for that request first,
1423 /* If ep isn't started, then there's no end transfer pending */
1746 /* If req->trb is not set, then the request has not started */
1751 * If request was already started, this means we had to
1818 * Remove any started request if the transfer is
1858 unsigned int started;
1866 started = !list_empty(&dep->started_list);
1869 (!dep->direction && started))) {
2967 * We only need to check the first entry of the started list. We can
2968 * assume the completed requests are removed from the started list.