Searched refs:io_throttle_data_length (Results 1 – 4 of 4) sorted by relevance
399 u16 io_throttle_data_length; member1352 u32 io_throttle_data_length; member
3213 mrioc->facts.io_throttle_data_length = in mpi3mr_process_factsdata()3214 le16_to_cpu(facts_data->io_throttle_data_length); in mpi3mr_process_factsdata()3227 if (mrioc->facts.io_throttle_data_length) in mpi3mr_process_factsdata()3228 mrioc->io_throttle_data_length = in mpi3mr_process_factsdata()3229 (mrioc->facts.io_throttle_data_length * 2 * 4); in mpi3mr_process_factsdata()3232 mrioc->io_throttle_data_length = (mrioc->facts.max_data_length / 512) + 2; in mpi3mr_process_factsdata()3255 mrioc->facts.io_throttle_data_length * 4, in mpi3mr_process_factsdata()
3388 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()5170 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
108 __le16 io_throttle_data_length; member