Home
last modified time | relevance | path

Searched refs:peth_hdr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_rx.c493 EthII_Hdr_t *peth_hdr; in wlan_process_rx_packet() local
555 peth_hdr = in wlan_process_rx_packet()
563 memcpy_ext(pmadapter, peth_hdr->src_addr, in wlan_process_rx_packet()
565 sizeof(peth_hdr->src_addr), in wlan_process_rx_packet()
566 sizeof(peth_hdr->src_addr)); in wlan_process_rx_packet()
567 memcpy_ext(pmadapter, peth_hdr->dest_addr, in wlan_process_rx_packet()
569 sizeof(peth_hdr->dest_addr), in wlan_process_rx_packet()
570 sizeof(peth_hdr->dest_addr)); in wlan_process_rx_packet()
575 hdr_chop = (t_u32)((t_ptr)peth_hdr - (t_ptr)prx_pd); in wlan_process_rx_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_rx.c300 EthII_Hdr_t *peth_hdr; in wlan_process_rx_packet() local
363 peth_hdr = (EthII_Hdr_t *) in wlan_process_rx_packet()
371 memcpy(pmadapter, peth_hdr->src_addr, in wlan_process_rx_packet()
373 sizeof(peth_hdr->src_addr)); in wlan_process_rx_packet()
374 memcpy(pmadapter, peth_hdr->dest_addr, in wlan_process_rx_packet()
376 sizeof(peth_hdr->dest_addr)); in wlan_process_rx_packet()
381 hdr_chop = (t_u32)((t_ptr)peth_hdr - (t_ptr)prx_pd); in wlan_process_rx_packet()