Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 22 of 22) sorted by relevance

/drivers/vdpa/mlx5/core/
A Dresources.c333 int issued, in issue_async_cmd() argument
337 struct mlx5_vdpa_async_cmd *cmd = &cmds[issued]; in issue_async_cmd()
347 if (*completed < issued) { in issue_async_cmd()
371 int issued = 0; in mlx5_vdpa_exec_async_cmds() local
377 while (issued < num_cmds) { in mlx5_vdpa_exec_async_cmds()
379 err = issue_async_cmd(mvdev, cmds, issued, &completed); in mlx5_vdpa_exec_async_cmds()
382 issued, num_cmds, err); in mlx5_vdpa_exec_async_cmds()
386 issued++; in mlx5_vdpa_exec_async_cmds()
389 while (completed < issued) in mlx5_vdpa_exec_async_cmds()
/drivers/md/
A Ddm-cache-background-tracker.c20 struct list_head issued; member
41 INIT_LIST_HEAD(&b->issued); in btracker_create()
54 BUG_ON(!list_empty(&b->issued)); in btracker_destroy()
193 list_add(&w->list, &b->issued); in btracker_queue()
213 list_move(&w->list, &b->issued); in btracker_issue()
A DKconfig262 Unstripes I/O so it is issued solely on a single drive in a HW
/drivers/dma/ioat/
A Ddma.c174 ioat_chan->issued = ioat_chan->head; in __ioat_issue_pending()
180 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending()
220 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_start_null_desc()
252 ioat_chan->issued = ioat_chan->tail; in __ioat_restart_chan()
259 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan()
474 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
483 ioat_chan->tail, ioat_chan->issued); in ioat_check_space_lock()
600 __func__, ioat_chan->head, ioat_chan->tail, ioat_chan->issued); in __ioat_cleanup()
A Ddma.h128 u16 issued; member
322 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
A Dinit.c705 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
/drivers/mmc/core/
A Dqueue.c238 enum mmc_issued issued; in mmc_mq_queue_rq() local
306 issued = mmc_blk_mq_issue_rq(mq, req); in mmc_mq_queue_rq()
308 switch (issued) { in mmc_mq_queue_rq()
320 if (issued != MMC_REQ_STARTED) { in mmc_mq_queue_rq()
/drivers/dma/
A Dapple-admac.c107 struct list_head issued; member
398 list_for_each_entry(adtx, &adchan->issued, node) { in admac_tx_status()
481 list_splice_tail_init(&adchan->submitted, &adchan->issued); in admac_issue_pending()
482 if (!list_empty(&adchan->issued) && !adchan->current_tx) { in admac_issue_pending()
483 tx = list_first_entry(&adchan->issued, struct admac_tx, node); in admac_issue_pending()
529 list_splice_tail_init(&adchan->issued, &adchan->to_free); in admac_terminate_all()
886 INIT_LIST_HEAD(&adchan->issued); in admac_probe()
/drivers/s390/scsi/
A Dzfcp_def.h338 unsigned long long issued; member
A Dzfcp_dbf.c87 rec->u.res.req_issued = req->issued; in zfcp_dbf_hba_fsf_res()
137 rec->u.fces.req_issued = req->issued; in zfcp_dbf_hba_fsf_fces()
A Dzfcp_fsf.c892 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
/drivers/perf/
A Dxgene_pmu.c433 XGENE_PMU_EVENT_ATTR(pa-rd-shared-req-issued, 0x10),
434 XGENE_PMU_EVENT_ATTR(pa-rd-exclusive-req-issued, 0x11),
435 XGENE_PMU_EVENT_ATTR(pa-wr-invalidate-req-issued-stashable, 0x12),
436 XGENE_PMU_EVENT_ATTR(pa-wr-invalidate-req-issued-nonstashable, 0x13),
437 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-stashable, 0x14),
438 XGENE_PMU_EVENT_ATTR(pa-wr-back-req-issued-nonstashable, 0x15),
/drivers/mtd/spi-nor/
A DKconfig56 "Global Unprotect" command is issued.
/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c2406 u8 issued; in rtw_issue_addbareq_cmd() local
2432 issued = (phtpriv->agg_enable_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2433 issued |= (phtpriv->candidate_tid_bitmap>>priority)&0x1; in rtw_issue_addbareq_cmd()
2435 if (issued == 0) { in rtw_issue_addbareq_cmd()
/drivers/scsi/
A Daha152x.c1075 int ret, issued, disconnected; in aha152x_device_reset() local
1086 issued = remove_SC(&ISSUE_SC, SCpnt) == NULL; in aha152x_device_reset()
1087 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1116 if(!issued) { in aha152x_device_reset()
A DKconfig769 If you say Y here, the driver will trace all commands issued
989 If you say Y here, the driver will trace all commands issued
/drivers/base/firmware_loader/
A DKconfig157 want to load firmware based on uevents issued.
/drivers/atm/
A DKconfig296 Specifies the level of debugging messages issued by the driver.
/drivers/usb/host/
A DKconfig189 issued in each microframe, significantly reducing the number of
/drivers/scsi/aic7xxx/
A Daic7xxx.reg61 * in dead code. No warning is issued.
A Daic79xx.reg90 * in dead code. No warning is issued.
/drivers/ufs/core/
A Dufshcd.c6996 unsigned long flags, pending, issued; in ufshcd_tmc_handler() local
7002 issued = hba->outstanding_tasks & ~pending; in ufshcd_tmc_handler()
7003 for_each_set_bit(tag, &issued, hba->nutmrs) { in ufshcd_tmc_handler()

Completed in 101 milliseconds