Searched refs:io_throttle_data_length (Results 1 – 4 of 4) sorted by relevance
355 u16 io_throttle_data_length; member1212 u32 io_throttle_data_length; member
2895 mrioc->facts.io_throttle_data_length = in mpi3mr_process_factsdata()2896 le16_to_cpu(facts_data->io_throttle_data_length); in mpi3mr_process_factsdata()2909 if (mrioc->facts.io_throttle_data_length) in mpi3mr_process_factsdata()2910 mrioc->io_throttle_data_length = in mpi3mr_process_factsdata()2911 (mrioc->facts.io_throttle_data_length * 2 * 4); in mpi3mr_process_factsdata()2914 mrioc->io_throttle_data_length = (mrioc->facts.max_data_length / 512) + 2; in mpi3mr_process_factsdata()2937 mrioc->facts.io_throttle_data_length * 4, in mpi3mr_process_factsdata()
3199 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()4838 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
99 __le16 io_throttle_data_length; member