Searched defs:ark_user_ext (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/ark/ |
| H A D | ark_global.h | 76 struct ark_user_ext { struct 77 void *(*dev_init)(struct rte_eth_dev *, void *abar, int port_id); 78 void (*dev_uninit)(struct rte_eth_dev *, void *); 79 int (*dev_get_port_count)(struct rte_eth_dev *, void *); 80 int (*dev_configure)(struct rte_eth_dev *, void *); 81 int (*dev_start)(struct rte_eth_dev *, void *); 82 void (*dev_stop)(struct rte_eth_dev *, void *); 83 void (*dev_close)(struct rte_eth_dev *, void *); 84 int (*link_update)(struct rte_eth_dev *, int wait_to_complete, void *); 85 int (*dev_set_link_up)(struct rte_eth_dev *, void *); [all …]
|