Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dxmit_linux.c80 struct ethhdr etherhdr; in r8712_set_qos() local
85 _r8712_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in r8712_set_qos()
Drtl871x_xmit.c192 struct ethhdr etherhdr; in r8712_update_attrib() local
204 _r8712_pktfile_read(&pktfile, (unsigned char *)&etherhdr, ETH_HLEN); in r8712_update_attrib()
206 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib()
222 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in r8712_update_attrib()
223 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in r8712_update_attrib()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_xmit.c657 struct ethhdr etherhdr; in set_qos() local
663 _rtw_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in set_qos()
681 struct ethhdr etherhdr; in update_attrib() local
692 i = _rtw_pktfile_read(&pktfile, (u8 *)&etherhdr, ETH_HLEN); in update_attrib()
694 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()
697 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in update_attrib()
698 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in update_attrib()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_xmit.c400 struct ethhdr etherhdr; in update_attrib() local
409 skb_copy_bits(pkt, 0, &etherhdr, ETH_HLEN); in update_attrib()
411 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()
413 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in update_attrib()
414 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in update_attrib()