Home
last modified time | relevance | path

Searched defs:hif_client (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.h43 struct hif_client { struct
44 unsigned int rx_qn;
45 struct hif_rx_queue rx_q[HIF_CLIENT_QUEUES_MAX];
46 unsigned int tx_qn;
47 struct hif_tx_queue tx_q[HIF_CLIENT_QUEUES_MAX];
H A Dpfe_mod.h53 struct hif_client_s *hif_client[HIF_CLIENTS_MAX]; member