Home
last modified time | relevance | path

Searched refs:ethernet_hdr_t (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_encap.c141 struct ethernet_hdr_t *eth_hdr; in ol_tx_encap_from_8023()
159 eth_hdr = (struct ethernet_hdr_t *)qdf_nbuf_data(msdu); in ol_tx_encap_from_8023()
160 hdsize = sizeof(struct ethernet_hdr_t); in ol_tx_encap_from_8023()
283 struct ethernet_hdr_t *ethr_hdr) in ol_rx_decap_to_native_wifi()
345 struct ethernet_hdr_t *ethr_hdr) in ol_rx_decap_to_8023()
391 ethr_hdr = (struct ethernet_hdr_t *)local_buf; in ol_rx_decap_to_8023()
427 ether_type = qdf_nbuf_len(msdu) - sizeof(struct ethernet_hdr_t); in ol_rx_decap_to_8023()
441 struct ethernet_hdr_t *ether_hdr = (struct ethernet_hdr_t *)localbuf; in ol_rx_decap_subfrm_amsdu()
H A Dol_tx_classify.c195 l3_data_ptr = datap + sizeof(struct ethernet_hdr_t); in ol_tx_set_ether_type()
810 struct ethernet_hdr_t *eh; in ol_tx_classify_extension()
812 eh = (struct ethernet_hdr_t *)datap; in ol_tx_classify_extension()
H A Dol_txrx_legacy_flow_control.c352 eth_type = (((struct ethernet_hdr_t *) in ol_tx_ll_queue()
355 (((struct ethernet_hdr_t *) in ol_tx_ll_queue()
H A Dol_rx_defrag.c1341 struct ethernet_hdr_t *eth_hdr; in ol_rx_defrag_nwifi_to_8023()
1365 sizeof(struct ethernet_hdr_t))); in ol_rx_defrag_nwifi_to_8023()
1366 eth_hdr = (struct ethernet_hdr_t *)(qdf_nbuf_data(msdu)); in ol_rx_defrag_nwifi_to_8023()
H A Dol_txrx_internal.h402 struct ethernet_hdr_t *enet_hdr = in ol_txrx_frms_dump()
403 (struct ethernet_hdr_t *)p; in ol_txrx_frms_dump()
H A Dol_tx_send.c1672 struct ethernet_hdr_t *enet_hdr; in ol_tx_delay_tid_from_l3_hdr()
1674 enet_hdr = (struct ethernet_hdr_t *)qdf_nbuf_data(msdu); in ol_tx_delay_tid_from_l3_hdr()
1675 l2_hdr_size = sizeof(struct ethernet_hdr_t); in ol_tx_delay_tid_from_l3_hdr()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c357 struct ethernet_hdr_t *eth_hdr; in pkt_capture_rx_convert8023to80211()
371 eth_hdr = (struct ethernet_hdr_t *)qdf_nbuf_data(msdu); in pkt_capture_rx_convert8023to80211()
372 hdsize = sizeof(struct ethernet_hdr_t); in pkt_capture_rx_convert8023to80211()
460 struct ethernet_hdr_t *eth_hdr; in pkt_capture_rx_convert8023to80211()
475 eth_hdr = (struct ethernet_hdr_t *)qdf_nbuf_data(msdu); in pkt_capture_rx_convert8023to80211()
476 hdsize = sizeof(struct ethernet_hdr_t); in pkt_capture_rx_convert8023to80211()
915 struct ethernet_hdr_t *eth_hdr; in pkt_capture_rx_data_cb()
969 eth_hdr = (struct ethernet_hdr_t *)qdf_nbuf_data(msdu); in pkt_capture_rx_data_cb()
1044 struct ethernet_hdr_t *eth_hdr; in pkt_capture_rx_data_cb()
1075 eth_hdr = (struct ethernet_hdr_t *)qdf_nbuf_data(msdu); in pkt_capture_rx_data_cb()
[all …]
/wlan-driver/fw-api/fw/
H A Denet.h41 struct ethernet_hdr_t { struct
47 #define ETHERNET_HDR_LEN (sizeof(struct ethernet_hdr_t)) argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c1013 struct ethernet_hdr_t *eth_hdr; in dp_rx_defrag_nwifi_to_8023()
1045 sizeof(struct ethernet_hdr_t))); in dp_rx_defrag_nwifi_to_8023()
1047 eth_hdr = (struct ethernet_hdr_t *)(qdf_nbuf_data(nbuf)); in dp_rx_defrag_nwifi_to_8023()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2158 struct ethernet_hdr_t *ethr_hdr; in wma_decap_to_8023()
2188 ethr_hdr = (struct ethernet_hdr_t *)local_buf; in wma_decap_to_8023()
2223 ether_type = qdf_nbuf_len(msdu) - sizeof(struct ethernet_hdr_t); in wma_decap_to_8023()