Home
last modified time | relevance | path

Searched refs:chan_quota (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_concurrency_tlv.c172 wmi_resmgr_chan_time_quota chan_quota; in send_set_mcc_channel_time_quota_cmd_tlv() local
216 chan_quota.chan_mhz = chan1_freq; in send_set_mcc_channel_time_quota_cmd_tlv()
217 chan_quota.channel_time_quota = quota_chan1; in send_set_mcc_channel_time_quota_cmd_tlv()
218 qdf_mem_copy(buf_ptr, &chan_quota, sizeof(chan_quota)); in send_set_mcc_channel_time_quota_cmd_tlv()
220 buf_ptr += sizeof(chan_quota); in send_set_mcc_channel_time_quota_cmd_tlv()
221 chan_quota.chan_mhz = chan2_freq; in send_set_mcc_channel_time_quota_cmd_tlv()
222 chan_quota.channel_time_quota = quota_chan2; in send_set_mcc_channel_time_quota_cmd_tlv()
223 qdf_mem_copy(buf_ptr, &chan_quota, sizeof(chan_quota)); in send_set_mcc_channel_time_quota_cmd_tlv()
296 if (!param_tlvs->chan_quota) { in extract_mcc_quota_ev_param_tlv()
306 wmi_mcc_quota_info = param_tlvs->chan_quota; in extract_mcc_quota_ev_param_tlv()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_mcc_quota.c441 quota_info->chan_quota[idx].chan_mhz)) { in wlan_cfg80211_indicate_mcc_quota()
449 quota_info->chan_quota[idx].channel_time_quota)) { in wlan_cfg80211_indicate_mcc_quota()
457 vdev_id, idx, quota_info->chan_quota[idx].chan_mhz, in wlan_cfg80211_indicate_mcc_quota()
458 quota_info->chan_quota[idx].channel_time_quota); in wlan_cfg80211_indicate_mcc_quota()
/wlan-driver/qcacld-3.0/components/p2p/dispatcher/inc/
H A Dwlan_p2p_mcc_quota_public_struct.h72 struct channel_quota chan_quota[MAX_MCC_QUOTA_CH_NUM]; member
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h7509 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_resmgr_chan_time_quota_tlv, chan_quota, WMI…