Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c758 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd() argument
768 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
781 bool low_latency, in iwl_mvm_update_low_latency() argument
791 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency()
793 low_latency = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency()
795 if (low_latency == prev) in iwl_mvm_update_low_latency()
798 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id); in iwl_mvm_update_low_latency()
1051 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local
1056 low_latency = mvm->tcm.result.low_latency[mvmvif->id]; in iwl_mvm_tcm_iter()
1059 prev == low_latency) { in iwl_mvm_tcm_iter()
[all …]
Dquota.c73 int low_latency[MAX_BINDINGS]; member
138 if (iwl_mvm_vif_low_latency(mvmvif) && !data->low_latency[id]) { in iwl_mvm_quota_iterator()
140 data->low_latency[id] = true; in iwl_mvm_quota_iterator()
231 if (data.low_latency[i]) { in iwl_mvm_update_quotas()
285 data.low_latency[i]) in iwl_mvm_update_quotas()
Ddebugfs-vif.c596 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC), in iwl_dbgfs_low_latency_read()
597 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS), in iwl_dbgfs_low_latency_read()
598 !!(mvmvif->low_latency & LOW_LATENCY_VCMD), in iwl_dbgfs_low_latency_read()
599 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE), in iwl_dbgfs_low_latency_read()
600 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
602 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE), in iwl_dbgfs_low_latency_read()
754 MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
789 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_dbgfs_register()
Dscan.c271 bool low_latency) in _iwl_mvm_get_scan_type() argument
284 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) && in _iwl_mvm_get_scan_type()
307 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency) in _iwl_mvm_get_scan_type()
318 bool low_latency; in iwl_mvm_get_scan_type() local
321 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_get_scan_type()
323 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type()
332 bool low_latency; in iwl_mvm_get_scan_type_band() local
335 low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_get_scan_type_band()
337 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type_band()
890 bool low_latency; in iwl_mvm_scan_use_ebs() local
[all …]
Dmvm.h384 u8 low_latency: 6; member
644 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
1879 bool low_latency,
1884 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
1910 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
1912 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
1918 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE && in iwl_mvm_vif_set_low_latency()
1926 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
1932 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dbinding.h174 __le32 low_latency; member
/Linux-v5.10/sound/soc/intel/catpt/
Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/Linux-v5.10/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-v5.10/block/
Dbfq-iosched.c1683 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()
1731 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()
2070 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()
2110 if (bfqd->low_latency && in bfq_add_request()
2697 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()
3946 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()
3949 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()
6497 bfqd->low_latency = true; in bfq_init_queue()
6603 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
6757 if (__data == 0 && bfqd->low_latency != 0) in bfq_low_latency_store()
[all …]
Dbfq-iosched.h691 bool low_latency; member
/Linux-v5.10/include/linux/
Dhyperv.h940 bool low_latency; member
1043 c->low_latency = true; in set_low_latency_mode()
1048 c->low_latency = false; in clear_low_latency_mode()
/Linux-v5.10/Documentation/networking/caif/
Dcaif.rst71 - 0x02 - tty->low_latency is on.
/Linux-v5.10/drivers/s390/char/
Dsclp_tty.c68 sclp_port.low_latency = 0; in sclp_tty_open()
Dsclp_vt220.c563 sclp_vt220_port.low_latency = 0; in sclp_vt220_open()
/Linux-v5.10/drivers/net/caif/
Dcaif_serial.c93 ser->tty->port->low_latency << 1; in update_tty_status()
/Linux-v5.10/drivers/net/ethernet/intel/e1000/
De1000_main.c2554 low_latency = 1, enumerator
2594 retval = low_latency; in e1000_update_itr()
2596 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2613 retval = low_latency; in e1000_update_itr()
2615 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-v5.10/drivers/tty/ipwireless/
Dtty.c104 tty->port.low_latency = 1; in ipw_open()
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
De1000.h457 low_latency = 1, enumerator
Dnetdev.c2553 retval = low_latency; in e1000_update_itr()
2555 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2573 retval = low_latency; in e1000_update_itr()
2575 retval = low_latency; in e1000_update_itr()
2605 adapter->tx_itr = low_latency; in e1000_set_itr()
2612 adapter->rx_itr = low_latency; in e1000_set_itr()
2621 case low_latency: in e1000_set_itr()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_main.c64 low_latency = 1, enumerator
2968 itrval = low_latency; in igc_update_itr()
2970 case low_latency: /* 50 usec aka 20000 ints/s */ in igc_update_itr()
2988 itrval = low_latency; in igc_update_itr()
2990 itrval = low_latency; in igc_update_itr()
3029 current_itr = low_latency; in igc_set_itr()
3036 case low_latency: in igc_set_itr()
/Linux-v5.10/drivers/tty/
Damiserial.c1001 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in set_serial_info()
1389 port->low_latency = (port->flags & ASYNC_LOW_LATENCY) ? 1 : 0; in rs_open()
/Linux-v5.10/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-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1403 low_latency = 1, enumerator
1448 itr_setting = low_latency; in ixgbevf_update_itr()
1450 case low_latency: in ixgbevf_update_itr()
1458 itr_setting = low_latency; in ixgbevf_update_itr()
1485 case low_latency: in ixgbevf_set_itr()
/Linux-v5.10/drivers/hv/
Dchannel.c132 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()

12