summaryrefslogtreecommitdiffstats
path: root/src/pal/linux/rte_ethdev_includes.h
blob: de115d771d4dcd00f1153b2c446bde1d8d86f42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
struct rte_eth_link {
    int link_autoneg;
    int link_speed;
    int link_duplex;
    int link_status;
};


enum rte_eth_fc_mode {
};

struct rte_eth_xstat {
};

struct rte_eth_xstat_name {
};

struct rte_eth_fc_conf {
};

struct rte_eth_dev_info {
};