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
2896 mrioc->facts.io_throttle_data_length = in mpi3mr_process_factsdata()2897 le16_to_cpu(facts_data->io_throttle_data_length); in mpi3mr_process_factsdata()2910 if (mrioc->facts.io_throttle_data_length) in mpi3mr_process_factsdata()2911 mrioc->io_throttle_data_length = in mpi3mr_process_factsdata()2912 (mrioc->facts.io_throttle_data_length * 2 * 4); in mpi3mr_process_factsdata()2915 mrioc->io_throttle_data_length = (mrioc->facts.max_data_length / 512) + 2; in mpi3mr_process_factsdata()2938 mrioc->facts.io_throttle_data_length * 4, in mpi3mr_process_factsdata()
3211 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()4861 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
99 __le16 io_throttle_data_length; member