Searched refs:data_len_blks (Results 1 – 1 of 1) sorted by relevance
3129 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0, data_len_blks = 0; in mpi3mr_process_op_reply_desc() local3189 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_process_op_reply_desc()3199 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()3201 ioc_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()3204 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()4713 u32 scsiio_flags = 0, data_len_blks = 0; in mpi3mr_qcmd() local4837 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_qcmd()4838 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()4840 tracked_io_sz = data_len_blks; in mpi3mr_qcmd()4843 ioc_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()[all …]