Searched refs:transfer_bytes (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 223 unsigned int transfer_bytes, bytes_copied = 0; in lpfc_bsg_copy_data() local 251 transfer_bytes = miter.length - sg_offset; in lpfc_bsg_copy_data() 254 transfer_bytes = miter.length; in lpfc_bsg_copy_data() 256 if (bytes_to_transfer < transfer_bytes) in lpfc_bsg_copy_data() 257 transfer_bytes = bytes_to_transfer; in lpfc_bsg_copy_data() 258 if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset)) in lpfc_bsg_copy_data() 259 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data() 261 memcpy(dma_address, sg_address, transfer_bytes); in lpfc_bsg_copy_data() 263 memcpy(sg_address, dma_address, transfer_bytes); in lpfc_bsg_copy_data() 264 dma_offset += transfer_bytes; in lpfc_bsg_copy_data() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 214 unsigned int transfer_bytes, bytes_copied = 0; in lpfc_bsg_copy_data() local 242 transfer_bytes = miter.length - sg_offset; in lpfc_bsg_copy_data() 245 transfer_bytes = miter.length; in lpfc_bsg_copy_data() 247 if (bytes_to_transfer < transfer_bytes) in lpfc_bsg_copy_data() 248 transfer_bytes = bytes_to_transfer; in lpfc_bsg_copy_data() 249 if (transfer_bytes > (LPFC_BPL_SIZE - dma_offset)) in lpfc_bsg_copy_data() 250 transfer_bytes = LPFC_BPL_SIZE - dma_offset; in lpfc_bsg_copy_data() 252 memcpy(dma_address, sg_address, transfer_bytes); in lpfc_bsg_copy_data() 254 memcpy(sg_address, dma_address, transfer_bytes); in lpfc_bsg_copy_data() 255 dma_offset += transfer_bytes; in lpfc_bsg_copy_data() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | wd33c93.c | 721 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes() function 935 transfer_bytes(regs, cmd, DATA_IN_DIR); in wd33c93_intr() 947 transfer_bytes(regs, cmd, DATA_OUT_DIR); in wd33c93_intr()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | wd33c93.c | 660 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes() function 878 transfer_bytes(regs, cmd, DATA_IN_DIR); in wd33c93_intr() 890 transfer_bytes(regs, cmd, DATA_OUT_DIR); in wd33c93_intr()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 1695 vha->bidi_stats.transfer_bytes >> 20); in qla2x00_diag_megabytes_show()
|
H A D | qla_iocb.c | 3865 vha->bidi_stats.transfer_bytes += req_data_len; in qla25xx_build_bidir_iocb()
|
H A D | qla_def.h | 3484 unsigned long long transfer_bytes; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 1701 vha->bidi_stats.transfer_bytes >> 20); in qla2x00_diag_megabytes_show()
|
H A D | qla_iocb.c | 4060 vha->bidi_stats.transfer_bytes += req_data_len; in qla25xx_build_bidir_iocb()
|
H A D | qla_def.h | 3654 unsigned long long transfer_bytes; member
|
Completed in 54 milliseconds