Searched refs:data_len_blks (Results 1 – 1 of 1) sorted by relevance
3141 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0, data_len_blks = 0; in mpi3mr_process_op_reply_desc() local3201 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_process_op_reply_desc()3211 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()3213 ioc_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()3216 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()4736 u32 scsiio_flags = 0, data_len_blks = 0; in mpi3mr_qcmd() local4860 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_qcmd()4861 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()4863 tracked_io_sz = data_len_blks; in mpi3mr_qcmd()4866 ioc_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()[all …]