Searched refs:iv_vlan_map (Results 1 – 4 of 4) sorted by relevance
653 if (!ptnr_vdev->iv_vlan_map) in dp_tx_mlo_mcast_multipass_send()655 group_key = ptnr_vdev->iv_vlan_map[ptr->vlan_id]; in dp_tx_mlo_mcast_multipass_send()
14779 if (!vdev->iv_vlan_map) { in dp_set_vlan_groupkey()14782 vdev->iv_vlan_map = (uint16_t *)qdf_mem_malloc(vlan_map_size); in dp_set_vlan_groupkey()14783 if (!vdev->iv_vlan_map) { in dp_set_vlan_groupkey()14793 qdf_mem_zero(vdev->iv_vlan_map, vlan_map_size); in dp_set_vlan_groupkey()14803 vdev->iv_vlan_map[vlan_id] = group_key; in dp_set_vlan_groupkey()14840 if (vdev->iv_vlan_map) { in dp_tx_vdev_multipass_deinit()14841 qdf_mem_free(vdev->iv_vlan_map); in dp_tx_vdev_multipass_deinit()14842 vdev->iv_vlan_map = NULL; in dp_tx_vdev_multipass_deinit()
4204 uint16_t *iv_vlan_map; member
8061 group_key = vdev->iv_vlan_map[vlan_id];