Home
last modified time | relevance | path

Searched refs:io_throttle_low (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr.h356 u16 io_throttle_low; member
1031 * @io_throttle_low: I/O size to stop throttle in 512b blocks
1214 u32 io_throttle_low; member
H A Dmpi3mr_fw.c2900 mrioc->facts.io_throttle_low = le16_to_cpu(facts_data->io_throttle_low); in mpi3mr_process_factsdata()
2918 mrioc->io_throttle_low = (mrioc->facts.io_throttle_low * 2 * 1024); in mpi3mr_process_factsdata()
2937 "io_throttle_data_len(%dKiB), io_throttle_high(%dMiB), io_throttle_low(%dMiB)\n", in mpi3mr_process_factsdata()
2939 mrioc->facts.io_throttle_high, mrioc->facts.io_throttle_low); in mpi3mr_process_factsdata()
H A Dmpi3mr_os.c3218 mrioc->io_throttle_low) && in mpi3mr_process_op_reply_desc()
3225 if (ioc_pend_data_len <= mrioc->io_throttle_low) in mpi3mr_process_op_reply_desc()
3231 if (ioc_pend_data_len <= mrioc->io_throttle_low) in mpi3mr_process_op_reply_desc()
3234 } else if (ioc_pend_data_len <= mrioc->io_throttle_low) { in mpi3mr_process_op_reply_desc()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h101 __le16 io_throttle_low; member

Completed in 24 milliseconds