Home
last modified time | relevance | path

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

/u-boot/drivers/usb/eth/
A Dasix88179.c545 u32 rx_hdr; in asix_recv() local
573 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() local
811 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()
/u-boot/drivers/net/octeontx/
A Dnic_reg.h211 uint64_t rx_hdr:3; /* TNS Receive header present */ member
221 uint64_t rx_hdr:3;
A Dq_struct.h350 struct cqe_rx_t rx_hdr; member
A Dnic_main.c522 nic->pkind.rx_hdr = 0; in nic_init_hw()

Completed in 14 milliseconds