Searched refs:vdev_mc_list_req (Results 1 – 2 of 2) sorted by relevance
43 op_list = &temp_ctx->vdev_mc_list_req; in pmo_core_fill_mc_list()100 qdf_mem_zero(&vdev_ctx->vdev_mc_list_req, in pmo_core_flush_mc_addr_list_from_vdev_priv()101 sizeof(vdev_ctx->vdev_mc_list_req)); in pmo_core_flush_mc_addr_list_from_vdev_priv()185 if (!vdev_ctx->vdev_mc_list_req.mc_cnt) { in pmo_core_do_enable_mc_addr_list()191 qdf_mem_copy(op_mc_list_req, &vdev_ctx->vdev_mc_list_req, in pmo_core_do_enable_mc_addr_list()203 vdev_ctx->vdev_mc_list_req.is_filter_applied = true; in pmo_core_do_enable_mc_addr_list()219 if (!vdev_ctx->vdev_mc_list_req.is_filter_applied) { in pmo_core_do_disable_mc_addr_list()225 qdf_mem_copy(op_mc_list_req, &vdev_ctx->vdev_mc_list_req, in pmo_core_do_disable_mc_addr_list()237 vdev_ctx->vdev_mc_list_req.is_filter_applied = false; in pmo_core_do_disable_mc_addr_list()264 mc_cnt = vdev_ctx->vdev_mc_list_req.mc_cnt; in pmo_core_get_mc_addr_list_count()[all …]
133 struct pmo_mc_addr_list vdev_mc_list_req; member