Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.c100 struct rx_queue_desc *desc; in hif_lib_client_release_rx_buffers()
139 struct rx_queue_desc *desc; in hif_lib_client_init_rx_buffers()
145 sizeof(struct rx_queue_desc), RTE_CACHE_LINE_SIZE); in hif_lib_client_init_rx_buffers()
153 rx_queue_desc); in hif_lib_client_init_rx_buffers()
346 struct rx_queue_desc *desc = queue->base + queue->read_idx; in hif_lib_event_handler_start()
395 struct rx_queue_desc *desc; in hif_lib_receive_pkt()
H A Dpfe_hif_lib.h33 struct rx_queue_desc *base;
123 struct rx_queue_desc { struct
H A Dpfe_hif.h31 struct rx_queue_desc *base;
H A Dpfe_hif.c207 struct rx_queue_desc *rx_qbase; in pfe_hif_client_register()
233 rx_qbase = (struct rx_queue_desc *)client_shm->rx_qbase; in pfe_hif_client_register()
304 struct rx_queue_desc *desc = queue->base + queue->write_idx; in client_put_rxpacket()