Searched refs:io_throttle_low (Results 1 – 4 of 4) sorted by relevance
356 u16 io_throttle_low; member1214 u32 io_throttle_low; member
2899 mrioc->facts.io_throttle_low = le16_to_cpu(facts_data->io_throttle_low); in mpi3mr_process_factsdata()2917 mrioc->io_throttle_low = (mrioc->facts.io_throttle_low * 2 * 1024); in mpi3mr_process_factsdata()2938 mrioc->facts.io_throttle_high, mrioc->facts.io_throttle_low); in mpi3mr_process_factsdata()
3207 mrioc->io_throttle_low) && in mpi3mr_process_op_reply_desc()3214 if (ioc_pend_data_len <= mrioc->io_throttle_low) in mpi3mr_process_op_reply_desc()3220 if (ioc_pend_data_len <= mrioc->io_throttle_low) in mpi3mr_process_op_reply_desc()3223 } else if (ioc_pend_data_len <= mrioc->io_throttle_low) { in mpi3mr_process_op_reply_desc()
101 __le16 io_throttle_low; member