Home
last modified time | relevance | path

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

12

/linux/drivers/mmc/host/
H A 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()
H A Dmoxart-mmc.c172 remain = host->data_len - data->bytes_xfered; in moxart_next_sg()
268 if (host->data_len == data->bytes_xfered) in moxart_transfer_dma()
302 data->bytes_xfered = host->data_len; in moxart_transfer_dma()
315 if (host->data_len == data->bytes_xfered) in moxart_transfer_pio()
354 data->bytes_xfered += host->data_remain - remain; in moxart_transfer_pio()
357 if (host->data_len != data->bytes_xfered) in moxart_transfer_pio()
H A Dvub300.c1445 data->bytes_xfered = 0; in __command_read_data()
1456 data->bytes_xfered = 0; in __command_read_data()
1459 data->bytes_xfered = vub300->datasize; in __command_read_data()
1475 data->bytes_xfered = 0; in __command_read_data()
1480 data->bytes_xfered = 0; in __command_read_data()
1487 data->bytes_xfered = vub300->datasize; in __command_read_data()
1492 data->bytes_xfered = 0; in __command_read_data()
1521 data->bytes_xfered = 0; in __command_write_data()
1523 data->bytes_xfered = vub300->datasize; in __command_write_data()
1544 data->bytes_xfered = 0; in __command_write_data()
[all …]
H A 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()
H A Djz4740_mmc.c557 data->bytes_xfered += miter->length; in jz4740_mmc_write_data()
565 data->bytes_xfered += miter->consumed; in jz4740_mmc_write_data()
619 data->bytes_xfered += miter->length; in jz4740_mmc_read_data()
636 data->bytes_xfered += miter->consumed; in jz4740_mmc_read_data()
788 data->bytes_xfered = data->blocks * data->blksz; in jz_mmc_irq_worker()
H A Dushc.c237 req->data->bytes_xfered = 0; in csw_callback()
239 req->data->bytes_xfered = req->data->blksz * req->data->blocks; in csw_callback()
H A Dlitex_mmc.c424 data->bytes_xfered = min(len, mmc->max_req_size); in litex_mmc_request()
427 host->buffer, data->bytes_xfered); in litex_mmc_request()
H A Ddw_mmc.c133 data->bytes_xfered, data->blocks, in dw_mci_req_show()
1977 data->bytes_xfered = 0; in dw_mci_data_complete()
1996 data->bytes_xfered = data->blocks * data->blksz; in dw_mci_data_complete()
2374 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data16()
2457 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data32()
2541 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data64()
2626 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data64_32()
2708 data->bytes_xfered += len; in dw_mci_read_data_pio()
2764 data->bytes_xfered += len; in dw_mci_write_data_pio()
H A Dpxamci.c356 data->bytes_xfered = data->blocks * data->blksz; in pxamci_data_done()
358 data->bytes_xfered = 0; in pxamci_data_done()
H A Dcqhci-core.c814 data->bytes_xfered = 0; in cqhci_finish_mrq()
816 data->bytes_xfered = data->blksz * data->blocks; in cqhci_finish_mrq()
1043 data->bytes_xfered = 0; in cqhci_recover_mrq()
H A Dtifm_sd.c764 r_data->bytes_xfered = r_data->blocks in tifm_sd_end_cmd()
766 r_data->bytes_xfered *= r_data->blksz; in tifm_sd_end_cmd()
767 r_data->bytes_xfered += r_data->blksz in tifm_sd_end_cmd()
H A Dsdhci.c1093 host->data->bytes_xfered = 0; in sdhci_initialize_data()
1599 data->bytes_xfered = 0; in __sdhci_finish_data_common()
1601 data->bytes_xfered = data->blksz * data->blocks; in __sdhci_finish_data_common()
3113 unsigned int length = data->bytes_xfered; in sdhci_request_done_dma()
3119 data->bytes_xfered); in sdhci_request_done_dma()
3518 dmanow = dmastart + host->data->bytes_xfered; in sdhci_data_irq()
3525 host->data->bytes_xfered = dmanow - dmastart; in sdhci_data_irq()
3527 &dmastart, host->data->bytes_xfered, &dmanow); in sdhci_data_irq()
H A Dsdricoh_cs.c319 data->bytes_xfered += len; in sdricoh_request()
H A Dloongson2-mmc.c393 mrq->data->bytes_xfered = in loongson2_mmc_irq_worker()
396 mrq->data->bytes_xfered = 0; in loongson2_mmc_irq_worker()
H A Dsdhci-esdhc-mcf.c305 if (!mrq->data || !mrq->data->bytes_xfered) in esdhc_mcf_request_done()
H A Dsunplus-mmc.c571 data->bytes_xfered = 0; in spmmc_check_error()
597 data->bytes_xfered = data->blocks * data->blksz; in spmmc_check_error()
H A Dmxcmmc.c296 data->bytes_xfered = 0; in mxcmci_setup_data()
473 data->bytes_xfered = host->datasize; in mxcmci_finish_data()
H A Dbcm2835.c553 host->data->bytes_xfered = 0; in bcm2835_prepare_data()
723 data->bytes_xfered = data->error ? 0 : (data->blksz * data->blocks); in bcm2835_finish_data()
H A Dowl-mmc.c381 data->bytes_xfered = data->blocks * data->blksz; in owl_mmc_request()
H A Drtsx_pci_sdmmc.c852 data->bytes_xfered = 0; in sd_request()
854 data->bytes_xfered = data->blocks * data->blksz; in sd_request()
/linux/include/trace/events/
H A Dmmc.h115 __field(unsigned int, bytes_xfered)
150 __entry->bytes_xfered = mrq->data ? mrq->data->bytes_xfered : 0;
168 "sbc_retries=%u bytes_xfered=%u data_err=%d tag=%d "
184 __entry->bytes_xfered, __entry->data_err, __entry->tag,
/linux/drivers/scsi/qla4xxx/
H A 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()
H A Dql4_def.h637 uint32_t bytes_xfered; member
/linux/drivers/mmc/core/
H A Dblock.c1548 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq()
1829 mrq->data->bytes_xfered = 0; in mmc_blk_read_single()
1907 brq->data.bytes_xfered = 0; in mmc_blk_mq_rw_recovery()
1937 brq->data.bytes_xfered = 0; in mmc_blk_mq_rw_recovery()
1939 brq->data.bytes_xfered = blocks << 9; in mmc_blk_mq_rw_recovery()
1954 if (brq->data.bytes_xfered) in mmc_blk_mq_rw_recovery()
2042 mqrq->brq.data.bytes_xfered = 0; in mmc_blk_card_busy()
2056 mqrq->brq.data.bytes_xfered = 0; in mmc_blk_card_busy()
2078 unsigned int nr_bytes = mqrq->brq.data.bytes_xfered; in mmc_blk_mq_complete_rq()
/linux/drivers/infiniband/hw/irdma/
H A Duser.h372 u32 bytes_xfered; member

12