Searched defs:rte_eth_fp_ops (Results 1 – 2 of 2) sorted by relevance
87 struct __rte_cache_aligned rte_eth_fp_ops { struct95 struct rte_ethdev_qdata rxq;97 eth_rx_burst_t rx_pkt_burst;99 eth_rx_queue_count_t rx_queue_count;101 eth_rx_descriptor_status_t rx_descriptor_status;103 eth_recycle_rx_descriptors_refill_t recycle_rx_descriptors_refill;104 uintptr_t reserved1[2];129 extern struct rte_eth_fp_ops rte_eth_fp_ops[RTE_MAX_ETHPORTS]; argument
42 struct rte_eth_fp_ops rte_eth_fp_ops[RTE_MAX_ETHPORTS]; variable