Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c714 struct class_rx_hdr_t local_hdr; in send_dummy_pkt_to_hif() local
734 local_hdr.phyno = htons(0); /* RX_PHY_0 */ in send_dummy_pkt_to_hif()
735 local_hdr.length = htons(MIN_PKT_SIZE); in send_dummy_pkt_to_hif()
737 local_hdr.next_ptr = htonl((u32)physaddr); in send_dummy_pkt_to_hif()
739 local_hdr.status = htonl((STATUS_IP_CHECKSUM_CORRECT | in send_dummy_pkt_to_hif()
744 copy_to_lmem((u32 *)lmem_virt_addr, (u32 *)&local_hdr, in send_dummy_pkt_to_hif()
745 sizeof(local_hdr)); in send_dummy_pkt_to_hif()
/f-stack/dpdk/drivers/raw/ntb/
H A Dntb.c507 volatile struct ntb_header *local_hdr; in ntb_queue_init() local
521 local_hdr = (volatile struct ntb_header *) in ntb_queue_init()
533 (&local_hdr->desc_ring[q_size]); in ntb_queue_init()
535 rxq->used_cnt = &local_hdr->used_cnt; in ntb_queue_init()
557 (&local_hdr->desc_ring); in ntb_queue_init()
560 txq->avail_cnt = &local_hdr->avail_cnt; in ntb_queue_init()