Searched refs:rx_hdr (Results 1 – 1 of 1) sorted by relevance
543 u32 rx_hdr; in asix_recv() local571 rx_hdr = *(u32 *)(recv_buf + actual_len - 4); in asix_recv()572 le32_to_cpus(&rx_hdr); in asix_recv()574 pkt_cnt = (u16)rx_hdr; in asix_recv()575 hdr_off = (u16)(rx_hdr >> 16); in asix_recv()788 u32 rx_hdr; in ax88179_eth_recv() local809 rx_hdr = *(u32 *)(ptr + len - 4); in ax88179_eth_recv()810 le32_to_cpus(&rx_hdr); in ax88179_eth_recv()812 pkt_cnt = (u16)rx_hdr; in ax88179_eth_recv()818 hdr_off = (u16)(rx_hdr >> 16); in ax88179_eth_recv()