Home
last modified time | relevance | path

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

/dpdk/drivers/net/pfe/
H A Dpfe_hif.c715 struct class_rx_hdr_t local_hdr; in send_dummy_pkt_to_hif() local
735 local_hdr.phyno = htons(0); /* RX_PHY_0 */ in send_dummy_pkt_to_hif()
736 local_hdr.length = htons(MIN_PKT_SIZE); in send_dummy_pkt_to_hif()
738 local_hdr.next_ptr = htonl((u32)physaddr); in send_dummy_pkt_to_hif()
740 local_hdr.status = htonl((STATUS_IP_CHECKSUM_CORRECT | in send_dummy_pkt_to_hif()
745 copy_to_lmem((u32 *)lmem_virt_addr, (u32 *)&local_hdr, in send_dummy_pkt_to_hif()
746 sizeof(local_hdr)); in send_dummy_pkt_to_hif()
/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()