Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c465 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd() argument
475 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
487 bool low_latency, in iwl_mvm_update_low_latency() argument
497 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency()
499 low_latency = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency()
501 if (low_latency == prev) in iwl_mvm_update_low_latency()
504 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id); in iwl_mvm_update_low_latency()
781 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local
786 low_latency = mvm->tcm.result.low_latency[mvmvif->id]; in iwl_mvm_tcm_iter()
789 prev == low_latency) { in iwl_mvm_tcm_iter()
[all …]
Dquota.c17 int low_latency[MAX_BINDINGS]; member
83 if (iwl_mvm_vif_low_latency(mvmvif) && !data->low_latency[id]) { in iwl_mvm_quota_iterator()
85 data->low_latency[id] = true; in iwl_mvm_quota_iterator()
176 if (data.low_latency[i]) { in iwl_mvm_update_quotas()
230 data.low_latency[i]) in iwl_mvm_update_quotas()
Ddebugfs-vif.c537 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC), in iwl_dbgfs_low_latency_read()
538 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS), in iwl_dbgfs_low_latency_read()
539 !!(mvmvif->low_latency & LOW_LATENCY_VCMD), in iwl_dbgfs_low_latency_read()
540 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE), in iwl_dbgfs_low_latency_read()
541 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
543 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE), in iwl_dbgfs_low_latency_read()
695 MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
730 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_dbgfs_register()
Dscan.c220 bool low_latency) in _iwl_mvm_get_scan_type() argument
238 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) && in _iwl_mvm_get_scan_type()
253 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency) in _iwl_mvm_get_scan_type()
264 bool low_latency; in iwl_mvm_get_scan_type() local
267 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_get_scan_type()
269 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type()
278 bool low_latency; in iwl_mvm_get_scan_type_band() local
281 low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_get_scan_type_band()
283 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type_band()
842 bool low_latency; in iwl_mvm_scan_use_ebs() local
[all …]
Dmvm.h381 u8 low_latency: 6; member
625 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
2157 bool low_latency,
2162 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
2188 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
2190 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
2196 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE && in iwl_mvm_vif_set_low_latency()
2204 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
2210 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dbinding.h111 __le32 low_latency; member
/Linux-v6.6/drivers/scsi/elx/efct/
Defct_io.h123 bool low_latency; member
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-v6.6/sound/soc/intel/catpt/
Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/
Digbvf.h29 low_latency = 1, enumerator
Dnetdev.c659 retval = low_latency; in igbvf_update_itr()
661 case low_latency: /* 50 usec aka 20000 ints/s */ in igbvf_update_itr()
679 retval = low_latency; in igbvf_update_itr()
681 retval = low_latency; in igbvf_update_itr()
701 case low_latency: in igbvf_range_to_itr()
727 adapter->tx_ring->itr_range = low_latency; in igbvf_set_itr()
751 adapter->rx_ring->itr_range = low_latency; in igbvf_set_itr()
/Linux-v6.6/block/
Dbfq-iosched.c1162 if (bfqd->low_latency) { in bfq_bfqq_resume_state()
1869 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()
1906 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()
2314 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()
2354 if (bfqd->low_latency && in bfq_add_request()
3067 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()
4372 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()
4375 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()
7304 bfqd->low_latency = true; in bfq_init_queue()
7418 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
[all …]
Dbfq-iosched.h765 bool low_latency; member
/Linux-v6.6/drivers/net/ethernet/intel/e1000/
De1000_main.c2555 low_latency = 1, enumerator
2595 retval = low_latency; in e1000_update_itr()
2597 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2614 retval = low_latency; in e1000_update_itr()
2616 retval = low_latency; in e1000_update_itr()
2645 adapter->tx_itr = low_latency; in e1000_set_itr()
2652 adapter->rx_itr = low_latency; in e1000_set_itr()
2661 case low_latency: in e1000_set_itr()
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/
De1000.h462 low_latency = 1, enumerator
Dnetdev.c2509 retval = low_latency; in e1000_update_itr()
2511 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2529 retval = low_latency; in e1000_update_itr()
2531 retval = low_latency; in e1000_update_itr()
2560 adapter->tx_itr = low_latency; in e1000_set_itr()
2567 adapter->rx_itr = low_latency; in e1000_set_itr()
2576 case low_latency: in e1000_set_itr()
/Linux-v6.6/Documentation/block/
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-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1398 low_latency = 1, enumerator
1443 itr_setting = low_latency; in ixgbevf_update_itr()
1445 case low_latency: in ixgbevf_update_itr()
1453 itr_setting = low_latency; in ixgbevf_update_itr()
1480 case low_latency: in ixgbevf_set_itr()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_main.c74 low_latency = 1, enumerator
4248 itrval = low_latency; in igc_update_itr()
4250 case low_latency: /* 50 usec aka 20000 ints/s */ in igc_update_itr()
4268 itrval = low_latency; in igc_update_itr()
4270 itrval = low_latency; in igc_update_itr()
4309 current_itr = low_latency; in igc_set_itr()
4316 case low_latency: in igc_set_itr()
/Linux-v6.6/include/linux/
Dhyperv.h985 bool low_latency; member
/Linux-v6.6/drivers/hv/
Dchannel.c133 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_main.c5738 low_latency = 1, enumerator
5849 itrval = low_latency; in igb_update_itr()
5851 case low_latency: /* 50 usec aka 20000 ints/s */ in igb_update_itr()
5869 itrval = low_latency; in igb_update_itr()
5871 itrval = low_latency; in igb_update_itr()
5906 current_itr = low_latency; in igb_set_itr()
5913 case low_latency: in igb_set_itr()