Home
last modified time | relevance | path

Searched refs:low_latency (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlow_latency.c22 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 Dlow_latency.h59 bool low_latency,
H A DMakefile7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c549 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 Defct_io.h123 bool low_latency; member
H A Defct_scsi.c545 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 Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h29 low_latency = 1, enumerator
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2556 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 Dbfq-iosched.h765 bool low_latency; member
/linux/Documentation/block/
H A Dbfq-iosched.rst21 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 Dixgbevf_main.c1399 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 Dhyperv.h955 bool low_latency; member
/linux/drivers/hv/
H A Dchannel.c134 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()