Home
last modified time | relevance | path

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

/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/mmc/host/
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.c1448 data->bytes_xfered = 0; in __command_read_data()
1459 data->bytes_xfered = 0; in __command_read_data()
1462 data->bytes_xfered = vub300->datasize; in __command_read_data()
1478 data->bytes_xfered = 0; in __command_read_data()
1483 data->bytes_xfered = 0; in __command_read_data()
1490 data->bytes_xfered = vub300->datasize; in __command_read_data()
1495 data->bytes_xfered = 0; in __command_read_data()
1524 data->bytes_xfered = 0; in __command_write_data()
1526 data->bytes_xfered = vub300->datasize; in __command_write_data()
1547 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 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 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 Dsdricoh_cs.c319 data->bytes_xfered += len; in sdricoh_request()
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 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 Dmeson-mx-sdhc-mmc.c603 cmd->data->bytes_xfered = cmd->data->blksz * cmd->data->blocks; in meson_mx_sdhc_irq_thread()
H A Dusdhi6rol0.c648 data->bytes_xfered = 0; in usdhi6_dma_check_error()
1564 data->bytes_xfered = data->blocks * data->blksz; in usdhi6_sd_bh()
H A Dmmc_spi.c821 data->bytes_xfered += t->len; in mmc_spi_data_do()
/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/infiniband/hw/irdma/
H A Duk.c1289 info->bytes_xfered = (u32)FIELD_GET(IRDMACQ_PAYLDLEN, qword0); in irdma_uk_cq_poll_cmpl()
1321 info->bytes_xfered = (u32)FIELD_GET(IRDMACQ_PAYLDLEN, qword0); in irdma_uk_cq_poll_cmpl()
1356 info->bytes_xfered = qp->sq_wrtrk_array[wqe_idx].wr_len; in irdma_uk_cq_poll_cmpl()
1385 info->bytes_xfered = qp->sq_wrtrk_array[tail].wr_len; in irdma_uk_cq_poll_cmpl()
H A Dverbs.c4437 entry->byte_len = cq_poll_info->bytes_xfered; in irdma_process_cqe()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h1782 u32 bytes_xfered; member