Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c422 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd() argument
432 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
445 bool low_latency, in iwl_mvm_update_low_latency() argument
455 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency()
457 low_latency = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency()
459 if (low_latency == prev) in iwl_mvm_update_low_latency()
462 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id); in iwl_mvm_update_low_latency()
739 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local
744 low_latency = mvm->tcm.result.low_latency[mvmvif->id]; in iwl_mvm_tcm_iter()
747 prev == low_latency) { in iwl_mvm_tcm_iter()
[all …]
Dquota.c17 int low_latency[MAX_BINDINGS]; member
82 if (iwl_mvm_vif_low_latency(mvmvif) && !data->low_latency[id]) { in iwl_mvm_quota_iterator()
84 data->low_latency[id] = true; in iwl_mvm_quota_iterator()
175 if (data.low_latency[i]) { in iwl_mvm_update_quotas()
229 data.low_latency[i]) in iwl_mvm_update_quotas()
Ddebugfs-vif.c544 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC), in iwl_dbgfs_low_latency_read()
545 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS), in iwl_dbgfs_low_latency_read()
546 !!(mvmvif->low_latency & LOW_LATENCY_VCMD), in iwl_dbgfs_low_latency_read()
547 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE), in iwl_dbgfs_low_latency_read()
548 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
550 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE), in iwl_dbgfs_low_latency_read()
702 MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
737 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_dbgfs_register()
Dmvm.h331 u8 low_latency: 6; member
593 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
1844 bool low_latency,
1849 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
1875 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
1877 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
1883 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE && in iwl_mvm_vif_set_low_latency()
1891 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
1897 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
Dscan.c221 bool low_latency) in _iwl_mvm_get_scan_type() argument
234 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) && in _iwl_mvm_get_scan_type()
257 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency) in _iwl_mvm_get_scan_type()
268 bool low_latency; in iwl_mvm_get_scan_type() local
271 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_get_scan_type()
273 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type()
282 bool low_latency; in iwl_mvm_get_scan_type_band() local
285 low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_get_scan_type_band()
287 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type_band()
846 bool low_latency; in iwl_mvm_scan_use_ebs() local
[all …]
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dbinding.h119 __le32 low_latency; member
/Linux-v5.15/drivers/scsi/elx/efct/
Defct_io.h123 bool low_latency; member
Defct_scsi.c546 if (io->low_latency) { in efct_scsi_io_dispatch()
691 io->low_latency = (flags & EFCT_SCSI_LOW_LATENCY) != 0; in efct_scsi_xfer_data()
770 io->low_latency = (flags & EFCT_SCSI_LOW_LATENCY) != 0; in efct_scsi_send_resp()
/Linux-v5.15/sound/soc/intel/catpt/
Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/Linux-v5.15/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.15/block/
Dbfq-iosched.c1078 if (bfqd->low_latency) { in bfq_bfqq_resume_state()
1754 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()
1792 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()
2180 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()
2220 if (bfqd->low_latency && in bfq_add_request()
2891 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()
4195 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()
4198 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()
7014 bfqd->low_latency = true; in bfq_init_queue()
7120 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
[all …]
Dbfq-iosched.h717 bool low_latency; member
/Linux-v5.15/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()
2644 adapter->tx_itr = low_latency; in e1000_set_itr()
2651 adapter->rx_itr = low_latency; in e1000_set_itr()
2660 case low_latency: in e1000_set_itr()
/Linux-v5.15/drivers/net/ethernet/intel/e1000e/
De1000.h459 low_latency = 1, enumerator
Dnetdev.c2516 retval = low_latency; in e1000_update_itr()
2518 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2536 retval = low_latency; in e1000_update_itr()
2538 retval = low_latency; in e1000_update_itr()
2568 adapter->tx_itr = low_latency; in e1000_set_itr()
2575 adapter->rx_itr = low_latency; in e1000_set_itr()
2584 case low_latency: in e1000_set_itr()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_main.c74 low_latency = 1, enumerator
3952 itrval = low_latency; in igc_update_itr()
3954 case low_latency: /* 50 usec aka 20000 ints/s */ in igc_update_itr()
3972 itrval = low_latency; in igc_update_itr()
3974 itrval = low_latency; in igc_update_itr()
4013 current_itr = low_latency; in igc_set_itr()
4020 case low_latency: in igc_set_itr()
/Linux-v5.15/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.15/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-v5.15/include/linux/
Dhyperv.h974 bool low_latency; member
/Linux-v5.15/drivers/hv/
Dchannel.c132 if (channel->offermsg.monitor_allocated && !channel->low_latency) { in vmbus_setevent()
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_main.c5634 low_latency = 1, enumerator
5745 itrval = low_latency; in igb_update_itr()
5747 case low_latency: /* 50 usec aka 20000 ints/s */ in igb_update_itr()
5765 itrval = low_latency; in igb_update_itr()
5767 itrval = low_latency; in igb_update_itr()
5802 current_itr = low_latency; in igb_set_itr()
5809 case low_latency: in igb_set_itr()