Home
last modified time | relevance | path

Searched refs:etherhdr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8712/
A Dxmit_linux.c67 struct ethhdr etherhdr; in r8712_set_qos() local
72 _r8712_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in r8712_set_qos()
A Drtl871x_xmit.c202 struct ethhdr etherhdr; in r8712_update_attrib() local
214 _r8712_pktfile_read(&pktfile, (unsigned char *)&etherhdr, ETH_HLEN); in r8712_update_attrib()
216 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib()
232 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in r8712_update_attrib()
233 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in r8712_update_attrib()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_xmit.c601 struct ethhdr etherhdr; in set_qos() local
606 _rtw_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in set_qos()
622 struct ethhdr etherhdr; in update_attrib() local
631 _rtw_pktfile_read(&pktfile, (u8 *)&etherhdr, ETH_HLEN); in update_attrib()
633 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()
635 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in update_attrib()
636 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in update_attrib()

Completed in 10 milliseconds