Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlow_latency.c7 #include "low_latency.h"
22 struct iwl_mld_low_latency *ll = &mld->low_latency; in iwl_mld_calc_low_latency()
45 &mld->low_latency.pkts_counters[q]; in iwl_mld_calc_low_latency()
62 mld->low_latency.result[mac_id] = true; in iwl_mld_calc_low_latency()
64 mld->low_latency.result[mac_id] = false; in iwl_mld_calc_low_latency()
66 global_low_latency |= mld->low_latency.result[mac_id]; in iwl_mld_calc_low_latency()
78 bool low_latency; in iwl_mld_low_latency_iter() local
80 if (WARN_ON(mld_vif->fw_id >= ARRAY_SIZE(mld->low_latency.result))) in iwl_mld_low_latency_iter()
83 low_latency = mld->low_latency in iwl_mld_low_latency_iter()
175 iwl_mld_send_low_latency_cmd(struct iwl_mld * mld,bool low_latency,u16 mac_id) iwl_mld_send_low_latency_cmd() argument
208 iwl_mld_vif_update_low_latency(struct iwl_mld * mld,struct ieee80211_vif * vif,bool low_latency,enum iwl_mld_low_latency_cause cause) iwl_mld_vif_update_low_latency() argument
312 bool low_latency = false; iwl_mld_low_latency_restart() local
[all...]
H A Dlow_latency.h59 bool low_latency,
H A DMakefile7 iwlmld-y += low_latency.o mlo.o ptp.o time_sync.o ftm-initiator.o
H A Dscan.c141 bool low_latency) in iwl_mld_get_respect_p2p_go() argument
148 if (!low_latency) in iwl_mld_get_respect_p2p_go()
746 bool low_latency) in iwl_mld_scan_use_ebs() argument
761 (!low_latency || fw_has_api(capa, IWL_UCODE_TLV_API_FRAG_EBS)) && in iwl_mld_scan_use_ebs()
769 bool low_latency) in iwl_mld_scan_cmd_set_chan_flags() argument
775 if (iwl_mld_scan_use_ebs(mld, vif, low_latency)) in iwl_mld_scan_cmd_set_chan_flags()
1095 bool low_latency, in iwl_mld_scan_cmd_set_chan_params() argument
1116 low_latency); in iwl_mld_scan_cmd_set_chan_params()
1153 bool low_latency) in iwl_mld_scan_build_cmd() argument
1184 low_latency, scan_statu in iwl_mld_scan_build_cmd()
[all...]
H A Dmld.h33 #include "low_latency.h"
184 * @low_latency: low-latency manager.
284 struct iwl_mld_low_latency low_latency; member
H A Ddebugfs.c683 VIF_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 45);
976 VIF_DEBUGFS_ADD_FILE(low_latency, mld_vif_dbgfs, 0600); in iwl_mld_add_vif_debugfs()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c553 bool low_latency, u16 mac_id) in iwl_mvm_send_low_latency_cmd() argument
563 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
575 bool low_latency, in iwl_mvm_update_low_latency() argument
585 iwl_mvm_vif_set_low_latency(mvmvif, low_latency, cause); in iwl_mvm_update_low_latency()
587 low_latency = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency()
589 if (low_latency == prev) in iwl_mvm_update_low_latency()
592 iwl_mvm_send_low_latency_cmd(mvm, low_latency, mvmvif->id); in iwl_mvm_update_low_latency()
829 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local
834 low_latency in iwl_mvm_tcm_iter()
981 bool low_latency = false; iwl_mvm_calc_tcm_stats() local
1133 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()
137 if (data.low_latency[i]) { in iwl_mvm_update_quotas()
191 data.low_latency[i]) in iwl_mvm_update_quotas()
H A Ddebugfs-vif.c571 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC), in iwl_dbgfs_low_latency_read()
572 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS), in iwl_dbgfs_low_latency_read()
573 !!(mvmvif->low_latency & LOW_LATENCY_VCMD), in iwl_dbgfs_low_latency_read()
574 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE), in iwl_dbgfs_low_latency_read()
575 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
577 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE), in iwl_dbgfs_low_latency_read()
910 MVM_DEBUGFS_ADD_FILE_VIF(low_latency, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
H A Dmvm.h243 * in low_latency.
427 * @low_latency: bit flags for low latency
430 * as a result from low_latency bit flags and takes force into account.
512 u8 low_latency: 6; member
779 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
2379 bool low_latency,
2384 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
2410 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
2412 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
2418 if (mvmvif->low_latency in iwl_mvm_vif_set_low_latency()
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dbinding.h103 * @low_latency: low latency status, &enum iwl_quota_low_latency
109 __le32 low_latency; member
/linux/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()
/linux/sound/soc/intel/catpt/
H A Dmessages.c269 bool low_latency; member
283 input.low_latency = ll; in catpt_ipc_set_write_pos()
/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()
/linux/block/
H A Dbfq-iosched.c1164 if (bfqd->low_latency) { in bfq_bfqq_resume_state()
1871 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()
1908 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()
2316 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()
2356 if (bfqd->low_latency && in bfq_add_request()
3066 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()
4369 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()
4372 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()
7322 bfqd->low_latency = true; in bfq_init_queue()
7435 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
[all …]
H A Dbfq-iosched.h765 bool low_latency; member
/linux/drivers/media/platform/amphion/
H A Dvpu_malone.c29 static bool low_latency; variable
30 module_param(low_latency, bool, 0644);
31 MODULE_PARM_DESC(low_latency, "Set low latency frame flush mode: 0 (disable) or 1 (enable)");
1599 if ((disp_imm || low_latency) && !vpu_vb_is_codecconfig(vbuf)) { in vpu_malone_input_frame_data()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2557 low_latency = 1, enumerator
2597 retval = low_latency; in e1000_update_itr()
2599 case low_latency: /* 50 usec aka 20000 ints/s */ in e1000_update_itr()
2616 retval = low_latency; in e1000_update_itr()
2618 retval = low_latency; in e1000_update_itr()
2647 adapter->tx_itr = low_latency; in e1000_set_itr()
2654 adapter->rx_itr = low_latency; in e1000_set_itr()
2663 case low_latency: in e1000_set_itr()
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h482 low_latency = 1, enumerator
/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?
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1399 low_latency = 1, enumerator
1444 itr_setting = low_latency; in ixgbevf_update_itr()
1446 case low_latency: in ixgbevf_update_itr()
1454 itr_setting = low_latency; in ixgbevf_update_itr()
1481 case low_latency: in ixgbevf_set_itr()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c74 low_latency = 1, enumerator
4485 itrval = low_latency; in igc_update_itr()
4487 case low_latency: /* 50 usec aka 20000 ints/s */ in igc_update_itr()
4505 itrval = low_latency; in igc_update_itr()
4507 itrval = low_latency; in igc_update_itr()
4546 current_itr = low_latency; in igc_set_itr()
4553 case low_latency: in igc_set_itr()
/linux/include/linux/
H A Dhyperv.h943 bool low_latency; member

12