Searched refs:out_req (Results 1 – 3 of 3) sorted by relevance
| /drivers/usb/gadget/function/ |
| A D | f_loopback.c | 311 struct usb_request *in_req, *out_req; in alloc_requests() local 328 out_req = lb_alloc_ep_req(loop->out_ep, loop->buflen); in alloc_requests() 329 if (!out_req) in alloc_requests() 333 out_req->complete = loopback_complete; in alloc_requests() 335 in_req->buf = out_req->buf; in alloc_requests() 337 in_req->context = out_req; in alloc_requests() 338 out_req->context = in_req; in alloc_requests() 340 result = usb_ep_queue(loop->out_ep, out_req, GFP_ATOMIC); in alloc_requests() 351 free_ep_req(loop->out_ep, out_req); in alloc_requests()
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_debugfs.c | 1433 u64 req, out_req, lat, cant_alloc; in ndc_cache_stats() local 1450 out_req = rvu_read64(rvu, blk_addr, in ndc_cache_stats() 1460 seq_printf(s, "\tOutstanding Requests:\t%lld\n", out_req); in ndc_cache_stats()
|
| /drivers/block/ |
| A D | rbd.c | 4845 goto out_req; in rbd_obj_read_sync() 4854 goto out_req; in rbd_obj_read_sync() 4861 out_req: in rbd_obj_read_sync()
|
Completed in 26 milliseconds