Home
last modified time | relevance | path

Searched defs:eth_dev (Results 1 – 25 of 156) sorted by relevance

1234567

/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_ethdev.c244 lio_dev_xstats_reset(struct rte_eth_dev *eth_dev) in lio_dev_xstats_reset()
290 lio_dev_stats_get(struct rte_eth_dev *eth_dev, in lio_dev_stats_get()
342 lio_dev_stats_reset(struct rte_eth_dev *eth_dev) in lio_dev_stats_reset()
373 lio_dev_info_get(struct rte_eth_dev *eth_dev, in lio_dev_info_get()
928 lio_dev_link_update(struct rte_eth_dev *eth_dev, in lio_dev_link_update()
1382 lio_sync_link_state_check(void *eth_dev) in lio_sync_link_state_check()
1399 lio_dev_start(struct rte_eth_dev *eth_dev) in lio_dev_start()
1469 lio_dev_stop(struct rte_eth_dev *eth_dev) in lio_dev_stop()
1557 lio_dev_close(struct rte_eth_dev *eth_dev) in lio_dev_close()
1736 lio_dev_configure(struct rte_eth_dev *eth_dev) in lio_dev_configure()
[all …]
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_ethdev.c236 ionic_dev_set_link_up(struct rte_eth_dev *eth_dev) in ionic_dev_set_link_up()
281 ionic_dev_link_update(struct rte_eth_dev *eth_dev, in ionic_dev_link_update()
383 ionic_dev_info_get(struct rte_eth_dev *eth_dev, in ionic_dev_info_get()
467 ionic_flow_ctrl_get(struct rte_eth_dev *eth_dev, in ionic_flow_ctrl_get()
487 ionic_flow_ctrl_set(struct rte_eth_dev *eth_dev, in ionic_flow_ctrl_set()
714 ionic_dev_stats_get(struct rte_eth_dev *eth_dev, in ionic_dev_stats_get()
860 ionic_dev_configure(struct rte_eth_dev *eth_dev) in ionic_dev_configure()
898 ionic_dev_start(struct rte_eth_dev *eth_dev) in ionic_dev_start()
944 ionic_dev_stop(struct rte_eth_dev *eth_dev) in ionic_dev_stop()
962 ionic_dev_close(struct rte_eth_dev *eth_dev) in ionic_dev_close()
[all …]
H A Dionic_ethdev.h16 #define IONIC_ETH_DEV_TO_LIF(eth_dev) ((struct ionic_lif *) \ argument
18 #define IONIC_ETH_DEV_TO_ADAPTER(eth_dev) \ argument
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_irq.c15 struct rte_eth_dev *eth_dev = (struct rte_eth_dev *)param; in nix_lf_err_irq() local
34 nix_lf_register_err_irq(struct rte_eth_dev *eth_dev) in nix_lf_register_err_irq()
54 nix_lf_unregister_err_irq(struct rte_eth_dev *eth_dev) in nix_lf_unregister_err_irq()
71 struct rte_eth_dev *eth_dev = (struct rte_eth_dev *)param; in nix_lf_ras_irq() local
90 nix_lf_register_ras_irq(struct rte_eth_dev *eth_dev) in nix_lf_register_ras_irq()
110 nix_lf_unregister_ras_irq(struct rte_eth_dev *eth_dev) in nix_lf_unregister_ras_irq()
179 struct rte_eth_dev *eth_dev = cint->eth_dev; in nix_lf_cq_irq() local
191 struct rte_eth_dev *eth_dev = qint->eth_dev; in nix_lf_q_irq() local
332 oxt2_nix_register_cq_irqs(struct rte_eth_dev *eth_dev) in oxt2_nix_register_cq_irqs()
418 otx2_nix_register_irqs(struct rte_eth_dev *eth_dev) in otx2_nix_register_irqs()
[all …]
H A Dotx2_ethdev_ops.c11 otx2_nix_mtu_set(struct rte_eth_dev *eth_dev, uint16_t mtu) in otx2_nix_mtu_set()
73 otx2_nix_recalc_mtu(struct rte_eth_dev *eth_dev) in otx2_nix_recalc_mtu()
96 nix_cgx_promisc_config(struct rte_eth_dev *eth_dev, int en) in nix_cgx_promisc_config()
133 otx2_nix_promisc_enable(struct rte_eth_dev *eth_dev) in otx2_nix_promisc_enable()
142 otx2_nix_promisc_disable(struct rte_eth_dev *eth_dev) in otx2_nix_promisc_disable()
173 otx2_nix_allmulticast_enable(struct rte_eth_dev *eth_dev) in otx2_nix_allmulticast_enable()
227 otx2_rx_burst_mode_get(struct rte_eth_dev *eth_dev, in otx2_rx_burst_mode_get()
276 otx2_tx_burst_mode_get(struct rte_eth_dev *eth_dev, in otx2_tx_burst_mode_get()
474 otx2_nix_dev_filter_ctrl(struct rte_eth_dev *eth_dev, in otx2_nix_dev_filter_ctrl()
513 otx2_nix_get_module_info(struct rte_eth_dev *eth_dev, in otx2_nix_get_module_info()
[all …]
H A Dotx2_ptp.c13 otx2_nix_ptp_enable_vf(struct rte_eth_dev *eth_dev) in otx2_nix_ptp_enable_vf()
32 struct rte_eth_dev *eth_dev; in nix_eth_ptp_vf_burst() local
119 nix_start_timecounters(struct rte_eth_dev *eth_dev) in nix_start_timecounters()
133 nix_ptp_config(struct rte_eth_dev *eth_dev, int en) in nix_ptp_config()
171 struct rte_eth_dev *eth_dev; in otx2_eth_dev_ptp_info_update() local
203 otx2_nix_timesync_enable(struct rte_eth_dev *eth_dev) in otx2_nix_timesync_enable()
277 otx2_nix_timesync_disable(struct rte_eth_dev *eth_dev) in otx2_nix_timesync_disable()
314 otx2_nix_timesync_read_rx_timestamp(struct rte_eth_dev *eth_dev, in otx2_nix_timesync_read_rx_timestamp()
337 otx2_nix_timesync_read_tx_timestamp(struct rte_eth_dev *eth_dev, in otx2_nix_timesync_read_tx_timestamp()
394 otx2_nix_timesync_write_time(struct rte_eth_dev *eth_dev, in otx2_nix_timesync_write_time()
[all …]
H A Dotx2_stats.c49 otx2_nix_dev_stats_get(struct rte_eth_dev *eth_dev, in otx2_nix_dev_stats_get()
135 otx2_nix_dev_stats_reset(struct rte_eth_dev *eth_dev) in otx2_nix_dev_stats_reset()
147 otx2_nix_queue_stats_mapping(struct rte_eth_dev *eth_dev, uint16_t queue_id, in otx2_nix_queue_stats_mapping()
161 otx2_nix_xstats_get(struct rte_eth_dev *eth_dev, in otx2_nix_xstats_get()
204 otx2_nix_xstats_get_names(struct rte_eth_dev *eth_dev, in otx2_nix_xstats_get_names()
242 otx2_nix_xstats_get_names_by_id(struct rte_eth_dev *eth_dev, in otx2_nix_xstats_get_names_by_id()
273 otx2_nix_xstats_get_by_id(struct rte_eth_dev *eth_dev, const uint64_t *ids, in otx2_nix_xstats_get_by_id()
302 nix_queue_stats_reset(struct rte_eth_dev *eth_dev) in nix_queue_stats_reset()
381 otx2_nix_xstats_reset(struct rte_eth_dev *eth_dev) in otx2_nix_xstats_reset()
H A Dotx2_flow_ctrl.c8 otx2_nix_rxchan_bpid_cfg(struct rte_eth_dev *eth_dev, bool enb) in otx2_nix_rxchan_bpid_cfg()
48 otx2_nix_flow_ctrl_get(struct rte_eth_dev *eth_dev, in otx2_nix_flow_ctrl_get()
82 otx2_nix_cq_bp_cfg(struct rte_eth_dev *eth_dev, bool enb) in otx2_nix_cq_bp_cfg()
132 otx2_nix_rx_fc_cfg(struct rte_eth_dev *eth_dev, bool enb) in otx2_nix_rx_fc_cfg()
138 otx2_nix_flow_ctrl_set(struct rte_eth_dev *eth_dev, in otx2_nix_flow_ctrl_set()
200 otx2_nix_update_flow_ctrl_mode(struct rte_eth_dev *eth_dev) in otx2_nix_update_flow_ctrl_mode()
226 otx2_nix_flow_ctrl_init(struct rte_eth_dev *eth_dev) in otx2_nix_flow_ctrl_init()
H A Dotx2_link.c38 nix_link_status_print(struct rte_eth_dev *eth_dev, struct rte_eth_link *link) in nix_link_status_print()
56 struct rte_eth_dev *eth_dev; in otx2_eth_dev_link_status_update() local
119 otx2_nix_link_update(struct rte_eth_dev *eth_dev, int wait_to_complete) in otx2_nix_link_update()
143 nix_dev_set_link_state(struct rte_eth_dev *eth_dev, uint8_t enable) in nix_dev_set_link_state()
155 otx2_nix_dev_set_link_up(struct rte_eth_dev *eth_dev) in otx2_nix_dev_set_link_up()
176 otx2_nix_dev_set_link_down(struct rte_eth_dev *eth_dev) in otx2_nix_dev_set_link_down()
245 otx2_apply_link_speed(struct rte_eth_dev *eth_dev) in otx2_apply_link_speed()
H A Dotx2_vlan.c44 nix_set_rx_vlan_action(struct rte_eth_dev *eth_dev, in nix_set_rx_vlan_action()
133 nix_vlan_mcam_write(struct rte_eth_dev *eth_dev, uint16_t ent_idx, in nix_vlan_mcam_write()
154 nix_vlan_mcam_alloc_and_write(struct rte_eth_dev *eth_dev, in nix_vlan_mcam_alloc_and_write()
194 nix_vlan_update_mac(struct rte_eth_dev *eth_dev, int mcam_index, in nix_vlan_update_mac()
282 nix_vlan_mcam_config(struct rte_eth_dev *eth_dev, in nix_vlan_mcam_config()
458 nix_vlan_handle_default_tx_entry(struct rte_eth_dev *eth_dev, in nix_vlan_handle_default_tx_entry()
670 otx2_nix_config_double_vlan(struct rte_eth_dev *eth_dev, in otx2_nix_config_double_vlan()
711 otx2_nix_vlan_offload_set(struct rte_eth_dev *eth_dev, int mask) in otx2_nix_vlan_offload_set()
772 otx2_nix_vlan_tpid_set(struct rte_eth_dev *eth_dev, in otx2_nix_vlan_tpid_set()
972 otx2_nix_vlan_offload_init(struct rte_eth_dev *eth_dev) in otx2_nix_vlan_offload_init()
[all …]
H A Dotx2_mac.c11 otx2_cgx_mac_addr_set(struct rte_eth_dev *eth_dev, struct rte_ether_addr *addr) in otx2_cgx_mac_addr_set()
53 otx2_nix_mac_addr_add(struct rte_eth_dev *eth_dev, struct rte_ether_addr *addr, in otx2_nix_mac_addr_add()
87 otx2_nix_mac_addr_del(struct rte_eth_dev *eth_dev, uint32_t index) in otx2_nix_mac_addr_del()
106 otx2_nix_mac_addr_set(struct rte_eth_dev *eth_dev, struct rte_ether_addr *addr) in otx2_nix_mac_addr_set()
132 otx2_nix_mac_addr_get(struct rte_eth_dev *eth_dev, uint8_t *addr) in otx2_nix_mac_addr_get()
H A Dotx2_ethdev.c430 nix_rq_enb_dis(struct rte_eth_dev *eth_dev, in nix_rq_enb_dis()
685 nix_rx_offload_flags(struct rte_eth_dev *eth_dev) in nix_rx_offload_flags()
888 struct rte_eth_dev *eth_dev; in otx2_nix_enable_mseg_on_jumbo() local
1207 struct rte_eth_dev *eth_dev; in otx2_nix_tx_queue_release() local
1804 otx2_nix_configure(struct rte_eth_dev *eth_dev) in otx2_nix_configure()
2143 otx2_nix_dev_stop(struct rte_eth_dev *eth_dev) in otx2_nix_dev_stop()
2177 otx2_nix_dev_start(struct rte_eth_dev *eth_dev) in otx2_nix_dev_start()
2414 otx2_eth_dev_init(struct rte_eth_dev *eth_dev) in otx2_eth_dev_init()
2679 otx2_nix_dev_close(struct rte_eth_dev *eth_dev) in otx2_nix_dev_close()
2686 otx2_nix_dev_reset(struct rte_eth_dev *eth_dev) in otx2_nix_dev_reset()
[all …]
H A Dotx2_ethdev_sec.c142 lookup_mem_sa_tbl_clear(struct rte_eth_dev *eth_dev) in lookup_mem_sa_tbl_clear()
165 lookup_mem_sa_index_update(struct rte_eth_dev *eth_dev, int spi, void *sa) in lookup_mem_sa_index_update()
346 eth_sec_ipsec_out_sess_create(struct rte_eth_dev *eth_dev, in eth_sec_ipsec_out_sess_create()
461 eth_sec_ipsec_in_sess_create(struct rte_eth_dev *eth_dev, in eth_sec_ipsec_in_sess_create()
570 eth_sec_ipsec_sess_create(struct rte_eth_dev *eth_dev, in eth_sec_ipsec_sess_create()
718 otx2_eth_sec_ctx_create(struct rte_eth_dev *eth_dev) in otx2_eth_sec_ctx_create()
746 otx2_eth_sec_ctx_destroy(struct rte_eth_dev *eth_dev) in otx2_eth_sec_ctx_destroy()
752 eth_sec_ipsec_cfg(struct rte_eth_dev *eth_dev, uint8_t tt) in eth_sec_ipsec_cfg()
789 otx2_eth_sec_update_tag_type(struct rte_eth_dev *eth_dev) in otx2_eth_sec_update_tag_type()
817 otx2_eth_sec_init(struct rte_eth_dev *eth_dev) in otx2_eth_sec_init()
[all …]
H A Dotx2_tm.c1199 struct rte_eth_dev *eth_dev = dev->eth_dev; in nix_sq_sched_data() local
1766 nix_xmit_disable(struct rte_eth_dev *eth_dev) in nix_xmit_disable()
1888 otx2_nix_tm_capa_get(struct rte_eth_dev *eth_dev, in otx2_nix_tm_capa_get()
2115 otx2_nix_tm_shaper_profile_add(struct rte_eth_dev *eth_dev, in otx2_nix_tm_shaper_profile_add()
2483 otx2_nix_tm_hierarchy_commit(struct rte_eth_dev *eth_dev, in otx2_nix_tm_hierarchy_commit()
2558 otx2_nix_tm_node_shaper_update(struct rte_eth_dev *eth_dev, in otx2_nix_tm_node_shaper_update()
2860 nix_tm_prepare_default_tree(struct rte_eth_dev *eth_dev) in nix_tm_prepare_default_tree()
2958 void otx2_nix_tm_conf_init(struct rte_eth_dev *eth_dev) in otx2_nix_tm_conf_init()
2967 int otx2_nix_tm_init_default(struct rte_eth_dev *eth_dev) in otx2_nix_tm_init_default()
3114 otx2_nix_tm_rate_limit_mdq(struct rte_eth_dev *eth_dev, in otx2_nix_tm_rate_limit_mdq()
[all …]
/f-stack/dpdk/drivers/net/enic/
H A Denic_ethdev.c326 static int enicpmd_dev_configure(struct rte_eth_dev *eth_dev) in enicpmd_dev_configure()
369 static int enicpmd_dev_start(struct rte_eth_dev *eth_dev) in enicpmd_dev_start()
383 static int enicpmd_dev_stop(struct rte_eth_dev *eth_dev) in enicpmd_dev_stop()
403 static int enicpmd_dev_close(struct rte_eth_dev *eth_dev) in enicpmd_dev_close()
416 static int enicpmd_dev_link_update(struct rte_eth_dev *eth_dev, in enicpmd_dev_link_update()
423 static int enicpmd_dev_stats_get(struct rte_eth_dev *eth_dev, in enicpmd_dev_stats_get()
464 static int enicpmd_dev_info_get(struct rte_eth_dev *eth_dev, in enicpmd_dev_info_get()
636 static int enicpmd_add_mac_addr(struct rte_eth_dev *eth_dev, in enicpmd_add_mac_addr()
661 static int enicpmd_set_mac_addr(struct rte_eth_dev *eth_dev, in enicpmd_set_mac_addr()
1229 static int eth_enic_dev_init(struct rte_eth_dev *eth_dev, in eth_enic_dev_init()
[all …]
H A Denic_vf_representor.c41 static int enic_vf_dev_tx_queue_setup(struct rte_eth_dev *eth_dev, in enic_vf_dev_tx_queue_setup()
81 static int enic_vf_dev_rx_queue_setup(struct rte_eth_dev *eth_dev, in enic_vf_dev_rx_queue_setup()
154 static int enic_vf_dev_start(struct rte_eth_dev *eth_dev) in enic_vf_dev_start()
245 static int enic_vf_dev_stop(struct rte_eth_dev *eth_dev) in enic_vf_dev_stop()
380 enic_vf_filter_ctrl(struct rte_eth_dev *eth_dev, in enic_vf_filter_ctrl()
410 static int enic_vf_link_update(struct rte_eth_dev *eth_dev, in enic_vf_link_update()
430 static int enic_vf_stats_get(struct rte_eth_dev *eth_dev, in enic_vf_stats_get()
455 static int enic_vf_stats_reset(struct rte_eth_dev *eth_dev) in enic_vf_stats_reset()
469 static int enic_vf_dev_infos_get(struct rte_eth_dev *eth_dev, in enic_vf_dev_infos_get()
503 static int enic_vf_promiscuous_enable(struct rte_eth_dev *eth_dev) in enic_vf_promiscuous_enable()
[all …]
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c695 qede_add_mcast_filters(struct rte_eth_dev *eth_dev, in qede_add_mcast_filters()
1051 int qede_config_rss(struct rte_eth_dev *eth_dev) in qede_config_rss()
1101 static int qede_dev_start(struct rte_eth_dev *eth_dev) in qede_dev_start()
1166 static int qede_dev_stop(struct rte_eth_dev *eth_dev) in qede_dev_stop()
1213 struct rte_eth_dev *eth_dev = opaque; in qede_args_check() local
1235 static int qede_args(struct rte_eth_dev *eth_dev) in qede_args()
1365 qede_dev_info_get(struct rte_eth_dev *eth_dev, in qede_dev_info_get()
1550 static int qede_dev_close(struct rte_eth_dev *eth_dev) in qede_dev_close()
1908 qede_set_mc_addr_list(struct rte_eth_dev *eth_dev, in qede_set_mc_addr_list()
2109 int qede_rss_hash_update(struct rte_eth_dev *eth_dev, in qede_rss_hash_update()
[all …]
H A Dqede_filter.c143 int qede_check_fdir_support(struct rte_eth_dev *eth_dev) in qede_check_fdir_support()
176 void qede_fdir_dealloc_resc(struct rte_eth_dev *eth_dev) in qede_fdir_dealloc_resc()
193 qede_config_arfs_filter(struct rte_eth_dev *eth_dev, in qede_config_arfs_filter()
326 qede_arfs_construct_pkt(struct rte_eth_dev *eth_dev, in qede_arfs_construct_pkt()
459 qede_vxlan_enable(struct rte_eth_dev *eth_dev, uint8_t clss, in qede_vxlan_enable()
495 qede_geneve_enable(struct rte_eth_dev *eth_dev, uint8_t clss, in qede_geneve_enable()
531 qede_udp_dst_port_del(struct rte_eth_dev *eth_dev, in qede_udp_dst_port_del()
611 qede_udp_dst_port_add(struct rte_eth_dev *eth_dev, in qede_udp_dst_port_add()
1008 qede_flow_destroy(struct rte_eth_dev *eth_dev, in qede_flow_destroy()
1026 qede_flow_flush(struct rte_eth_dev *eth_dev, in qede_flow_flush()
[all …]
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c33 dev_num_vf(struct rte_eth_dev *eth_dev) in dev_num_vf()
67 int txgbe_pf_host_init(struct rte_eth_dev *eth_dev) in txgbe_pf_host_init()
132 void txgbe_pf_host_uninit(struct rte_eth_dev *eth_dev) in txgbe_pf_host_uninit()
205 int txgbe_pf_host_configure(struct rte_eth_dev *eth_dev) in txgbe_pf_host_configure()
301 txgbe_set_rx_mode(struct rte_eth_dev *eth_dev) in txgbe_set_rx_mode()
451 txgbe_vf_set_mac_addr(struct rte_eth_dev *eth_dev, in txgbe_vf_set_mac_addr()
468 txgbe_vf_set_multicast(struct rte_eth_dev *eth_dev, in txgbe_vf_set_multicast()
536 txgbe_set_vf_lpe(struct rte_eth_dev *eth_dev, in txgbe_set_vf_lpe()
557 txgbe_negotiate_vf_api(struct rte_eth_dev *eth_dev, in txgbe_negotiate_vf_api()
662 txgbe_set_vf_mc_promisc(struct rte_eth_dev *eth_dev, in txgbe_set_vf_mc_promisc()
[all …]
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_pci.h26 rte_eth_copy_pci_info(struct rte_eth_dev *eth_dev, in rte_eth_copy_pci_info()
49 eth_dev_pci_specific_init(struct rte_eth_dev *eth_dev, void *bus_device) { in eth_dev_pci_specific_init()
77 struct rte_eth_dev *eth_dev; in rte_eth_dev_pci_allocate() local
121 struct rte_eth_dev *eth_dev; in rte_eth_dev_pci_generic_probe() local
147 struct rte_eth_dev *eth_dev; in rte_eth_dev_pci_generic_remove() local
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c114 int cxgbe_dev_info_get(struct rte_eth_dev *eth_dev, in cxgbe_dev_info_get()
152 int cxgbe_dev_promiscuous_enable(struct rte_eth_dev *eth_dev) in cxgbe_dev_promiscuous_enable()
192 int cxgbe_dev_link_update(struct rte_eth_dev *eth_dev, in cxgbe_dev_link_update()
321 int cxgbe_dev_close(struct rte_eth_dev *eth_dev) in cxgbe_dev_close()
361 int cxgbe_dev_start(struct rte_eth_dev *eth_dev) in cxgbe_dev_start()
419 int cxgbe_dev_stop(struct rte_eth_dev *eth_dev) in cxgbe_dev_stop()
441 int cxgbe_dev_configure(struct rte_eth_dev *eth_dev) in cxgbe_dev_configure()
502 int cxgbe_dev_tx_queue_setup(struct rte_eth_dev *eth_dev, in cxgbe_dev_tx_queue_setup()
606 int cxgbe_dev_rx_queue_setup(struct rte_eth_dev *eth_dev, in cxgbe_dev_rx_queue_setup()
1135 static int cxgbe_get_regs_len(struct rte_eth_dev *eth_dev) in cxgbe_get_regs_len()
[all …]
H A Dcxgbevf_ethdev.c36 static int cxgbevf_dev_stats_get(struct rte_eth_dev *eth_dev, in cxgbevf_dev_stats_get()
107 static int eth_cxgbevf_dev_init(struct rte_eth_dev *eth_dev) in eth_cxgbevf_dev_init()
182 static int eth_cxgbevf_dev_uninit(struct rte_eth_dev *eth_dev) in eth_cxgbevf_dev_uninit()
/f-stack/dpdk/drivers/net/avp/
H A Davp_ethdev.c474 avp_dev_detach(struct rte_eth_dev *eth_dev) in avp_dev_detach()
582 avp_dev_attach(struct rte_eth_dev *eth_dev) in avp_dev_attach()
665 struct rte_eth_dev *eth_dev = data; in avp_dev_interrupt_handler() local
820 struct rte_eth_dev *eth_dev) in avp_dev_create()
949 eth_avp_dev_init(struct rte_eth_dev *eth_dev) in eth_avp_dev_init()
1023 eth_avp_dev_uninit(struct rte_eth_dev *eth_dev) in eth_avp_dev_uninit()
1991 avp_dev_configure(struct rte_eth_dev *eth_dev) in avp_dev_configure()
2049 avp_dev_start(struct rte_eth_dev *eth_dev) in avp_dev_start()
2080 avp_dev_stop(struct rte_eth_dev *eth_dev) in avp_dev_stop()
2108 avp_dev_close(struct rte_eth_dev *eth_dev) in avp_dev_close()
[all …]
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c166 int bnxt_representor_init(struct rte_eth_dev *eth_dev, void *params) in bnxt_representor_init()
252 int bnxt_representor_uninit(struct rte_eth_dev *eth_dev) in bnxt_representor_uninit()
399 int bnxt_rep_dev_start_op(struct rte_eth_dev *eth_dev) in bnxt_rep_dev_start_op()
477 int bnxt_rep_dev_stop_op(struct rte_eth_dev *eth_dev) in bnxt_rep_dev_stop_op()
497 int bnxt_rep_dev_close_op(struct rte_eth_dev *eth_dev) in bnxt_rep_dev_close_op()
504 int bnxt_rep_dev_info_get_op(struct rte_eth_dev *eth_dev, in bnxt_rep_dev_info_get_op()
551 int bnxt_rep_dev_configure_op(__rte_unused struct rte_eth_dev *eth_dev) in bnxt_rep_dev_configure_op()
588 int bnxt_rep_rx_queue_setup_op(struct rte_eth_dev *eth_dev, in bnxt_rep_rx_queue_setup_op()
690 int bnxt_rep_tx_queue_setup_op(struct rte_eth_dev *eth_dev, in bnxt_rep_tx_queue_setup_op()
772 int bnxt_rep_stats_get_op(struct rte_eth_dev *eth_dev, in bnxt_rep_stats_get_op()
[all …]
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_adptr.c9 const struct rte_eth_dev *eth_dev, uint32_t *caps) in otx2_sso_rx_adapter_caps_get()
311 const struct rte_eth_dev *eth_dev, in otx2_sso_rx_adapter_queue_add()
363 const struct rte_eth_dev *eth_dev, in otx2_sso_rx_adapter_queue_del()
390 const struct rte_eth_dev *eth_dev) in otx2_sso_rx_adapter_start()
400 const struct rte_eth_dev *eth_dev) in otx2_sso_rx_adapter_stop()
410 const struct rte_eth_dev *eth_dev, uint32_t *caps) in otx2_sso_tx_adapter_caps_get()
507 const struct rte_eth_dev *eth_dev, in otx2_sso_tx_adapter_queue_add()
544 const struct rte_eth_dev *eth_dev, in otx2_sso_tx_adapter_queue_del()

1234567