Searched refs:priv_req (Results 1 – 5 of 5) sorted by relevance
298 void cdns3_move_deq_to_next_trb(struct cdns3_request *priv_req) in cdns3_move_deq_to_next_trb() argument300 struct cdns3_endpoint *priv_ep = priv_req->priv_ep; in cdns3_move_deq_to_next_trb()301 int current_trb = priv_req->start_trb; in cdns3_move_deq_to_next_trb()303 while (current_trb != priv_req->end_trb) { in cdns3_move_deq_to_next_trb()440 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() argument443 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()468 return &priv_req->request; in cdns3_wa2_gadget_giveback()473 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() argument503 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()505 &priv_req->request); in cdns3_wa2_gadget_ep_queue()[all …]
1328 struct cdns3_request *priv_req,
411 struct cdns3_request *priv_req; in cdns3_start_all_request() local414 priv_req = to_cdns3_request(request); in cdns3_start_all_request()415 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()526 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() argument529 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()561 return &priv_req->request; in cdns3_wa2_gadget_giveback()566 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() argument596 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()598 &priv_req->request); in cdns3_wa2_gadget_ep_queue()602 list_add_tail(&priv_req->request.list, in cdns3_wa2_gadget_ep_queue()[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,