Searched refs:etherhdr (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/rtl8712/ |
| A D | xmit_linux.c | 67 struct ethhdr etherhdr; in r8712_set_qos() local 72 _r8712_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_set_qos()
|
| A D | rtl871x_xmit.c | 180 struct ethhdr etherhdr; in r8712_update_attrib() local 192 _r8712_pktfile_read(&pktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_update_attrib() 194 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib() 210 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in r8712_update_attrib() 211 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in r8712_update_attrib()
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_xmit.c | 384 struct ethhdr etherhdr; in set_qos() local 389 _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in set_qos() 411 struct ethhdr etherhdr; in update_attrib() local 423 _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); in update_attrib() 425 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib() 427 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib() 428 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 605 struct ethhdr etherhdr; in set_qos() local 610 _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in set_qos() 626 struct ethhdr etherhdr; in update_attrib() local 635 _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); in update_attrib() 637 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib() 639 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib() 640 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|
Completed in 13 milliseconds