Searched refs:etherhdr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | xmit_linux.c | 82 struct ethhdr etherhdr; in r8712_set_qos() local 87 _r8712_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_set_qos()
|
D | rtl871x_xmit.c | 189 struct ethhdr etherhdr; in r8712_update_attrib() local 201 _r8712_pktfile_read(&pktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_update_attrib() 203 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib() 217 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in r8712_update_attrib() 218 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in r8712_update_attrib()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 406 struct ethhdr etherhdr; in set_qos() local 411 _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in set_qos() 433 struct ethhdr etherhdr; in update_attrib() local 444 _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); in update_attrib() 446 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib() 448 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib() 449 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|