Lines Matching refs:status

429 	/* scrub most status bits, and flush any fifo state */
752 req->req.status = -EOVERFLOW;
894 /* dma irq, faking scatterlist status */
953 done(struct net2280_ep *ep, struct net2280_request *req, int status)
960 if (req->req.status == -EINPROGRESS)
961 req->req.status = status;
963 status = req->req.status;
969 if (status && status != -ESHUTDOWN)
971 ep->ep.name, &req->req, status,
1036 _req->status = -EINPROGRESS;
1048 /* maybe there's no control data, just status ack */
1052 ep_vdbg(dev, "%s status ack\n", ep->ep.name);
1068 * _req->status doesn't change for
1126 int status)
1129 done(ep, req, status);
1178 req->req.status = -EOVERFLOW;
1188 req->req.status = -EOVERFLOW;
1284 _req->status = -ECONNRESET;
1739 ? "status " : "",
2321 * endpoint status/features are handled in software, to
2365 * endpoint status/features are handled in software, to
2538 * and to synchronize on status.
2541 * data or status first appears, handling stalls here should never
2545 * status, but status can jam up that way.
2549 /* status; stop NAKing */
2569 /* status; stop NAKing */
2706 /* send zlps until the status stage */
2723 * status stage later. since not all controllers let
2864 u16 status;
2879 status = dev->wakeup_enable ? 0x02 : 0x00;
2881 status |= BIT(0);
2882 status |= (dev->u1_enable << 2 | dev->u2_enable << 3 |
2885 set_fifo_bytecount(ep, sizeof(status));
2886 writel((__force u32) status, &dev->epregs[0].ep_data);
2894 status = readl(&e->regs->ep_rsp) &
2897 set_fifo_bytecount(ep, sizeof(status));
2898 writel((__force u32) status, &dev->epregs[0].ep_data);
3181 * synchronization before letting the status stage happen.
3210 __le32 status;
3212 /* hw handles device and interface status */
3220 status = cpu_to_le32(1);
3222 status = cpu_to_le32(0);
3227 writel((__force u32)status, &dev->epregs[0].ep_data);
3229 ep_vdbg(dev, "%s stat %02x\n", ep->ep.name, status);
3435 /* clear any other status/irqs */
3439 /* some status we can just ignore */
3455 /* DMA status, for ep-{a,b,c,d} */
3473 /* clear ep's dma status */