Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/rtl8712/
Dxmit_linux.c67 struct ethhdr etherhdr; in r8712_set_qos() local
72 _r8712_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in r8712_set_qos()
Drtl871x_xmit.c180 struct ethhdr etherhdr; in r8712_update_attrib() local
192 _r8712_pktfile_read(&pktfile, (unsigned char *)&etherhdr, ETH_HLEN); in r8712_update_attrib()
194 pattrib->ether_type = ntohs(etherhdr.h_proto); in r8712_update_attrib()
210 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in r8712_update_attrib()
211 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in r8712_update_attrib()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_xmit.c493 struct ethhdr etherhdr; in set_qos() local
498 rtw_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in set_qos()
520 struct ethhdr etherhdr; in update_attrib() local
532 rtw_pktfile_read(&pktfile, (u8 *)&etherhdr, ETH_HLEN); in update_attrib()
534 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()
536 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in update_attrib()
537 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in update_attrib()
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_xmit.c602 struct ethhdr etherhdr; in set_qos() local
607 _rtw_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in set_qos()
623 struct ethhdr etherhdr; in update_attrib() local
632 _rtw_pktfile_read(&pktfile, (u8 *)&etherhdr, ETH_HLEN); in update_attrib()
634 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()
636 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in update_attrib()
637 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in update_attrib()