Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_legacy_flow_control.c341 uint16_t eth_type; in ol_tx_ll_queue() local
352 eth_type = (((struct ethernet_hdr_t *) in ol_tx_ll_queue()
357 if (ETHERTYPE_IS_EAPOL_WAPI(eth_type)) { in ol_tx_ll_queue()
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
H A Dwlan_ipa_priv.h189 qdf_be16_t eth_type; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c2366 uint16_t eth_type; in wma_wow_get_pkt_proto_subtype() local
2375 eth_type = *(uint16_t *)(data + QDF_NBUF_TRAC_ETH_TYPE_OFFSET); in wma_wow_get_pkt_proto_subtype()
2376 eth_type = qdf_cpu_to_be16(eth_type); in wma_wow_get_pkt_proto_subtype()
2378 wma_debug("Ether Type: 0x%04x", eth_type); in wma_wow_get_pkt_proto_subtype()
2379 switch (eth_type) { in wma_wow_get_pkt_proto_subtype()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c15533 uint16_t eth_type = htons(ETH_P_IP); in wlan_hdd_add_tx_ptrn() local
15618 eth_type = htons(ETH_P_IP); in wlan_hdd_add_tx_ptrn()
15620 eth_type = htons(nla_get_u16(tb[PARAM_PROTO_TYPE])); in wlan_hdd_add_tx_ptrn()
15622 hdd_debug("packet proto type: %u", eth_type); in wlan_hdd_add_tx_ptrn()
15630 qdf_mem_copy(&add_req->ucPattern[len], &eth_type, 2); in wlan_hdd_add_tx_ptrn()