Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_ether.h73 struct ethhdr eth_II; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c1944 if (eth_hdr->eth_II.h_proto == htons(ETH_P_IP)) { in hdd_wmm_get_user_priority_from_ip_tos()
1946 ip_hdr = (struct iphdr *)&pkt[sizeof(eth_hdr->eth_II)]; in hdd_wmm_get_user_priority_from_ip_tos()
1952 } else if (eth_hdr->eth_II.h_proto == htons(ETH_P_IPV6)) { in hdd_wmm_get_user_priority_from_ip_tos()
1958 } else if ((ntohs(eth_hdr->eth_II.h_proto) < WLAN_MIN_PROTO) && in hdd_wmm_get_user_priority_from_ip_tos()
1969 } else if (eth_hdr->eth_II.h_proto == htons(ETH_P_8021Q)) { in hdd_wmm_get_user_priority_from_ip_tos()
2015 if (eth_hdr->eth_II.h_proto == in hdd_wmm_get_user_priority_from_ip_tos()