Searched refs:ethernet_hdr_t (Results 1 – 10 of 10) sorted by relevance
141 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()
195 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()
352 eth_type = (((struct ethernet_hdr_t *) in ol_tx_ll_queue()355 (((struct ethernet_hdr_t *) in ol_tx_ll_queue()
1341 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()
402 struct ethernet_hdr_t *enet_hdr = in ol_txrx_frms_dump()403 (struct ethernet_hdr_t *)p; in ol_txrx_frms_dump()
1672 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()
357 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 …]
41 struct ethernet_hdr_t { struct47 #define ETHERNET_HDR_LEN (sizeof(struct ethernet_hdr_t)) argument
1013 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()
2158 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()