Searched refs:llc_hdr (Results 1 – 7 of 7) sorted by relevance
140 struct llc_snap_hdr_t *llc_hdr; in ol_tx_encap_from_8023() local228 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() local360 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 …]
413 struct llc_snap_hdr_t *llc_hdr; in ol_txrx_frms_dump() local415 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() local426 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()
1679 struct llc_snap_hdr_t *llc_hdr; in ol_tx_delay_tid_from_l3_hdr() local1681 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() local1692 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()
206 struct llc_snap_hdr_t *llc_hdr = in ol_tx_set_ether_type() local208 typeorlength = (llc_hdr->ethertype[0] << 8) | in ol_tx_set_ether_type()209 llc_hdr->ethertype[1]; in ol_tx_set_ether_type()
358 struct llc_snap_hdr_t *llc_hdr; in pkt_capture_rx_convert8023to80211() local425 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() local517 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 …]
2152 struct llc_snap_hdr_t *llc_hdr; in wma_decap_to_8023() local2161 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()
2113 struct llc_snap_hdr_t *llc_hdr; in hdd_update_hlp_info() local2145 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()