Searched refs:tx_qbase (Results 1 – 3 of 3) sorted by relevance
203 rte_free(client->tx_qbase); in hif_lib_client_release_tx_buffers()213 client->tx_qbase = rte_malloc(NULL, client->tx_qn * q_size * in hif_lib_client_init_tx_buffers()215 if (!client->tx_qbase) in hif_lib_client_init_tx_buffers()221 queue->base = client->tx_qbase + qno * q_size * sizeof(struct in hif_lib_client_init_tx_buffers()284 client_shm->tx_qbase = (unsigned long)client->tx_qbase; in hif_lib_client_register()
62 void *tx_qbase; member83 unsigned long tx_qbase; /* Tx queue base address */ member
208 struct tx_queue_desc *tx_qbase; in pfe_hif_client_register() local249 tx_qbase = (struct tx_queue_desc *)client_shm->tx_qbase; in pfe_hif_client_register()252 tx_queue->base = tx_qbase + i * client_shm->tx_qsize; in pfe_hif_client_register()