Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A 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 …]
H A 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()
H A 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()
H A Dscan.c222 bool low_latency) in _iwl_mvm_get_scan_type() argument
240 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) && in _iwl_mvm_get_scan_type()
255 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency) in _iwl_mvm_get_scan_type()
266 bool low_latency; in iwl_mvm_get_scan_type() local
269 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_get_scan_type()
271 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type()
280 bool low_latency; in iwl_mvm_get_scan_type_band() local
283 low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_get_scan_type_band()
285 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 …]
H A Dmvm.h381 u8 low_latency: 6; member
625 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
2159 bool low_latency,
2164 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
2190 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
2192 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
2198 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE && in iwl_mvm_vif_set_low_latency()
2206 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
2212 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dbinding.h111 __le32 low_latency; member
/openbmc/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()
/openbmc/linux/sound/soc/intel/catpt/
H A Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h29 low_latency = 1, enumerator
H A Dnetdev.c658 retval = low_latency; in igbvf_update_itr()
660 case low_latency: /* 50 usec aka 20000 ints/s */ in igbvf_update_itr()
678 retval = low_latency; in igbvf_update_itr()
680 retval = low_latency; in igbvf_update_itr()
700 case low_latency: in igbvf_range_to_itr()
726 adapter->tx_ring->itr_range = low_latency; in igbvf_set_itr()
750 adapter->rx_ring->itr_range = low_latency; in igbvf_set_itr()
/openbmc/linux/block/
H A Dbfq-iosched.c1173 if (bfqd->low_latency) { in bfq_bfqq_resume_state()
1880 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()
1917 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()
2325 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()
2365 if (bfqd->low_latency && in bfq_add_request()
3082 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()
4385 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()
4388 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()
7350 bfqd->low_latency = true; in bfq_init_queue()
7464 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
[all …]
H A Dbfq-iosched.h765 bool low_latency; member
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h482 low_latency = 1, enumerator
H A Dnetdev.c2507 retval = low_latency; in e1000_update_itr()
2509 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2527 retval = low_latency; in e1000_update_itr()
2529 retval = low_latency; in e1000_update_itr()
2558 adapter->tx_itr = low_latency; in e1000_set_itr()
2565 adapter->rx_itr = low_latency; in e1000_set_itr()
2574 case low_latency: in e1000_set_itr()
/openbmc/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?
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c74 low_latency = 1, enumerator
4243 itrval = low_latency; in igc_update_itr()
4245 case low_latency: /* 50 usec aka 20000 ints/s */ in igc_update_itr()
4263 itrval = low_latency; in igc_update_itr()
4265 itrval = low_latency; in igc_update_itr()
4304 current_itr = low_latency; in igc_set_itr()
4311 case low_latency: in igc_set_itr()
/openbmc/linux/include/linux/
H A Dhyperv.h1006 bool low_latency; member
/openbmc/linux/drivers/hv/
H A Dchannel.c133 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c5747 low_latency = 1, enumerator
5858 itrval = low_latency; in igb_update_itr()
5860 case low_latency: /* 50 usec aka 20000 ints/s */ in igb_update_itr()
5878 itrval = low_latency; in igb_update_itr()
5880 itrval = low_latency; in igb_update_itr()
5915 current_itr = low_latency; in igb_set_itr()
5922 case low_latency: in igb_set_itr()