Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_iocb.c270 ha->bytes_xfered += scsi_bufflen(cmd); in qla4xxx_send_command_to_isp()
271 if (ha->bytes_xfered & ~0xFFFFF){ in qla4xxx_send_command_to_isp()
272 ha->total_mbytes_xferred += ha->bytes_xfered >> 20; in qla4xxx_send_command_to_isp()
273 ha->bytes_xfered &= 0xFFFFF; in qla4xxx_send_command_to_isp()
Dql4_def.h338 uint32_t bytes_xfered; member
/drivers/mmc/host/
Dwbsd.c452 data->bytes_xfered++; in wbsd_empty_fifo()
474 if ((data->blocks * data->blksz - data->bytes_xfered) < 16) in wbsd_empty_fifo()
515 data->bytes_xfered++; in wbsd_fill_fifo()
715 data->bytes_xfered = host->mrq->data->blocks * in wbsd_finish_data()
717 data->bytes_xfered -= data->bytes_xfered % data->blksz; in wbsd_finish_data()
739 if (data->bytes_xfered) in wbsd_finish_data()
740 data->bytes_xfered -= data->blksz; in wbsd_finish_data()
Datmel-mci.c239 data->bytes_xfered, data->blocks, in atmci_req_show()
1194 data->bytes_xfered = data->blocks * data->blksz; in atmci_tasklet_func()
1282 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1291 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1298 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1353 data->bytes_xfered += nbytes; in atmci_write_data_pio()
1362 data->bytes_xfered += nbytes; in atmci_write_data_pio()
1369 data->bytes_xfered += nbytes; in atmci_write_data_pio()
Dat91_mci.c365 data->bytes_xfered += sg->length; in at91_mci_post_dma_read()
425 data->bytes_xfered, host->total_length); in at91_mci_update_bytes_xfered()
426 data->bytes_xfered = data->blksz * data->blocks; in at91_mci_update_bytes_xfered()
599 data->bytes_xfered = 0; in at91_mci_send_command()
Dtmio_mmc.c239 data->bytes_xfered = data->blocks * data->blksz; in tmio_mmc_data_irq()
241 data->bytes_xfered = 0; in tmio_mmc_data_irq()
Dau1xmmc.c352 data->bytes_xfered = 0; in au1xmmc_data_complete()
361 data->bytes_xfered = cp->ddma_bytecnt; in au1xmmc_data_complete()
364 data->bytes_xfered = in au1xmmc_data_complete()
Dpxamci.c314 data->bytes_xfered = data->blocks * data->blksz; in pxamci_data_done()
316 data->bytes_xfered = 0; in pxamci_data_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()
Dmxcmmc.c176 data->bytes_xfered = 0; in mxcmci_setup_data()
296 data->bytes_xfered = host->datasize; in mxcmci_finish_data()
Dsdricoh_cs.c339 data->bytes_xfered += len; in sdricoh_request()
Dgoldfish.c232 host->data->bytes_xfered += data->sg->length; in goldfish_mmc_xfer_done()
Dimxmmc.c235 data->bytes_xfered = 0; in imxmci_setup_data()
434 data->bytes_xfered = host->dma_size; in imxmci_finish_data()
Domap_hsmmc.c293 data->bytes_xfered += data->blocks * (data->blksz); in mmc_omap_xfer_done()
295 data->bytes_xfered = 0; in mmc_omap_xfer_done()
Ds3cmci.c747 mrq->data->bytes_xfered = in finalize_request()
750 mrq->data->bytes_xfered = 0; in finalize_request()
Domap.c681 host->data->bytes_xfered += n; in mmc_omap_xfer_data()
994 mmcdat->bytes_xfered += host->dma_len; in mmc_omap_dma_cb()
Dsdhci.c766 data->bytes_xfered = 0; in sdhci_finish_data()
768 data->bytes_xfered = data->blksz * data->blocks; in sdhci_finish_data()
Dmmci.c51 mrq->data->bytes_xfered = host->data_xfered; in mmci_request_end()
Dmmc_spi.c851 data->bytes_xfered += t->len; in mmc_spi_data_do()
/drivers/mmc/card/
Dmmc_test.c270 if (!ret && mrq->data->bytes_xfered != in mmc_test_check_result()
301 if (!ret && mrq->data->bytes_xfered > mrq->data->blksz) in mmc_test_check_broken_result()
304 if (!ret && mrq->data->bytes_xfered > 0) in mmc_test_check_broken_result()
Dblock.c459 ret = __blk_end_request(req, 0, brq.data.bytes_xfered); in mmc_blk_issue_rq()
487 ret = __blk_end_request(req, 0, brq.data.bytes_xfered); in mmc_blk_issue_rq()
/drivers/mmc/core/
Dcore.c105 mrq->data->bytes_xfered, mrq->data->error); in mmc_request_done()