Home
last modified time | relevance | path

Searched refs:veh (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c589 struct vlan_ethhdr *veh = NULL; in dp_tx_mlo_mcast_multipass_lookup() local
597 veh = (struct vlan_ethhdr *)eh; in dp_tx_mlo_mcast_multipass_lookup()
598 vlan_id = (ntohs(veh->h_vlan_TCI) & VLAN_VID_MASK); in dp_tx_mlo_mcast_multipass_lookup()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c7938 struct vlan_ethhdr *veh = NULL; local
7946 veh = (struct vlan_ethhdr *)eh;
7947 *vlan_id = (ntohs(veh->h_vlan_TCI) & VLAN_VID_MASK);
H A Ddp_main.c14814 struct vlan_ethhdr *veh = (struct vlan_ethhdr *)nbuf->data; in dp_tx_remove_vlan_tag() local
14825 qdf_mem_copy(&veth_hdr, veh, sizeof(veth_hdr)); in dp_tx_remove_vlan_tag()
14827 veh = (struct vlan_ethhdr *)nbuf->data; in dp_tx_remove_vlan_tag()
14828 qdf_mem_copy(veh, &veth_hdr, 2 * QDF_MAC_ADDR_SIZE); in dp_tx_remove_vlan_tag()