| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | low_latency.c | 22 struct iwl_mld_low_latency *ll = &mld->low_latency; in iwl_mld_calc_low_latency() 45 &mld->low_latency.pkts_counters[q]; in iwl_mld_calc_low_latency() 62 mld->low_latency.result[mac_id] = true; in iwl_mld_calc_low_latency() 64 mld->low_latency.result[mac_id] = false; in iwl_mld_calc_low_latency() 66 global_low_latency |= mld->low_latency.result[mac_id]; in iwl_mld_calc_low_latency() 78 bool low_latency; in iwl_mld_low_latency_iter() local 80 if (WARN_ON(mld_vif->fw_id >= ARRAY_SIZE(mld->low_latency.result))) in iwl_mld_low_latency_iter() 83 low_latency = mld->low_latency.result[mld_vif->fw_id]; in iwl_mld_low_latency_iter() 85 if (prev != low_latency) in iwl_mld_low_latency_iter() 86 iwl_mld_vif_update_low_latency(mld, vif, low_latency, in iwl_mld_low_latency_iter() [all …]
|
| H A D | low_latency.h | 59 bool low_latency,
|
| H A D | Makefile | 7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | utils.c | 549 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd() argument 559 if (low_latency) { in iwl_mvm_send_low_latency_cmd() 571 bool low_latency, in iwl_mvm_update_low_latency() argument 581 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency() 583 low_latency = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency() 585 if (low_latency == prev) in iwl_mvm_update_low_latency() 588 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id); in iwl_mvm_update_low_latency() 825 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local 830 low_latency = mvm->tcm.result.low_latency[mvmvif->id]; in iwl_mvm_tcm_iter() 833 prev == low_latency) { in iwl_mvm_tcm_iter() [all …]
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_io.h | 123 bool low_latency; member
|
| H A D | efct_scsi.c | 545 if (io->low_latency) { in efct_scsi_io_dispatch() 690 io->low_latency = (flags & EFCT_SCSI_LOW_LATENCY) != 0; in efct_scsi_xfer_data() 769 io->low_latency = (flags & EFCT_SCSI_LOW_LATENCY) != 0; in efct_scsi_send_resp()
|
| /linux/sound/soc/intel/catpt/ |
| H A D | messages.c | 269 bool low_latency; member 283 input.low_latency = ll; in catpt_ipc_set_write_pos()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | igbvf.h | 29 low_latency = 1, enumerator
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 2556 low_latency = 1, enumerator 2596 retval = low_latency; in e1000_update_itr() 2598 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr() 2615 retval = low_latency; in e1000_update_itr() 2617 retval = low_latency; in e1000_update_itr() 2646 adapter->tx_itr = low_latency; in e1000_set_itr() 2653 adapter->rx_itr = low_latency; in e1000_set_itr() 2662 case low_latency: in e1000_set_itr()
|
| /linux/block/ |
| H A D | bfq-iosched.h | 765 bool low_latency; member
|
| /linux/Documentation/block/ |
| H A D | bfq-iosched.rst | 21 for that device, by setting low_latency to 0. See Section 3 for 302 parameters slice_idle, strict_guarantees and low_latency. For details 442 low_latency section in 3. What are BFQ's tunables and how to properly configure BFQ?
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 1399 low_latency = 1, enumerator 1444 itr_setting = low_latency; in ixgbevf_update_itr() 1446 case low_latency: in ixgbevf_update_itr() 1454 itr_setting = low_latency; in ixgbevf_update_itr() 1481 case low_latency: in ixgbevf_set_itr()
|
| /linux/include/linux/ |
| H A D | hyperv.h | 955 bool low_latency; member
|
| /linux/drivers/hv/ |
| H A D | channel.c | 134 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
|