Searched refs:etherhdr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/rtl8712/ |
H 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()
|
H A D | rtl871x_xmit.c | 205 struct ethhdr etherhdr; in r8712_update_attrib() local 217 _r8712_pktfile_read(&pktfile, (unsigned char *)ðerhdr, ETH_HLEN); in r8712_update_attrib() 219 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib() 235 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in r8712_update_attrib() 236 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in r8712_update_attrib()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_xmit.c | 602 struct ethhdr etherhdr; in set_qos() local 607 _rtw_pktfile_read(ppktfile, (unsigned char *)ðerhdr, ETH_HLEN); in set_qos() 623 struct ethhdr etherhdr; in update_attrib() local 632 _rtw_pktfile_read(&pktfile, (u8 *)ðerhdr, ETH_HLEN); in update_attrib() 634 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib() 636 memcpy(pattrib->dst, ðerhdr.h_dest, ETH_ALEN); in update_attrib() 637 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|