Searched refs:priv_req (Results 1 – 3 of 3) sorted by relevance
340 static void cdns3_move_deq_to_next_trb(struct cdns3_request *priv_req) in cdns3_move_deq_to_next_trb() argument342 struct cdns3_endpoint *priv_ep = priv_req->priv_ep; in cdns3_move_deq_to_next_trb()343 int current_trb = priv_req->start_trb; in cdns3_move_deq_to_next_trb()345 while (current_trb != priv_req->end_trb) { in cdns3_move_deq_to_next_trb()409 struct cdns3_request *priv_req; in cdns3_start_all_request() local412 priv_req = to_cdns3_request(request); in cdns3_start_all_request()413 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()522 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() argument525 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()557 return &priv_req->request; in cdns3_wa2_gadget_giveback()[all …]
324 TP_PROTO(struct cdns3_request *priv_req),325 TP_ARGS(priv_req),327 __string(name, priv_req->priv_ep->name)336 __assign_str(name, priv_req->priv_ep->name);337 __entry->req = &priv_req->request;338 __entry->buf = priv_req->request.buf;339 __entry->dma = priv_req->request.dma;340 __entry->aligned_buf = priv_req->aligned_buf->buf;341 __entry->aligned_dma = priv_req->aligned_buf->dma;342 __entry->aligned_buf_size = priv_req->aligned_buf->size;[all …]
1361 struct cdns3_request *priv_req,