Searched refs:dcc_stats (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/components/ocb/core/src/ |
D | wlan_ocb_main.c | 239 struct ocb_dcc_get_stats_response *dcc_stats; in ocb_dcc_stats_response() local 250 dcc_stats = &event->rsp.dcc_stats; in ocb_dcc_stats_response() 254 dcc_stats); in ocb_dcc_stats_response() 314 struct ocb_dcc_get_stats_response *dcc_stats; in ocb_dcc_indication() local 325 dcc_stats = &event->rsp.dcc_stats; in ocb_dcc_indication() 329 cbs->ocb_dcc_stats_event_context, dcc_stats); in ocb_dcc_indication()
|
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/ |
D | wlan_ocb_tgt_api.c | 251 event->rsp.dcc_stats.channel_stats_array = in tgt_ocb_dcc_stats_indicate() 252 (uint8_t *)&event->rsp.dcc_stats + in tgt_ocb_dcc_stats_indicate() 254 event->rsp.dcc_stats.vdev_id = response->vdev_id; in tgt_ocb_dcc_stats_indicate() 255 event->rsp.dcc_stats.num_channels = response->num_channels; in tgt_ocb_dcc_stats_indicate() 256 event->rsp.dcc_stats.channel_stats_array_len = in tgt_ocb_dcc_stats_indicate() 258 qdf_mem_copy(event->rsp.dcc_stats.channel_stats_array, in tgt_ocb_dcc_stats_indicate()
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_ocb_ut.c | 149 .dcc_stats = 78 | (56 << 8) | (345 << 16), 156 .dcc_stats = 78 | (66 << 8) | (245 << 16),
|
/wlan-driver/qcacld-3.0/components/ocb/core/inc/ |
D | wlan_ocb_main.h | 122 struct ocb_dcc_get_stats_response dcc_stats; member
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 31596 A_UINT32 dcc_stats; member 31658 #define WMI_DCC_SENSITIVITY_GET(ptr) WMI_GET_BITS((ptr)->dcc_stats, 0, 8) 31659 #define WMI_DCC_SENSITIVITY_SET(ptr,val) WMI_SET_BITS((ptr)->dcc_stats, 0, 8, val) 31660 #define WMI_CARRIER_SENSE_GET(ptr) WMI_GET_BITS((ptr)->dcc_stats, 8, 8) 31661 #define WMI_CARRIER_SENSE_SET(ptr,val) WMI_SET_BITS((ptr)->dcc_stats, 8, 8, val) 31662 #define WMI_NDL_CHANNEL_LOAD_GET(ptr) WMI_GET_BITS((ptr)->dcc_stats, 16, 11) 31663 #define WMI_NDL_CHANNEL_LOAD_SET(ptr,val) WMI_SET_BITS((ptr)->dcc_stats, 16, 11, val)
|