Searched refs:io_throttle_data_length (Results 1 – 4 of 4) sorted by relevance
350 u16 io_throttle_data_length; member1195 u32 io_throttle_data_length; member
2864 mrioc->facts.io_throttle_data_length = in mpi3mr_process_factsdata()2865 le16_to_cpu(facts_data->io_throttle_data_length); in mpi3mr_process_factsdata()2873 if (mrioc->facts.io_throttle_data_length) in mpi3mr_process_factsdata()2874 mrioc->io_throttle_data_length = in mpi3mr_process_factsdata()2875 (mrioc->facts.io_throttle_data_length * 2 * 4); in mpi3mr_process_factsdata()2878 mrioc->io_throttle_data_length = MPI3MR_MAX_SECTORS + 2; in mpi3mr_process_factsdata()2901 mrioc->facts.io_throttle_data_length * 4, in mpi3mr_process_factsdata()
3146 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()4710 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
99 __le16 io_throttle_data_length; member