Home
last modified time | relevance | path

Searched refs:tx_qbase (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.c203 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()
H A Dpfe_hif_lib.h62 void *tx_qbase; member
83 unsigned long tx_qbase; /* Tx queue base address */ member
H A Dpfe_hif.c208 struct tx_queue_desc *tx_qbase; in pfe_hif_client_register() local
249 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()