Home
last modified time | relevance | path

Searched refs:vdevs (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/components/dsc/src/
H A Dwlan_dsc_psoc.c49 qdf_list_create(&psoc->vdevs, 0); in __dsc_psoc_create()
85 dsc_assert(qdf_list_empty(&psoc->vdevs)); in __dsc_psoc_destroy()
99 qdf_list_destroy(&psoc->vdevs); in __dsc_psoc_destroy()
H A D__wlan_dsc.h165 qdf_list_t vdevs; member
190 qdf_list_for_each(&(psoc_ptr)->vdevs, vdev_cursor, node)
H A Dwlan_dsc_vdev.c55 qdf_list_insert_back(&psoc->vdevs, &vdev->node); in __dsc_vdev_create()
91 qdf_list_remove_node(&vdev->psoc->vdevs, &vdev->node); in __dsc_vdev_destroy()
/wlan-driver/qcacld-3.0/configs/
H A Dqcn7605_defconfig3 # Number of vdevs supported at one time, used for allocating memory
H A Dgenoa.common208 # Number of vdevs supported at one time, used for allocating memory
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h92 QDF_FLEX_ARRAY(struct app_reg_rsp_vdev_info, vdevs);
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c110 qdf_mem_copy(&app_reg_rsp->vdevs, vdevs_info, in wifi_pos_prepare_reg_resp()
113 nl_sign = (uint32_t *)&app_reg_rsp->vdevs[vdev_idx]; in wifi_pos_prepare_reg_resp()
159 qdf_mem_copy(&app_reg_rsp->vdevs, vdevs_info, in wifi_pos_prepare_reg_resp()
/wlan-driver/qcacld-3.0/components/dsc/test/
H A Dwlan_dsc_test.c93 qdf_list_for_each_del(&psoc->vdevs, vdev, next_vdev, node) in __dsc_tree_destroy()