Home
last modified time | relevance | path

Searched refs:bytes_xfered (Results 1 – 25 of 52) sorted by relevance

123

/drivers/mmc/host/
Dcavium.c303 int bytes_xfered, shift = -1; in do_read() local
309 for (bytes_xfered = 0; bytes_xfered < data_len;) { in do_read()
323 bytes_xfered++; in do_read()
330 req->data->bytes_xfered = bytes_xfered; in do_read()
336 req->data->bytes_xfered = req->data->blocks * req->data->blksz; in do_write()
375 data->bytes_xfered = data->blocks * data->blksz; in finish_dma_single()
392 data->bytes_xfered = data->blocks * data->blksz; in finish_dma_sg()
717 unsigned int bytes_xfered; in do_write_request() local
727 for (bytes_xfered = 0; bytes_xfered < data_len;) { in do_write_request()
736 bytes_xfered++; in do_write_request()
Dmoxart-mmc.c172 remain = host->data_len - data->bytes_xfered; in moxart_next_sg()
263 if (host->data_len == data->bytes_xfered) in moxart_transfer_dma()
294 data->bytes_xfered += host->data_remain; in moxart_transfer_dma()
310 if (host->data_len == data->bytes_xfered) in moxart_transfer_pio()
349 data->bytes_xfered += host->data_remain - remain; in moxart_transfer_pio()
352 if (host->data_len != data->bytes_xfered) in moxart_transfer_pio()
Dvub300.c1449 data->bytes_xfered = 0; in __command_read_data()
1460 data->bytes_xfered = 0; in __command_read_data()
1463 data->bytes_xfered = vub300->datasize; in __command_read_data()
1479 data->bytes_xfered = 0; in __command_read_data()
1484 data->bytes_xfered = 0; in __command_read_data()
1491 data->bytes_xfered = vub300->datasize; in __command_read_data()
1496 data->bytes_xfered = 0; in __command_read_data()
1525 data->bytes_xfered = 0; in __command_write_data()
1527 data->bytes_xfered = vub300->datasize; in __command_write_data()
1548 data->bytes_xfered = 0; in __command_write_data()
[all …]
Dwbsd.c436 data->bytes_xfered++; in wbsd_empty_fifo()
461 if ((data->blocks * data->blksz - data->bytes_xfered) < 16) in wbsd_empty_fifo()
502 data->bytes_xfered++; in wbsd_fill_fifo()
705 data->bytes_xfered = host->mrq->data->blocks * in wbsd_finish_data()
707 data->bytes_xfered -= data->bytes_xfered % data->blksz; in wbsd_finish_data()
729 if (data->bytes_xfered) in wbsd_finish_data()
730 data->bytes_xfered -= data->blksz; in wbsd_finish_data()
Djz4740_mmc.c538 data->bytes_xfered += miter->length; in jz4740_mmc_write_data()
546 data->bytes_xfered += miter->consumed; in jz4740_mmc_write_data()
600 data->bytes_xfered += miter->length; in jz4740_mmc_read_data()
617 data->bytes_xfered += miter->consumed; in jz4740_mmc_read_data()
768 data->bytes_xfered = data->blocks * data->blksz; in jz_mmc_irq_worker()
Datmel-mci.c434 data->bytes_xfered, data->blocks, in atmci_req_show()
1825 data->bytes_xfered = data->blocks * data->blksz; in atmci_tasklet_func()
1857 data->bytes_xfered = data->blocks in atmci_tasklet_func()
1880 data->bytes_xfered = data->blocks * data->blksz; in atmci_tasklet_func()
1975 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1981 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1988 data->bytes_xfered += nbytes; in atmci_read_data_pio()
2043 data->bytes_xfered += nbytes; in atmci_write_data_pio()
2049 data->bytes_xfered += nbytes; in atmci_write_data_pio()
2056 data->bytes_xfered += nbytes; in atmci_write_data_pio()
Dtoshsd.c277 data->bytes_xfered = data->blocks * data->blksz; in toshsd_data_end_irq()
279 data->bytes_xfered = 0; in toshsd_data_end_irq()
282 data->bytes_xfered); in toshsd_data_end_irq()
Dalcor.c249 host->data->bytes_xfered = 0; in alcor_prepare_data()
355 data->bytes_xfered = 0; in alcor_finish_data()
357 data->bytes_xfered = data->blksz * data->blocks; in alcor_finish_data()
400 host->data->bytes_xfered = 0; in alcor_err_irq()
Dmvsdio.c310 data->bytes_xfered = in mvsd_finish_data()
313 if (data->bytes_xfered && data->error) in mvsd_finish_data()
314 data->bytes_xfered -= data->blksz; in mvsd_finish_data()
Dushc.c237 req->data->bytes_xfered = 0; in csw_callback()
239 req->data->bytes_xfered = req->data->blksz * req->data->blocks; in csw_callback()
Ddw_mmc.c134 data->bytes_xfered, data->blocks, in dw_mci_req_show()
1947 data->bytes_xfered = 0; in dw_mci_data_complete()
1966 data->bytes_xfered = data->blocks * data->blksz; in dw_mci_data_complete()
2338 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data16()
2421 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data32()
2505 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data64()
2587 data->bytes_xfered += len; in dw_mci_read_data_pio()
2643 data->bytes_xfered += len; in dw_mci_write_data_pio()
Dmeson-mx-sdio.c210 cmd->data->bytes_xfered = 0; in meson_mx_mmc_start_cmd()
456 cmd->data->bytes_xfered = cmd->data->blksz * cmd->data->blocks; in meson_mx_mmc_irq_thread()
Dmxs-mmc.c154 data->bytes_xfered = data->blocks * data->blksz; in mxs_mmc_request_done()
156 data->bytes_xfered = 0; in mxs_mmc_request_done()
Dtifm_sd.c771 r_data->bytes_xfered = r_data->blocks in tifm_sd_end_cmd()
773 r_data->bytes_xfered *= r_data->blksz; in tifm_sd_end_cmd()
774 r_data->bytes_xfered += r_data->blksz in tifm_sd_end_cmd()
Dcqhci-core.c804 data->bytes_xfered = 0; in cqhci_finish_mrq()
806 data->bytes_xfered = data->blksz * data->blocks; in cqhci_finish_mrq()
1038 data->bytes_xfered = 0; in cqhci_recover_mrq()
Dau1xmmc.c349 data->bytes_xfered = 0; in au1xmmc_data_complete()
357 data->bytes_xfered = cp->ddma_bytecnt; in au1xmmc_data_complete()
359 data->bytes_xfered = in au1xmmc_data_complete()
Dpxamci.c357 data->bytes_xfered = data->blocks * data->blksz; in pxamci_data_done()
359 data->bytes_xfered = 0; in pxamci_data_done()
Dsdhci.c1070 host->data->bytes_xfered = 0; in sdhci_initialize_data()
1563 data->bytes_xfered = 0; in __sdhci_finish_data()
1565 data->bytes_xfered = data->blksz * data->blocks; in __sdhci_finish_data()
3134 unsigned int length = data->bytes_xfered; in sdhci_request_done()
3140 data->bytes_xfered); in sdhci_request_done()
3470 dmanow = dmastart + host->data->bytes_xfered; in sdhci_data_irq()
3477 host->data->bytes_xfered = dmanow - dmastart; in sdhci_data_irq()
3479 &dmastart, host->data->bytes_xfered, &dmanow); in sdhci_data_irq()
Domap.c420 data->bytes_xfered = 0; in mmc_omap_release_dma()
682 host->data->bytes_xfered += n; in mmc_omap_xfer_data()
907 data->bytes_xfered += data->blocks * data->blksz; in mmc_omap_dma_callback()
Dsdricoh_cs.c327 data->bytes_xfered += len; in sdricoh_request()
Dsdhci-esdhc-mcf.c306 if (!mrq->data || !mrq->data->bytes_xfered) in esdhc_mcf_request_done()
/drivers/scsi/qla4xxx/
Dql4_iocb.c344 ha->bytes_xfered += scsi_bufflen(cmd); in qla4xxx_send_command_to_isp()
345 if (ha->bytes_xfered & ~0xFFFFF){ in qla4xxx_send_command_to_isp()
346 ha->total_mbytes_xferred += ha->bytes_xfered >> 20; in qla4xxx_send_command_to_isp()
347 ha->bytes_xfered &= 0xFFFFF; in qla4xxx_send_command_to_isp()
/drivers/mmc/core/
Dblock.c1517 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq()
1794 mrq->data->bytes_xfered = 0; in mmc_blk_read_single()
1872 brq->data.bytes_xfered = 0; in mmc_blk_mq_rw_recovery()
1902 brq->data.bytes_xfered = 0; in mmc_blk_mq_rw_recovery()
1904 brq->data.bytes_xfered = blocks << 9; in mmc_blk_mq_rw_recovery()
1920 if (brq->data.bytes_xfered) in mmc_blk_mq_rw_recovery()
2008 mqrq->brq.data.bytes_xfered = 0; in mmc_blk_card_busy()
2022 mqrq->brq.data.bytes_xfered = 0; in mmc_blk_card_busy()
2044 unsigned int nr_bytes = mqrq->brq.data.bytes_xfered; in mmc_blk_mq_complete_rq()
Dcore.c101 data->bytes_xfered = (prandom_u32() % (data->bytes_xfered >> 9)) << 9; in mmc_should_fail_request()
196 mrq->data->bytes_xfered, mrq->data->error); in mmc_request_done()
504 mrq->data->bytes_xfered, mrq->data->error); in mmc_cqe_request_done()
/drivers/infiniband/hw/irdma/
Duser.h259 u32 bytes_xfered; member

123