Searched refs:priv_req (Results 1 – 3 of 3) sorted by relevance
355 static void cdns3_move_deq_to_next_trb(struct cdns3_request *priv_req) in cdns3_move_deq_to_next_trb() argument357 struct cdns3_endpoint *priv_ep = priv_req->priv_ep; in cdns3_move_deq_to_next_trb()358 int current_trb = priv_req->start_trb; in cdns3_move_deq_to_next_trb()360 while (current_trb != priv_req->end_trb) { in cdns3_move_deq_to_next_trb()424 struct cdns3_request *priv_req; in cdns3_start_all_request() local427 priv_req = to_cdns3_request(request); in cdns3_start_all_request()428 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()539 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() argument542 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()574 return &priv_req->request; in cdns3_wa2_gadget_giveback()[all …]
327 TP_PROTO(struct cdns3_request *priv_req),328 TP_ARGS(priv_req),330 __string(name, priv_req->priv_ep->name)339 __assign_str(name, priv_req->priv_ep->name);340 __entry->req = &priv_req->request;341 __entry->buf = priv_req->request.buf;342 __entry->dma = priv_req->request.dma;343 __entry->aligned_buf = priv_req->aligned_buf->buf;344 __entry->aligned_dma = priv_req->aligned_buf->dma;345 __entry->aligned_buf_size = priv_req->aligned_buf->size;[all …]
1358 struct cdns3_request *priv_req,