Searched refs:io_throttle_data_length (Results 1 – 4 of 4) sorted by relevance
397 u16 io_throttle_data_length; member1324 u32 io_throttle_data_length; member
3144 mrioc->facts.io_throttle_data_length = in mpi3mr_process_factsdata()3145 le16_to_cpu(facts_data->io_throttle_data_length); in mpi3mr_process_factsdata()3158 if (mrioc->facts.io_throttle_data_length) in mpi3mr_process_factsdata()3159 mrioc->io_throttle_data_length = in mpi3mr_process_factsdata()3160 (mrioc->facts.io_throttle_data_length * 2 * 4); in mpi3mr_process_factsdata()3163 mrioc->io_throttle_data_length = (mrioc->facts.max_data_length / 512) + 2; in mpi3mr_process_factsdata()3186 mrioc->facts.io_throttle_data_length * 4, in mpi3mr_process_factsdata()
3338 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()5009 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
106 __le16 io_throttle_data_length; member