Lines Matching refs:ci_hw_req
355 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list()
425 struct ci_hw_req *hwreq) in prepare_td_for_non_sg()
465 static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in prepare_td_per_sg()
505 static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in prepare_td_for_sg()
548 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue()
589 struct ci_hw_req *hwreqprev; in _hardware_enqueue()
596 struct ci_hw_req, queue); in _hardware_enqueue()
664 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue()
755 struct ci_hw_req *hwreq = list_entry(hwep->qh.queue.next, in _ep_nuke()
756 struct ci_hw_req, queue); in _ep_nuke()
924 struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req); in _ep_queue()
1096 struct ci_hw_req *hwreq, *hwreqtemp; in isr_tr_complete_low()
1458 struct ci_hw_req *hwreq = NULL; in ep_alloc_request()
1463 hwreq = kzalloc(sizeof(struct ci_hw_req), gfp_flags); in ep_alloc_request()
1480 struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req); in ep_free_request()
1538 struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req); in ep_dequeue()