Searched refs:total_airtime (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c994 u32 total_airtime = 0; local
1019 total_airtime += airtime;
1054 load = iwl_mvm_tcm_load(mvm, total_airtime, elapsed);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c416 u32 total_airtime = 0; local
444 total_airtime += airtime[i];
476 if (!total_airtime)
480 dev->mphy.chan_state->cc_tx += total_airtime;

Completed in 111 milliseconds