Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.h8 #define HIF_CLIENT_QUEUES_MAX 16 macro
45 struct hif_rx_queue rx_q[HIF_CLIENT_QUEUES_MAX];
47 struct hif_tx_queue tx_q[HIF_CLIENT_QUEUES_MAX];
H A Dpfe_hif_lib.h67 struct hif_client_tx_queue tx_q[HIF_CLIENT_QUEUES_MAX];
68 struct hif_client_rx_queue rx_q[HIF_CLIENT_QUEUES_MAX];
H A Dpfe_hif.c229 if (cnt > HIF_CLIENT_QUEUES_MAX) in pfe_hif_client_register()
230 cnt = HIF_CLIENT_QUEUES_MAX; in pfe_hif_client_register()
245 if (cnt > HIF_CLIENT_QUEUES_MAX) in pfe_hif_client_register()
246 cnt = HIF_CLIENT_QUEUES_MAX; in pfe_hif_client_register()
H A Dpfe_hif_lib.c84 qno >= HIF_CLIENT_QUEUES_MAX) in hif_lib_indicate_client()
348 if (event >= HIF_EVENT_MAX || qno >= HIF_CLIENT_QUEUES_MAX) { in hif_lib_event_handler_start()