Home
last modified time | relevance | path

Searched refs:data_len_blks (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3200 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_process_op_reply_desc()
3210 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()
3212 ioc_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()
3215 tg_pend_data_len = atomic_sub_return(data_len_blks, in mpi3mr_process_op_reply_desc()
4724 u32 scsiio_flags = 0, data_len_blks = 0; in mpi3mr_qcmd() local
4848 data_len_blks = scsi_bufflen(scmd) >> 9; in mpi3mr_qcmd()
4849 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
4851 tracked_io_sz = data_len_blks; in mpi3mr_qcmd()
4854 ioc_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()
4856 tg_pend_data_len = atomic_add_return(data_len_blks, in mpi3mr_qcmd()
[all …]