Home
last modified time | relevance | path

Searched refs:low_latency (Results 1 - 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c761 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd()
771 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
784 bool low_latency, in iwl_mvm_update_low_latency()
794 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency()
796 low_latency = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency()
798 if (low_latency == prev) in iwl_mvm_update_low_latency()
801 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id); in iwl_mvm_update_low_latency()
1054 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local
1059 low_latency in iwl_mvm_tcm_iter()
760 iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency, u16 mac_id) iwl_mvm_send_low_latency_cmd() argument
783 iwl_mvm_update_low_latency(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum iwl_mvm_low_latency_cause cause) iwl_mvm_update_low_latency() argument
1214 bool low_latency = false; iwl_mvm_calc_tcm_stats() local
1368 bool low_latency = false; iwl_mvm_resume_tcm() local
[all...]
H A 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()
H A Ddebugfs-vif.c599 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC), in iwl_dbgfs_low_latency_read()
600 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS), in iwl_dbgfs_low_latency_read()
601 !!(mvmvif->low_latency & LOW_LATENCY_VCMD), in iwl_dbgfs_low_latency_read()
602 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE), in iwl_dbgfs_low_latency_read()
603 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
605 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE), in iwl_dbgfs_low_latency_read()
757 MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
792 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_dbgfs_register()
H A Dscan.c271 bool low_latency) in _iwl_mvm_get_scan_type()
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
268 _iwl_mvm_get_scan_type(struct iwl_mvm *mvm, struct ieee80211_vif *vif, enum iwl_mvm_traffic_load load, bool low_latency) _iwl_mvm_get_scan_type() argument
[all...]
H A Dmvm.h290 * in low_latency.
349 * @low_latency: bit flags for low latency
352 * as a result from low_latency bit flags and takes force into account.
384 u8 low_latency: 6; member
644 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
1882 bool low_latency,
1887 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
1913 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
1915 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
1921 if (mvmvif->low_latency in iwl_mvm_vif_set_low_latency()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c465 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd()
475 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
487 bool low_latency, in iwl_mvm_update_low_latency()
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 in iwl_mvm_tcm_iter()
464 iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency, u16 mac_id) iwl_mvm_send_low_latency_cmd() argument
486 iwl_mvm_update_low_latency(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum iwl_mvm_low_latency_cause cause) iwl_mvm_update_low_latency() argument
935 bool low_latency = false; iwl_mvm_calc_tcm_stats() local
1088 bool low_latency = false; iwl_mvm_resume_tcm() local
[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.c220 bool low_latency) in _iwl_mvm_get_scan_type()
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
217 _iwl_mvm_get_scan_type(struct iwl_mvm *mvm, struct ieee80211_vif *vif, enum iwl_mvm_traffic_load load, bool low_latency) _iwl_mvm_get_scan_type() argument
2867 _iwl_mvm_get_respect_p2p_go(struct iwl_mvm *mvm, struct ieee80211_vif *vif, bool low_latency, enum nl80211_band band) _iwl_mvm_get_respect_p2p_go() argument
2893 bool low_latency = iwl_mvm_low_latency_band(mvm, band); iwl_mvm_get_respect_p2p_go_band() local
2901 bool low_latency = iwl_mvm_low_latency(mvm); iwl_mvm_get_respect_p2p_go() local
[all...]
H A Dmvm.h244 * in low_latency.
357 * @low_latency: bit flags for low latency
360 * as a result from low_latency bit flags and takes force into account.
381 u8 low_latency: 6; member
625 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
2156 bool low_latency,
2161 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
2187 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
2189 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
2195 if (mvmvif->low_latency in iwl_mvm_vif_set_low_latency()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dbinding.h105 * @low_latency: low latency status, &enum iwl_quota_low_latency
111 __le32 low_latency; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dbinding.h168 * @low_latency: low latency status, &enum iwl_quota_low_latency
174 __le32 low_latency; member
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_io.h69 * @low_latency: set if low latency request
123 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()
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h29 low_latency = 1, enumerator
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h29 low_latency = 1, enumerator
H A 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()
/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c44 * behaves this way if the low_latency parameter is set (default
82 * all low-latency heuristics for that device, by setting low_latency
725 * This holds even if low_latency is on, because weight-raised queues
1691 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()
1739 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()
2078 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()
2118 if (bfqd->low_latency && in bfq_add_request()
2738 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()
3988 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()
3991 if (bfqd->low_latency in bfq_bfqq_expire()
[all...]
H A Dbfq-iosched.h691 bool low_latency; member
/kernel/linux/linux-5.10/include/linux/
H A 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()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c44 * behaves this way if the low_latency parameter is set (default
82 * all low-latency heuristics for that device, by setting low_latency
894 * This holds even if low_latency is on, because weight-raised queues
1160 * Restore weight coefficient only if low_latency is on in bfq_bfqq_resume_state()
1162 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()
[all...]
/kernel/linux/linux-5.10/drivers/net/caif/
H A Dcaif_serial.c93 ser->tty->port->low_latency << 1; in update_tty_status()

Completed in 69 milliseconds

123