Home
last modified time | relevance | path

Searched refs:iv_vlan_map (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c653 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()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c14779 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()
Ddp_types.h4204 uint16_t *iv_vlan_map; member
Ddp_tx.c8061 group_key = vdev->iv_vlan_map[vlan_id];