Home
last modified time | relevance | path

Searched refs:llc_hdr (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_encap.c140 struct llc_snap_hdr_t *llc_hdr; in ol_tx_encap_from_8023() local
228 llc_hdr = (struct llc_snap_hdr_t *)(localbuf + new_hdsize); in ol_tx_encap_from_8023()
232 qdf_mem_copy(llc_hdr, in ol_tx_encap_from_8023()
238 llc_hdr->org_code[2] = BTEP_SNAP_ORGCODE_2; in ol_tx_encap_from_8023()
241 llc_hdr->ethertype[0] = eth_hdr->ethertype[0]; in ol_tx_encap_from_8023()
242 llc_hdr->ethertype[1] = eth_hdr->ethertype[1]; in ol_tx_encap_from_8023()
347 struct llc_snap_hdr_t *llc_hdr; in ol_rx_decap_to_8023() local
360 llc_hdr = (struct llc_snap_hdr_t *)buf; in ol_rx_decap_to_8023()
361 ether_type = (llc_hdr->ethertype[0] << 8) | llc_hdr->ethertype[1]; in ol_rx_decap_to_8023()
364 if (IS_SNAP(llc_hdr)) { in ol_rx_decap_to_8023()
[all …]
Dol_txrx_internal.h413 struct llc_snap_hdr_t *llc_hdr; in ol_txrx_frms_dump() local
415 llc_hdr = (struct llc_snap_hdr_t *) in ol_txrx_frms_dump()
418 ethtype = (llc_hdr->ethertype[0] << 8) | in ol_txrx_frms_dump()
419 llc_hdr->ethertype[1]; in ol_txrx_frms_dump()
422 struct llc_snap_hdr_t *llc_hdr; in ol_txrx_frms_dump() local
426 llc_hdr = (struct llc_snap_hdr_t *) in ol_txrx_frms_dump()
429 ethtype = (llc_hdr->ethertype[0] << 8) | in ol_txrx_frms_dump()
430 llc_hdr->ethertype[1]; in ol_txrx_frms_dump()
Dol_tx_send.c1679 struct llc_snap_hdr_t *llc_hdr; in ol_tx_delay_tid_from_l3_hdr() local
1681 llc_hdr = (struct llc_snap_hdr_t *) in ol_tx_delay_tid_from_l3_hdr()
1685 (llc_hdr->ethertype[0] << 8) | llc_hdr-> in ol_tx_delay_tid_from_l3_hdr()
1689 struct llc_snap_hdr_t *llc_hdr; in ol_tx_delay_tid_from_l3_hdr() local
1692 llc_hdr = (struct llc_snap_hdr_t *)(qdf_nbuf_data(msdu) in ol_tx_delay_tid_from_l3_hdr()
1696 (llc_hdr->ethertype[0] << 8) | llc_hdr->ethertype[1]; in ol_tx_delay_tid_from_l3_hdr()
Dol_tx_classify.c206 struct llc_snap_hdr_t *llc_hdr = in ol_tx_set_ether_type() local
208 typeorlength = (llc_hdr->ethertype[0] << 8) | in ol_tx_set_ether_type()
209 llc_hdr->ethertype[1]; in ol_tx_set_ether_type()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c358 struct llc_snap_hdr_t *llc_hdr; in pkt_capture_rx_convert8023to80211() local
425 llc_hdr = (struct llc_snap_hdr_t *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211()
429 qdf_mem_copy(llc_hdr, in pkt_capture_rx_convert8023to80211()
435 llc_hdr->org_code[2] = in pkt_capture_rx_convert8023to80211()
439 llc_hdr->ethertype[0] = eth_hdr->ethertype[0]; in pkt_capture_rx_convert8023to80211()
440 llc_hdr->ethertype[1] = eth_hdr->ethertype[1]; in pkt_capture_rx_convert8023to80211()
461 struct llc_snap_hdr_t *llc_hdr; in pkt_capture_rx_convert8023to80211() local
517 llc_hdr = (struct llc_snap_hdr_t *)(localbuf + new_hdsize); in pkt_capture_rx_convert8023to80211()
521 qdf_mem_copy(llc_hdr, in pkt_capture_rx_convert8023to80211()
527 llc_hdr->org_code[2] = in pkt_capture_rx_convert8023to80211()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c2152 struct llc_snap_hdr_t *llc_hdr; in wma_decap_to_8023() local
2161 llc_hdr = (struct llc_snap_hdr_t *)buf; in wma_decap_to_8023()
2162 ether_type = (llc_hdr->ethertype[0] << 8) | llc_hdr->ethertype[1]; in wma_decap_to_8023()
2165 if (IS_SNAP(llc_hdr)) { in wma_decap_to_8023()
2166 if (IS_BTEP(llc_hdr)) { in wma_decap_to_8023()
2169 llc_hdr = NULL; in wma_decap_to_8023()
2170 } else if (IS_RFC1042(llc_hdr)) { in wma_decap_to_8023()
2175 llc_hdr = NULL; in wma_decap_to_8023()
2216 if (!llc_hdr) { in wma_decap_to_8023()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cm_connect.c2113 struct llc_snap_hdr_t *llc_hdr; in hdd_update_hlp_info() local
2145 llc_hdr = (struct llc_snap_hdr_t *)hlp_data; in hdd_update_hlp_info()
2146 if (IS_SNAP(llc_hdr)) { in hdd_update_hlp_info()