Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dasix88179.c544 u32 rx_hdr; in asix_recv() local
572 rx_hdr = *(u32 *)(recv_buf + actual_len - 4); in asix_recv()
573 le32_to_cpus(&rx_hdr); in asix_recv()
575 pkt_cnt = (u16)rx_hdr; in asix_recv()
576 hdr_off = (u16)(rx_hdr >> 16); in asix_recv()
789 u32 rx_hdr; in ax88179_eth_recv() local
810 rx_hdr = *(u32 *)(ptr + len - 4); in ax88179_eth_recv()
811 le32_to_cpus(&rx_hdr); in ax88179_eth_recv()
813 pkt_cnt = (u16)rx_hdr; in ax88179_eth_recv()
819 hdr_off = (u16)(rx_hdr >> 16); in ax88179_eth_recv()