Searched refs:transfer_bytes (Results 1 – 5 of 5) sorted by relevance
224 unsigned int transfer_bytes, bytes_copied = 0; in lpfc_bsg_copy_data() local252 transfer_bytes = miter.length - sg_offset; in lpfc_bsg_copy_data()255 transfer_bytes = miter.length; in lpfc_bsg_copy_data()257 if (bytes_to_transfer < transfer_bytes) in lpfc_bsg_copy_data()258 transfer_bytes = bytes_to_transfer; in lpfc_bsg_copy_data()260 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data()262 memcpy(dma_address, sg_address, transfer_bytes); in lpfc_bsg_copy_data()265 dma_offset += transfer_bytes; in lpfc_bsg_copy_data()266 sg_offset += transfer_bytes; in lpfc_bsg_copy_data()267 bytes_to_transfer -= transfer_bytes; in lpfc_bsg_copy_data()[all …]
660 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes() function878 transfer_bytes(regs, cmd, DATA_IN_DIR); in wd33c93_intr()890 transfer_bytes(regs, cmd, DATA_OUT_DIR); in wd33c93_intr()
1694 vha->bidi_stats.transfer_bytes >> 20); in qla2x00_diag_megabytes_show()
3663 unsigned long long transfer_bytes; member
4080 vha->bidi_stats.transfer_bytes += req_data_len; in qla25xx_build_bidir_iocb()