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 */
945 done(struct net2280_ep *ep, struct net2280_request *req, int status)
952 if (req->req.status == -EINPROGRESS)
953 req->req.status = status;
955 status = req->req.status;
961 if (status && status != -ESHUTDOWN)
963 ep->ep.name, &req->req, status,
1028 _req->status = -EINPROGRESS;
1040 /* maybe there's no control data, just status ack */
1044 ep_vdbg(dev, "%s status ack\n", ep->ep.name);
1060 * _req->status doesn't change for
1118 int status)
1121 done(ep, req, status);
1170 req->req.status = -EOVERFLOW;
1180 req->req.status = -EOVERFLOW;
1279 _req->status = -ECONNRESET;
1736 ? "status " : "",
2318 * endpoint status/features are handled in software, to
2362 * endpoint status/features are handled in software, to
2543 * and to synchronize on status.
2546 * data or status first appears, handling stalls here should never
2550 * status, but status can jam up that way.
2554 /* status; stop NAKing */
2574 /* status; stop NAKing */
2711 /* send zlps until the status stage */
2728 * status stage later. since not all controllers let
2867 u16 status;
2882 status = dev->wakeup_enable ? 0x02 : 0x00;
2884 status |= BIT(0);
2885 status |= (dev->u1_enable << 2 | dev->u2_enable << 3 |
2888 set_fifo_bytecount(ep, sizeof(status));
2889 writel((__force u32) status, &dev->epregs[0].ep_data);
2897 status = readl(&e->regs->ep_rsp) &
2900 set_fifo_bytecount(ep, sizeof(status));
2901 writel((__force u32) status, &dev->epregs[0].ep_data);
3186 * synchronization before letting the status stage happen.
3215 __le32 status;
3217 /* hw handles device and interface status */
3225 status = cpu_to_le32(1);
3227 status = cpu_to_le32(0);
3232 writel((__force u32)status, &dev->epregs[0].ep_data);
3234 ep_vdbg(dev, "%s stat %02x\n", ep->ep.name, status);
3442 /* clear any other status/irqs */
3446 /* some status we can just ignore */
3462 /* DMA status, for ep-{a,b,c,d} */
3480 /* clear ep's dma status */