Searched refs:eth_type (Results 1 – 4 of 4) sorted by relevance
341 uint16_t eth_type; in ol_tx_ll_queue() local352 eth_type = (((struct ethernet_hdr_t *) in ol_tx_ll_queue()357 if (ETHERTYPE_IS_EAPOL_WAPI(eth_type)) { in ol_tx_ll_queue()
189 qdf_be16_t eth_type; member
2366 uint16_t eth_type; in wma_wow_get_pkt_proto_subtype() local2375 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()
15533 uint16_t eth_type = htons(ETH_P_IP); in wlan_hdd_add_tx_ptrn() local15618 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], ð_type, 2); in wlan_hdd_add_tx_ptrn()