Searched refs:data_len_blks (Results 1 – 1 of 1) sorted by relevance
3401 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0, data_len_blks = 0; in mpi3mr_process_op_reply_desc() local3468 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_process_op_reply_desc()3479 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()3481 ioc_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()3484 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()5135 u32 scsiio_flags = 0, data_len_blks = 0; in mpi3mr_qcmd() local5260 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_qcmd()5261 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()5263 tracked_io_sz = data_len_blks; in mpi3mr_qcmd()5266 ioc_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()[all …]