Searched refs:data_len_blks (Results 1 – 1 of 1) sorted by relevance
3076 u32 ioc_pend_data_len = 0, tg_pend_data_len = 0, data_len_blks = 0; in mpi3mr_process_op_reply_desc() local3136 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_process_op_reply_desc()3146 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()3148 ioc_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()3151 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()4599 u32 scsiio_flags = 0, data_len_blks = 0; in mpi3mr_qcmd() local4709 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_qcmd()4710 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()4712 tracked_io_sz = data_len_blks; in mpi3mr_qcmd()4715 ioc_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()[all …]