Searched refs:need_zlp (Results 1 – 2 of 2) sorted by relevance
323 bool need_zlp; in isp1760_ep_tx_complete() local356 need_zlp = req->req.actual == req->req.length && in isp1760_ep_tx_complete()363 req->packet_size, req->req.zero, need_zlp); in isp1760_ep_tx_complete()369 if (req->req.actual == req->req.length && !need_zlp) { in isp1760_ep_tx_complete()
389 bool need_zlp; member1092 (req->need_zlp && req->trbs_queued == req->trbs_needed - 2)) in tegra_xudc_queue_one_trb()1169 if (req->need_zlp && usb_endpoint_xfer_control(ep->desc) && count > 1) in tegra_xudc_queue_trbs()1273 req->need_zlp = false; in __tegra_xudc_ep_queue()1283 req->need_zlp = true; in __tegra_xudc_ep_queue()