Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c478 if (low_latency) { in iwl_mvm_send_low_latency_cmd()
490 bool low_latency, in iwl_mvm_update_low_latency() argument
504 if (low_latency == prev) in iwl_mvm_update_low_latency()
784 bool low_latency, prev = mvmvif->low_latency & LOW_LATENCY_TRAFFIC; in iwl_mvm_tcm_iter() local
789 low_latency = mvm->tcm.result.low_latency[mvmvif->id]; in iwl_mvm_tcm_iter()
938 bool low_latency = false; in iwl_mvm_calc_tcm_stats() local
982 low_latency |= mvm->tcm.result.low_latency[mac]; in iwl_mvm_calc_tcm_stats()
1015 if (low_latency) in iwl_mvm_calc_tcm_stats()
1091 bool low_latency = false; in iwl_mvm_resume_tcm() local
1105 low_latency = true; in iwl_mvm_resume_tcm()
[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.c540 !!(mvmvif->low_latency & LOW_LATENCY_TRAFFIC), in iwl_dbgfs_low_latency_read()
541 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS), in iwl_dbgfs_low_latency_read()
542 !!(mvmvif->low_latency & LOW_LATENCY_VCMD), in iwl_dbgfs_low_latency_read()
543 !!(mvmvif->low_latency & LOW_LATENCY_VIF_TYPE), in iwl_dbgfs_low_latency_read()
544 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
546 !!(mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE), in iwl_dbgfs_low_latency_read()
702 MVM_DEBUGFS_READ_WRITE_FILE_OPS(low_latency, 10);
739 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() argument
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()
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()
846 bool low_latency; in iwl_mvm_scan_use_ebs() local
851 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_scan_use_ebs()
2873 bool low_latency, in _iwl_mvm_get_respect_p2p_go() argument
2882 if (!low_latency) in _iwl_mvm_get_respect_p2p_go()
[all …]
H A Dmvm.h386 u8 low_latency: 6; member
630 bool low_latency[NUM_MAC_INDEX_DRIVER]; member
2165 bool low_latency,
2170 void iwl_mvm_send_low_latency_cmd(struct iwl_mvm *mvm, bool low_latency,
2196 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
2198 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
2204 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE && in iwl_mvm_vif_set_low_latency()
2212 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
2218 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dbinding.h111 __le32 low_latency; member
/freebsd/sys/dev/ocs_fc/
H A Docs_io.h97 low_latency:1, /**< set if low latency request */ member
H A Docs_scsi.c1147 if (io->low_latency) { in ocs_scsi_io_dispatch()
1562 io->low_latency = (flags & OCS_SCSI_LOW_LATENCY) != 0; in ocs_scsi_xfer_data()
1671 io->low_latency = (flags & OCS_SCSI_LOW_LATENCY) != 0; in ocs_scsi_send_resp()
/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c146 __in boolean_t low_latency) in efx_mcdi_init_evq() argument
189 ev_cut_through = low_latency ? 1 : 0; in efx_mcdi_init_evq()
539 boolean_t low_latency = encp->enc_datapath_cap_evb ? 0 : 1; in ef10_ev_qcreate() local
541 low_latency); in ef10_ev_qcreate()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h3032 uint32_t low_latency; member