Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 26) sorted by relevance

12

/drivers/fpga/
A Dintel-m10-bmc-sec-update.c309 return (progress == RSU_PROG_IDLE || in rsu_progress_done()
310 progress == RSU_PROG_RSU_DONE); in rsu_progress_done()
316 progress == RSU_PROG_COPYING || in rsu_progress_busy()
367 if (!rsu_progress_done(progress)) in rsu_start_done()
376 u32 doorbell_reg, progress, status; in rsu_update_init() local
416 u32 doorbell, progress; in rsu_prog_ready() local
434 progress = rsu_prog(doorbell); in rsu_prog_ready()
435 if (progress == RSU_PROG_PREPARE) { in rsu_prog_ready()
488 u32 progress, status; in rsu_check_complete() local
496 if (rsu_progress_done(progress)) in rsu_check_complete()
[all …]
/drivers/base/firmware_loader/
A Dsysfs_upload.c65 return sysfs_emit(buf, "%s\n", fw_upload_progress(dev, fwlp->progress)); in status_show()
77 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) in error_show()
103 if (fwlp->progress == FW_UPLOAD_PROG_IDLE) in cancel_store()
139 fwlp->progress = new_progress; in fw_upload_update_progress()
147 fwlp->err_progress = fwlp->progress; in fw_upload_set_error()
155 fwlp->progress = FW_UPLOAD_PROG_IDLE; in fw_upload_prog_complete()
245 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) { in fw_upload_start()
252 fwlp->progress = FW_UPLOAD_PROG_RECEIVING; in fw_upload_start()
334 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE; in firmware_upload_register()
393 if (fw_upload_priv->progress == FW_UPLOAD_PROG_IDLE) { in firmware_upload_unregister()
A Dsysfs_upload.h36 enum fw_upload_prog progress; member
/drivers/md/
A Ddm-kcopyd.c385 sector_t progress; member
697 sector_t progress = 0; in segment_complete() local
718 progress = job->progress; in segment_complete()
719 count = job->source.count - progress; in segment_complete()
724 job->progress += count; in segment_complete()
733 sub_job->write_offset = progress; in segment_complete()
734 sub_job->source.sector += progress; in segment_complete()
738 sub_job->dests[i].sector += progress; in segment_complete()
852 job->progress = 0; in dm_kcopyd_copy()
A Ddm-raid.c3535 sector_t progress, resync_max_sectors, resync_mismatches; in raid_status() local
3555 progress = rs_get_progress(rs, recovery, state, resync_max_sectors); in raid_status()
3575 DMEMIT(" %llu/%llu", (unsigned long long) progress, in raid_status()
/drivers/gpu/drm/ttm/
A Dttm_bo_util.c888 s64 progress = 0; in ttm_lru_walk_for_evict() local
895 progress = (lret < 0) ? lret : progress + lret; in ttm_lru_walk_for_evict()
896 if (progress < 0 || progress >= target) in ttm_lru_walk_for_evict()
902 return progress; in ttm_lru_walk_for_evict()
/drivers/gpu/nova-core/
A Dregs.rs134 7:0 progress as u8, "Progress of GFW boot (0xff means completed)";
141 self.progress() == 0xff in completed()
A DKconfig13 This driver is work in progress and may not be functional.
/drivers/parport/
A DBUGS-parport3 o lp doesn't allow you to read status while printing is in progress (is
/drivers/gpu/drm/nova/
A DKconfig12 This driver is work in progress and may not be functional.
/drivers/scsi/esas2r/
A Datvda.h244 u8 progress; /* 0 - 100% */ member
298 u8 progress; member
407 u8 progress; member
614 u8 progress; member
/drivers/spi/
A Dspi-fsl-dspi.c348 size_t progress; member
968 dspi->progress += num_bytes / DIV_ROUND_UP(xfer->bits_per_word, 8); in dspi_fifo_write()
976 spi_take_timestamp_pre(dspi->ctlr, xfer, dspi->progress, !dspi->irq); in dspi_fifo_write()
986 dspi->progress, !dspi->irq); in dspi_fifo_write()
1111 dspi->progress = 0; in dspi_transfer_one_message()
1120 dspi->progress, !dspi->irq); in dspi_transfer_one_message()
A Dspi.c1963 size_t progress, bool irqs_off) in spi_take_timestamp_pre() argument
1971 if (progress > xfer->ptp_sts_word_pre) in spi_take_timestamp_pre()
1975 xfer->ptp_sts_word_pre = progress; in spi_take_timestamp_pre()
2000 size_t progress, bool irqs_off) in spi_take_timestamp_post() argument
2008 if (progress < xfer->ptp_sts_word_post) in spi_take_timestamp_post()
2019 xfer->ptp_sts_word_post = progress; in spi_take_timestamp_post()
/drivers/gpu/drm/i915/
A DKconfig.profile21 make forward progress. This value specifies the timeout used for an
128 alternate execution of each batch to ensure forward progress of
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_rx.c24 struct mlx5_wqe_tls_progress_params_seg progress; member
271 buf->dma_addr = dma_map_single(pdev, &buf->progress, in resync_post_get_progress_params()
440 ctx = buf->progress.ctx; in mlx5e_ktls_handle_get_psv_completion()
/drivers/misc/genwqe/
A Dcard_dev.c614 load->progress = req->progress; in do_flash_update()
732 load->progress = cmd->progress; in do_flash_read()
A Dcard_ddcb.c343 req->cmd.progress = be32_to_cpu(pddcb->progress_32); in copy_ddcb_results()
/drivers/net/wireless/ath/ath10k/
A DKconfig41 work in progress and will not fully work.
/drivers/gpu/drm/msm/adreno/
A Da6xx_gpu.c2312 bool progress; in a6xx_progress() local
2330 progress = !!memcmp(&cp_state, &ring->last_cp_state, sizeof(cp_state)); in a6xx_progress()
2334 return progress; in a6xx_progress()
2410 .progress = a6xx_progress,
2439 .progress = a6xx_progress,
2470 .progress = a6xx_progress,
/drivers/gpu/drm/msm/
A Dmsm_gpu.c616 if (!gpu->funcs->progress) in made_progress()
619 if (!gpu->funcs->progress(gpu, ring)) in made_progress()
999 if (funcs->progress) in msm_gpu_init()
A Dmsm_gpu.h93 bool (*progress)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member
/drivers/infiniband/hw/hfi1/
A Dsdma.c540 int progress = 0; in sdma_flush_descq() local
561 progress++; in sdma_flush_descq()
563 if (progress) in sdma_flush_descq()
1770 int progress = 0; in sdma_make_progress() local
1799 progress++; in sdma_make_progress()
1823 if (progress) in sdma_make_progress()
/drivers/parisc/
A DKconfig124 This driver will also display progress messages on LCD display,
/drivers/scsi/megaraid/
A Dmegaraid_sas.h502 u16 progress; member
2068 __le16 progress; member
/drivers/net/ethernet/fungible/funcore/
A Dfun_hci.h918 __be32 progress; member

Completed in 82 milliseconds

12