| /drivers/vdpa/mlx5/core/ |
| A D | resources.c | 333 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 D | dm-cache-background-tracker.c | 20 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 D | Kconfig | 262 Unstripes I/O so it is issued solely on a single drive in a HW
|
| /drivers/dma/ioat/ |
| A D | dma.c | 174 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 D | dma.h | 128 u16 issued; member 322 return CIRC_CNT(ioat_chan->head, ioat_chan->issued, in ioat_ring_pending()
|
| A D | init.c | 705 ioat_chan->issued = 0; in ioat_alloc_chan_resources()
|
| /drivers/mmc/core/ |
| A D | queue.c | 238 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 D | apple-admac.c | 107 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 D | zfcp_def.h | 338 unsigned long long issued; member
|
| A D | zfcp_dbf.c | 87 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 D | zfcp_fsf.c | 892 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
|
| /drivers/perf/ |
| A D | xgene_pmu.c | 433 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 D | Kconfig | 56 "Global Unprotect" command is issued.
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_mlme.c | 2406 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 D | aha152x.c | 1075 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 D | Kconfig | 769 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 D | Kconfig | 157 want to load firmware based on uevents issued.
|
| /drivers/atm/ |
| A D | Kconfig | 296 Specifies the level of debugging messages issued by the driver.
|
| /drivers/usb/host/ |
| A D | Kconfig | 189 issued in each microframe, significantly reducing the number of
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.reg | 61 * in dead code. No warning is issued.
|
| A D | aic79xx.reg | 90 * in dead code. No warning is issued.
|
| /drivers/ufs/core/ |
| A D | ufshcd.c | 6996 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()
|