Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c605 struct ethhdr etherhdr; in set_qos() local
611 ret = _rtw_pktfile_read(ppktfile, (unsigned char *)&etherhdr, ETH_HLEN); in set_qos()
634 struct ethhdr etherhdr; in update_attrib() local
644 ret = _rtw_pktfile_read(&pktfile, (u8 *)&etherhdr, ETH_HLEN); in update_attrib()
648 pattrib->ether_type = ntohs(etherhdr.h_proto); in update_attrib()
650 memcpy(pattrib->dst, &etherhdr.h_dest, ETH_ALEN); in update_attrib()
651 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN); in update_attrib()