Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c341 struct hif_hdr *pkt_hdr; in pfe_hif_rx_process()
342 struct __hif_hdr hif_hdr; in pfe_hif_rx_process() local
369 pkt_hdr = (struct hif_hdr *)hif->rx_buf_vaddr[rtc]; in pfe_hif_rx_process()
375 __memcpy8(&hif_hdr, pkt_hdr); in pfe_hif_rx_process()
377 hif->qno = hif_hdr.hdr.q_num; in pfe_hif_rx_process()
378 hif->client_id = hif_hdr.hdr.client_id; in pfe_hif_rx_process()
379 hif->client_ctrl = (hif_hdr.hdr.client_ctrl1 << 16) | in pfe_hif_rx_process()
380 hif_hdr.hdr.client_ctrl; in pfe_hif_rx_process()
H A Dpfe_hif.h72 struct hif_hdr { struct
81 struct hif_hdr hdr; argument
H A Dpfe_hif_lib.h141 #define PFE_HIF_SIZE sizeof(struct hif_hdr)
H A Dpfe_hif_lib.c476 hif_hdr_write(struct hif_hdr *pkt_hdr, unsigned int in hif_hdr_write()