Searched refs:rx_hdr (Results 1 – 4 of 4) sorted by relevance
545 u32 rx_hdr; in asix_recv() local573 rx_hdr = *(u32 *)(recv_buf + actual_len - 4); in asix_recv()574 le32_to_cpus(&rx_hdr); in asix_recv()576 pkt_cnt = (u16)rx_hdr; in asix_recv()577 hdr_off = (u16)(rx_hdr >> 16); in asix_recv()790 u32 rx_hdr; in ax88179_eth_recv() local811 rx_hdr = *(u32 *)(ptr + len - 4); in ax88179_eth_recv()812 le32_to_cpus(&rx_hdr); in ax88179_eth_recv()814 pkt_cnt = (u16)rx_hdr; in ax88179_eth_recv()820 hdr_off = (u16)(rx_hdr >> 16); in ax88179_eth_recv()
211 uint64_t rx_hdr:3; /* TNS Receive header present */ member221 uint64_t rx_hdr:3;
350 struct cqe_rx_t rx_hdr; member
522 nic->pkind.rx_hdr = 0; in nic_init_hw()
Completed in 14 milliseconds