Home
last modified time | relevance | path

Searched refs:bytes_xfered (Results 1 – 25 of 53) 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.c1447 data->bytes_xfered = 0; in __command_read_data()
1458 data->bytes_xfered = 0; in __command_read_data()
1461 data->bytes_xfered = vub300->datasize; in __command_read_data()
1477 data->bytes_xfered = 0; in __command_read_data()
1482 data->bytes_xfered = 0; in __command_read_data()
1489 data->bytes_xfered = vub300->datasize; in __command_read_data()
1494 data->bytes_xfered = 0; in __command_read_data()
1523 data->bytes_xfered = 0; in __command_write_data()
1525 data->bytes_xfered = vub300->datasize; in __command_write_data()
1546 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.c556 data->bytes_xfered += miter->length; in jz4740_mmc_write_data()
564 data->bytes_xfered += miter->consumed; in jz4740_mmc_write_data()
618 data->bytes_xfered += miter->length; in jz4740_mmc_read_data()
635 data->bytes_xfered += miter->consumed; in jz4740_mmc_read_data()
786 data->bytes_xfered = data->blocks * data->blksz; in jz_mmc_irq_worker()
Datmel-mci.c466 data->bytes_xfered, data->blocks, in atmci_req_show()
1866 data->bytes_xfered = data->blocks * data->blksz; in atmci_tasklet_func()
1898 data->bytes_xfered = data->blocks in atmci_tasklet_func()
1921 data->bytes_xfered = data->blocks * data->blksz; in atmci_tasklet_func()
2016 data->bytes_xfered += nbytes; in atmci_read_data_pio()
2022 data->bytes_xfered += nbytes; in atmci_read_data_pio()
2029 data->bytes_xfered += nbytes; in atmci_read_data_pio()
2084 data->bytes_xfered += nbytes; in atmci_write_data_pio()
2090 data->bytes_xfered += nbytes; in atmci_write_data_pio()
2097 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()
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()
Dmxs-mmc.c153 data->bytes_xfered = data->blocks * data->blksz; in mxs_mmc_request_done()
155 data->bytes_xfered = 0; in mxs_mmc_request_done()
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()
Ddw_mmc.c134 data->bytes_xfered, data->blocks, in dw_mci_req_show()
1973 data->bytes_xfered = 0; in dw_mci_data_complete()
1992 data->bytes_xfered = data->blocks * data->blksz; in dw_mci_data_complete()
2370 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data16()
2453 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data32()
2537 if ((data->bytes_xfered + init_cnt) == in dw_mci_push_data64()
2619 data->bytes_xfered += len; in dw_mci_read_data_pio()
2675 data->bytes_xfered += len; in dw_mci_write_data_pio()
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()
Dtifm_sd.c763 r_data->bytes_xfered = r_data->blocks in tifm_sd_end_cmd()
765 r_data->bytes_xfered *= r_data->blksz; in tifm_sd_end_cmd()
766 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()
Dpxamci.c356 data->bytes_xfered = data->blocks * data->blksz; in pxamci_data_done()
358 data->bytes_xfered = 0; in pxamci_data_done()
Dsdhci.c1090 host->data->bytes_xfered = 0; in sdhci_initialize_data()
1584 data->bytes_xfered = 0; in __sdhci_finish_data()
1586 data->bytes_xfered = data->blksz * data->blocks; in __sdhci_finish_data()
3147 unsigned int length = data->bytes_xfered; in sdhci_request_done()
3153 data->bytes_xfered); in sdhci_request_done()
3485 dmanow = dmastart + host->data->bytes_xfered; in sdhci_data_irq()
3492 host->data->bytes_xfered = dmanow - dmastart; in sdhci_data_irq()
3494 &dmastart, host->data->bytes_xfered, &dmanow); in sdhci_data_irq()
Domap.c433 data->bytes_xfered = 0; in mmc_omap_release_dma()
695 host->data->bytes_xfered += n; in mmc_omap_xfer_data()
920 data->bytes_xfered += data->blocks * data->blksz; in mmc_omap_dma_callback()
/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.c1525 if (blk_update_request(req, BLK_STS_OK, mrq->data->bytes_xfered)) in mmc_blk_cqe_complete_rq()
1802 mrq->data->bytes_xfered = 0; in mmc_blk_read_single()
1880 brq->data.bytes_xfered = 0; in mmc_blk_mq_rw_recovery()
1910 brq->data.bytes_xfered = 0; in mmc_blk_mq_rw_recovery()
1912 brq->data.bytes_xfered = blocks << 9; in mmc_blk_mq_rw_recovery()
1927 if (brq->data.bytes_xfered) in mmc_blk_mq_rw_recovery()
2015 mqrq->brq.data.bytes_xfered = 0; in mmc_blk_card_busy()
2029 mqrq->brq.data.bytes_xfered = 0; in mmc_blk_card_busy()
2051 unsigned int nr_bytes = mqrq->brq.data.bytes_xfered; in mmc_blk_mq_complete_rq()
Dcore.c101 data->bytes_xfered = get_random_u32_below(data->bytes_xfered >> 9) << 9; in mmc_should_fail_request()
195 mrq->data->bytes_xfered, mrq->data->error); in mmc_request_done()
503 mrq->data->bytes_xfered, mrq->data->error); in mmc_cqe_request_done()
/drivers/infiniband/hw/irdma/
Duser.h236 u32 bytes_xfered; member
Duk.c1106 info->bytes_xfered = (u32)FIELD_GET(IRDMACQ_PAYLDLEN, qword0); in irdma_uk_cq_poll_cmpl()
1141 info->bytes_xfered = qp->sq_wrtrk_array[wqe_idx].wr_len; in irdma_uk_cq_poll_cmpl()
1166 info->bytes_xfered = qp->sq_wrtrk_array[tail].wr_len; in irdma_uk_cq_poll_cmpl()

123