Searched refs:etherhdr (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | xmit_linux.c | 68 struct ethhdr etherhdr; in r8712_set_qos() local 73 _r8712_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_set_qos()
|
| D | rtl871x_xmit.c | 181 struct ethhdr etherhdr; in r8712_update_attrib() local 193 _r8712_pktfile_read(&pktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_update_attrib() 195 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib() 211 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in r8712_update_attrib() 212 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in r8712_update_attrib()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_xmit.c | 657 struct ethhdr etherhdr; in set_qos() local 663 _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in set_qos() 681 struct ethhdr etherhdr; in update_attrib() local 692 i = _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); in update_attrib() 694 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib() 697 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib() 698 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_xmit.c | 396 struct ethhdr etherhdr; in update_attrib() local 405 skb_copy_bits(pkt, 0, ðerhdr, ETH_HLEN); in update_attrib() 407 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib() 409 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib() 410 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|