Searched defs:hif_client (Results 1 – 2 of 2) sorted by relevance
43 struct hif_client { struct44 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];
53 struct hif_client_s *hif_client[HIF_CLIENTS_MAX]; member