Home
last modified time | relevance | path

Searched refs:peer_vlan_config_mask (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_vdev_tlv.c482 WMI_VLAN_TX_SET(cmd->peer_vlan_config_mask, cfg->tx_cmd); in set_peer_tx_vlan_config()
485 WMI_TX_INSERT_OR_STRIP_SET(cmd->peer_vlan_config_mask, in set_peer_tx_vlan_config()
490 WMI_TX_STRIP_INSERT_VLAN_INNER_SET(cmd->peer_vlan_config_mask, in set_peer_tx_vlan_config()
499 WMI_TX_STRIP_INSERT_VLAN_OUTER_SET(cmd->peer_vlan_config_mask, in set_peer_tx_vlan_config()
517 WMI_VLAN_RX_SET(cmd->peer_vlan_config_mask, param->rx_cmd); in wmi_set_peer_vlan_config()
520 WMI_RX_STRIP_VLAN_C_TAG_SET(cmd->peer_vlan_config_mask, in wmi_set_peer_vlan_config()
524 WMI_RX_STRIP_VLAN_S_TAG_SET(cmd->peer_vlan_config_mask, in wmi_set_peer_vlan_config()
528 WMI_RX_INSERT_VLAN_C_TAG_SET(cmd->peer_vlan_config_mask, in wmi_set_peer_vlan_config()
532 WMI_RX_INSERT_VLAN_S_TAG_SET(cmd->peer_vlan_config_mask, in wmi_set_peer_vlan_config()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h45070 A_UINT32 peer_vlan_config_mask; member