Searched refs:submitted (Results 1 - 25 of 39) sorted by path

12

/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54usb.h152 struct usb_anchor submitted; member in struct:p54u_priv
H A Dp54usb.c187 usb_anchor_urb(urb, &priv->submitted);
209 usb_kill_anchored_urbs(&priv->submitted);
251 usb_anchor_urb(entry, &priv->submitted);
315 usb_anchor_urb(data_urb, &priv->submitted);
369 usb_anchor_urb(int_urb, &priv->submitted);
376 usb_anchor_urb(data_urb, &priv->submitted);
1008 init_usb_anchor(&priv->submitted);
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c518 * In case single staged cs was submitted which has both first and last
659 /* Skip this handler if the cs wasn't submitted, to avoid putting
663 if (!hl_cs_cmpl->hw_sob || !cs->submitted)
715 if (!cs->submitted) {
717 * In case the wait for signal CS was submitted, the fence put
751 * was submitted. We used 'cs_mirror_lock' when inserting
754 if (cs->submitted) {
779 /* We need to mark an error for not submitted because in that case
787 else if (!cs->submitted)
831 if ((!cs->submitted) || (c
[all...]
H A Ddebugfs.c160 cs->submitted, cs->completed);
H A Dhabanalabs.h1983 * @jobs_in_queue_cnt: per each queue, maintain counter of submitted jobs.
2003 * @jobs_cnt: counter of submitted jobs on all queues.
2009 * @submitted: true if CS was submitted to H/W.
2048 u8 submitted; member in struct:hl_cs
2066 * @patched_cb: in case of patching, this is internal CB which is submitted on
2073 * @queue_type: the type of the H/W queue this job is submitted to.
2076 * @hw_queue_id: the id of the H/W queue this job is submitted to.
2114 * @patched_cb: in case of patching, this is internal CB which is submitted on
2119 * @queue_type: the type of the H/W queue this job is submitted t
[all...]
H A Dhw_queue.c274 * @job: pointer to the job that needs to be submitted to the queue
339 * @job: pointer to the job that needs to be submitted to the queue
375 * @job: pointer to the job that needs to be submitted to the queue
511 * while wait cs is not submitted.
744 "Staged submission sequence %llu already submitted",
787 cs->submitted = true;
1061 * user context. It also means that if a job was submitted by
/linux-master/drivers/atm/
H A Deni.c148 backlogged = 0,rx_enqueued = 0,rx_dequeued = 0,pushed = 0,submitted = 0, variable
1464 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
2057 submitted++;
/linux-master/drivers/dma/
H A Dapple-admac.c101 * We maintain a 'submitted' and 'issued' list mainly for interface
106 struct list_head submitted; member in struct:admac_chan
237 list_add_tail(&adtx->node, &adchan->submitted);
479 list_splice_tail_init(&adchan->submitted, &adchan->issued);
526 list_splice_tail_init(&adchan->submitted, &adchan->to_free);
883 INIT_LIST_HEAD(&adchan->submitted);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c47 * @submitted: List of command buffers that have been submitted to the
48 * manager but not yet submitted to hardware.
49 * @hw_submitted: List of command buffers submitted to hardware.
55 struct list_head submitted; member in struct:vmw_cmdbuf_context
324 INIT_LIST_HEAD(&ctx->submitted);
343 !list_empty(&ctx->submitted) &&
348 entry = list_first_entry(&ctx->submitted,
371 * @notempty: Pass back count of non-empty command submitted lists.
420 if (!list_empty(&ctx->submitted))
[all...]
/linux-master/drivers/md/
H A Draid5-ppl.c71 * can be submitted.
73 * An io_unit is used to gather stripes until it is submitted or becomes full
75 * can't be submitted until the previous has completed (PPL and stripe
78 * and the first io_unit is submitted, if it is not submitted already.
82 * must be flushed before next io_unit is submitted.
150 bool submitted; /* true if write to log started */ member in struct:ppl_io_unit
517 if (io && io->submitted)
523 io->submitted = true;
659 return !io || !io->submitted;
[all...]
/linux-master/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c84 * Queue of buffers submitted to DMA engine.
86 struct list_head submitted; member in struct:ti_csi2rx_dma
612 WARN_ON(!list_is_first(&buf->list, &dma->submitted));
624 list_move_tail(&buf->list, &dma->submitted);
628 if (list_empty(&dma->submitted))
705 list_for_each_entry_safe(buf, tmp, &csi->dma.submitted, list) {
798 list_add_tail(&buf->list, &dma->submitted);
837 list_move_tail(&buf->list, &dma->submitted);
977 INIT_LIST_HEAD(&csi->dma.submitted);
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c311 /* kill all submitted tx-urbs */
312 usb_kill_anchored_urbs(&tx->submitted);
396 init_usb_anchor(&tx->submitted);
H A Dusb.h116 struct usb_anchor submitted; member in struct:plfxlc_usb_tx
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c887 /* kill all submitted tx-urbs */
888 usb_kill_anchored_urbs(&tx->submitted);
995 usb_anchor_urb(urb, &tx->submitted);
1040 usb_anchor_urb(urb, &tx->submitted);
1193 init_usb_anchor(&tx->submitted);
H A Dzd_usb.h188 * @submitted: anchor for URBs sent to device
198 struct usb_anchor submitted; member in struct:zd_usb_tx
/linux-master/drivers/usb/class/
H A Dusbtmc.c136 struct usb_anchor submitted; member in struct:usbtmc_file_data
181 init_usb_anchor(&file_data->submitted);
916 usb_anchor_urb(urb, &file_data->submitted);
1020 usb_anchor_urb(urb, &file_data->submitted);
1038 usb_kill_anchored_urbs(&file_data->submitted);
1100 if (usb_anchor_empty(&file_data->submitted) || wakeup)
1212 usb_anchor_urb(urb, &file_data->submitted);
1229 if (!usb_wait_anchor_empty_timeout(&file_data->submitted,
1240 usb_kill_anchored_urbs(&file_data->submitted);
1605 usb_anchor_urb(urb, &file_data->submitted);
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c80 * F/f: submitted/not submitted to FIFO
104 req->submitted ? 'F' : 'f',
433 req->submitted = 1;
472 if (!req->submitted)
790 req->submitted = 0;
1448 if (req->submitted)
1649 if (req->submitted)
H A Datmel_usba_udc.h305 unsigned int submitted:1; member in struct:usba_request
/linux-master/drivers/usb/misc/
H A Diowarrior.c56 maximum number of urbs that are submitted for writes at the same time,
86 atomic_t write_busy; /* number of write-urbs submitted */
95 struct usb_anchor submitted; member in struct:iowarrior
390 /* Wait until we are below the limit for submitted urbs */
439 usb_anchor_urb(int_out_urb, &dev->submitted);
773 init_usb_anchor(&dev->submitted);
903 usb_kill_anchored_urbs(&dev->submitted);
H A Dusblcd.c55 struct usb_anchor submitted; /* URBs to wait for member in struct:usb_lcd
268 usb_anchor_urb(urb, &dev->submitted);
333 init_usb_anchor(&dev->submitted);
396 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000);
398 usb_kill_anchored_urbs(&dev->submitted);
428 usb_kill_anchored_urbs(&dev->submitted);
/linux-master/drivers/usb/
H A Dusb-skeleton.c51 struct usb_anchor submitted; /* in case we need to retract our submissions */ member in struct:usb_skel
434 usb_anchor_urb(urb, &dev->submitted);
504 init_usb_anchor(&dev->submitted);
577 usb_kill_anchored_urbs(&dev->submitted);
589 time = usb_wait_anchor_empty_timeout(&dev->submitted, 1000);
591 usb_kill_anchored_urbs(&dev->submitted);
/linux-master/fs/btrfs/
H A Dextent_io.c1502 * Return %false if the extent buffer doesn't need to be submitted (e.g. the
1504 * Return %true is the extent buffer is submitted to bio.
1754 * Return >=0 for the number of submitted extent buffers.
1761 int submitted = 0; local
1812 submitted++;
1816 return submitted;
1827 * @eb_context to determine if we have submitted pages of one extent buffer.
1834 * Return >0 if we have submitted the extent buffer successfully.
1835 * Return 0 if we don't need to submit the page, as it's already submitted by
1978 * submitted
[all...]
H A Dinode.c80 ssize_t submitted; member in struct:btrfs_dio_data
409 * Cleanup all submitted ordered extents in specified range to handle errors
754 * Check if the inode needs to be submitted to compression, based on mount
790 * first to prevent any submitted async extent to unlock the full page.
7292 * yet a corresponding bio submitted (whence it can not
7542 * were submitted and finished, and the pages no longer under writeback.
7654 * have previously submitted bios for other extents in the range, in
7658 * after we have submitted bios for all the extents in the range.
7747 size_t submitted = dio_data->submitted; local
[all...]
/linux-master/fs/erofs/
H A Dfscache.c40 size_t submitted; /* Length of submitted */ member in struct:erofs_fscache_rq
264 loff_t pos = req->start + req->submitted;
296 req->submitted += PAGE_SIZE;
300 count = req->len - req->submitted;
306 req->submitted += count;
329 req->submitted += count;
341 } while (!ret && req->submitted < req->len);
/linux-master/fs/f2fs/
H A Dcompress.c1218 int *submitted,
1235 .submitted = 0,
1362 (*submitted)++;
1452 int submitted, compr_blocks, i; local
1496 ret = f2fs_write_single_data_page(cc->rpages[i], &submitted,
1518 *submitted_p += submitted;
1530 int *submitted,
1536 *submitted = 0;
1547 err = f2fs_write_compressed_pages(cc, submitted,
1554 f2fs_bug_on(F2FS_I_SB(cc->inode), *submitted);
1217 f2fs_write_compressed_pages(struct compress_ctx *cc, int *submitted, struct writeback_control *wbc, enum iostat_type io_type) argument
1529 f2fs_write_multi_pages(struct compress_ctx *cc, int *submitted, struct writeback_control *wbc, enum iostat_type io_type) argument
[all...]

Completed in 403 milliseconds

12