Home
last modified time | relevance | path

Searched refs:n_active (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/mld/
A Dmlo.h61 int n_active = 0; in iwl_mld_count_active_links() local
65 n_active++; in iwl_mld_count_active_links()
68 return n_active; in iwl_mld_count_active_links()
A Dmac80211.c983 unsigned int n_active = iwl_mld_count_active_links(mld, vif); in iwl_mld_assign_vif_chanctx() local
993 n_active++; in iwl_mld_assign_vif_chanctx()
1015 if (n_active > 1) { in iwl_mld_assign_vif_chanctx()
1084 unsigned int n_active = iwl_mld_count_active_links(mld, vif); in iwl_mld_unassign_vif_chanctx() local
1098 if (n_active > 1) { in iwl_mld_unassign_vif_chanctx()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dmld-mac80211.c189 unsigned int n_active = 0; in iwl_mvm_mld_count_active_links() local
194 n_active++; in iwl_mvm_mld_count_active_links()
197 return n_active; in iwl_mvm_mld_count_active_links()
249 unsigned int n_active = iwl_mvm_mld_count_active_links(mvmvif); in __iwl_mvm_mld_assign_vif_chanctx() local
258 n_active++; in __iwl_mvm_mld_assign_vif_chanctx()
274 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) { in __iwl_mvm_mld_assign_vif_chanctx()
419 unsigned int n_active = iwl_mvm_mld_count_active_links(mvmvif); in __iwl_mvm_mld_unassign_vif_chanctx() local
441 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) { in __iwl_mvm_mld_unassign_vif_chanctx()
/drivers/scsi/csiostor/
A Dcsio_scsi.c726 CSIO_INC_STATS(scsim, n_active); in csio_scsis_uninit()
781 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active()
834 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active()
957 CSIO_DEC_STATS(scm, n_active); in csio_scsis_aborting()
964 CSIO_DEC_STATS(scm, n_active); in csio_scsis_aborting()
1028 CSIO_DEC_STATS(scm, n_active); in csio_scsis_closing()
1038 CSIO_DEC_STATS(scm, n_active); in csio_scsis_closing()
1828 scsim->stats.n_active); in csio_queuecommand()
2115 scsim->stats.n_active); in csio_eh_lun_reset_handler()
A Dcsio_scsi.h135 uint32_t n_active; /* No. of IOs in active_q */ member
A Dcsio_hw.h220 uint32_t n_active; /* Count of active_q */ member
A Dcsio_lnode.c1466 mgmtm->stats.n_active--; in csio_ln_mgmt_wr_handler()
1824 mgmtm->stats.n_active++; in csio_ln_mgmt_submit_req()
A Dcsio_hw.c4164 mgmtm->stats.n_active--; in csio_mgmtm_cleanup()
/drivers/net/wireless/intel/iwlwifi/dvm/
A Dscan.c361 int n_active = 0; in iwl_limit_dwell() local
394 limits[n_active++] = ctx->beacon_int ?: IWL_PASSIVE_DWELL_BASE; in iwl_limit_dwell()
397 switch (n_active) { in iwl_limit_dwell()
407 limit /= n_active; in iwl_limit_dwell()
/drivers/powercap/
A Dintel_rapl_common.c1660 if (++data->n_active == 1) in __rapl_pmu_event_start()
1723 WARN_ON_ONCE(data->n_active <= 0); in rapl_pmu_event_stop()
1724 if (--data->n_active == 0) in rapl_pmu_event_stop()
1846 if (!data->n_active) in rapl_hrtimer_handle()
/drivers/net/wireless/ath/ath9k/
A Dchannel.c248 u8 n_active = 0; in ath_chanctx_check_active() local
294 n_active++; in ath_chanctx_check_active()
299 if (n_active <= 1) { in ath_chanctx_check_active()

Completed in 39 milliseconds