Searched refs:HIF_CLIENT_QUEUES_MAX (Results 1 – 4 of 4) sorted by relevance
8 #define HIF_CLIENT_QUEUES_MAX 16 macro45 struct hif_rx_queue rx_q[HIF_CLIENT_QUEUES_MAX];47 struct hif_tx_queue tx_q[HIF_CLIENT_QUEUES_MAX];
67 struct hif_client_tx_queue tx_q[HIF_CLIENT_QUEUES_MAX];68 struct hif_client_rx_queue rx_q[HIF_CLIENT_QUEUES_MAX];
229 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()
84 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()