Home
last modified time | relevance | path

Searched refs:vdev_map (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_vdev_tlv.c124 uint32_t vdev_map; in extract_tbttoffset_num_vdevs_tlv() local
132 vdev_map = tbtt_offset_event->vdev_map; in extract_tbttoffset_num_vdevs_tlv()
133 *num_vdevs = wmi_vdev_map_to_num_vdevs(vdev_map); in extract_tbttoffset_num_vdevs_tlv()
347 uint32_t vdev_map; in extract_tbttoffset_update_params_tlv() local
356 vdev_map = tbtt_offset_event->vdev_map; in extract_tbttoffset_update_params_tlv()
357 tbtt_param->vdev_id = wmi_vdev_map_to_vdev_id(vdev_map, idx); in extract_tbttoffset_update_params_tlv()
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c286 uint32_t vdev_map; in wma_beacon_swba_handler() local
296 vdev_map = swba_event->vdev_map; in wma_beacon_swba_handler()
298 wma_debug("vdev_map = %d", vdev_map); in wma_beacon_swba_handler()
299 for (; vdev_map && vdev_id < wma->max_bssid; in wma_beacon_swba_handler()
300 vdev_id++, vdev_map >>= 1) { in wma_beacon_swba_handler()
301 if (!(vdev_map & 0x1)) in wma_beacon_swba_handler()
2361 uint32_t if_id = 0, vdev_map; in wma_tbttoffset_update_event_handler() local
2374 vdev_map = tbtt_offset_event->vdev_map; in wma_tbttoffset_update_event_handler()
2381 for (; (if_id < wma->max_bssid && vdev_map); vdev_map >>= 1, if_id++) { in wma_tbttoffset_update_event_handler()
2385 if (!(vdev_map & 0x1)) in wma_tbttoffset_update_event_handler()
Dwma_data.c1536 A_UINT32 vdev_map; in wma_mcc_vdev_tx_pause_evt_handler() local
1554 vdev_map = wmi_event->vdev_map; in wma_mcc_vdev_tx_pause_evt_handler()
1559 for (vdev_id = 0; vdev_map != 0 && vdev_id < wma->max_bssid; in wma_mcc_vdev_tx_pause_evt_handler()
1561 if (!(vdev_map & 0x1)) { in wma_mcc_vdev_tx_pause_evt_handler()
1567 vdev_map >>= 1; in wma_mcc_vdev_tx_pause_evt_handler()
1581 vdev_map >>= 1; in wma_mcc_vdev_tx_pause_evt_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_priv.h3966 static inline uint32_t wmi_vdev_map_to_vdev_id(uint32_t vdev_map, in wmi_vdev_map_to_vdev_id() argument
3971 while (vdev_map) { in wmi_vdev_map_to_vdev_id()
3972 vdev_set += (vdev_map & 0x1); in wmi_vdev_map_to_vdev_id()
3977 vdev_map >>= 1; in wmi_vdev_map_to_vdev_id()
3991 static inline uint32_t wmi_vdev_map_to_num_vdevs(uint32_t vdev_map) in wmi_vdev_map_to_num_vdevs() argument
3995 while (vdev_map) { in wmi_vdev_map_to_num_vdevs()
3996 num_vdevs += (vdev_map & 0x1); in wmi_vdev_map_to_num_vdevs()
3997 vdev_map >>= 1; in wmi_vdev_map_to_num_vdevs()
/wlan-driver/fw-api/fw/
Dwmi_unified.h10192 A_UINT32 vdev_map; member
20381 A_UINT32 vdev_map; member
20410 A_UINT32 vdev_map; member