Home
last modified time | relevance | path

Searched defs:hif_shm (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.h102 struct hif_shm { struct
103 u32 rx_buf_pool_cnt; /*Number of rx buffers available*/
105 struct rte_mempool *pool;
106 void *rx_buf_pool[HIF_RX_DESC_NT];
107 unsigned long g_client_status[2]; /*Global client status bit mask */
109 struct hif_client_shm client[HIF_CLIENTS_MAX];
H A Dpfe_hif_lib.c24 pfe_hif_shm_clean(struct hif_shm *hif_shm) in pfe_hif_shm_clean()
44 pfe_hif_shm_init(struct hif_shm *hif_shm, struct rte_mempool *mb_pool) in pfe_hif_shm_init()
251 struct hif_shm *hif_shm; in hif_lib_client_register() local
H A Dpfe_ethdev.c259 struct hif_shm *hif_shm; in pfe_eth_open() local