Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.h43 struct tx_queue_desc *base;
129 struct tx_queue_desc { struct
H A Dpfe_hif_lib.c214 sizeof(struct tx_queue_desc), RTE_CACHE_LINE_SIZE); in hif_lib_client_init_tx_buffers()
222 tx_queue_desc); in hif_lib_client_init_tx_buffers()
497 struct tx_queue_desc *desc = queue->base + queue->write_idx; in hif_lib_xmit_pkt()
523 struct tx_queue_desc *desc = queue->base + queue->read_idx; in hif_lib_tx_get_next_complete()
H A Dpfe_hif.h37 struct tx_queue_desc *base;
H A Dpfe_hif.c208 struct tx_queue_desc *tx_qbase; in pfe_hif_client_register()
249 tx_qbase = (struct tx_queue_desc *)client_shm->tx_qbase; in pfe_hif_client_register()
487 struct tx_queue_desc *desc = queue->base + queue->ack_idx; in client_ack_txpacket()