Searched refs:io_throttle_data_length (Results 1 – 4 of 4) sorted by relevance
399 u16 io_throttle_data_length; member1360 u32 io_throttle_data_length; member
3325 mrioc->facts.io_throttle_data_length = in mpi3mr_process_factsdata()3326 le16_to_cpu(facts_data->io_throttle_data_length); in mpi3mr_process_factsdata()3339 if (mrioc->facts.io_throttle_data_length) in mpi3mr_process_factsdata()3340 mrioc->io_throttle_data_length = in mpi3mr_process_factsdata()3341 (mrioc->facts.io_throttle_data_length * 2 * 4); in mpi3mr_process_factsdata()3344 mrioc->io_throttle_data_length = (mrioc->facts.max_data_length / 512) + 2; in mpi3mr_process_factsdata()3367 mrioc->facts.io_throttle_data_length * 4, in mpi3mr_process_factsdata()
3479 if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_process_op_reply_desc()5261 if ((data_len_blks >= mrioc->io_throttle_data_length) && in mpi3mr_qcmd()
108 __le16 io_throttle_data_length; member