net: add rte prefix to ether structures
[dpdk.git] / drivers / net / ipn3ke / ipn3ke_ethdev.h
index d2c73e5..566bc76 100644 (file)
@@ -245,7 +245,7 @@ struct ipn3ke_rpst {
        struct rte_eth_link ori_linfo;
        struct ipn3ke_tm_internals tm;
        /**< Private data store of assocaiated physical function */
-       struct ether_addr mac_addr;
+       struct rte_ether_addr mac_addr;
 };
 
 /* UUID IDs */
@@ -291,6 +291,7 @@ struct ipn3ke_hw {
        uint32_t acc_tm;
        uint32_t acc_flow;
 
+       struct ipn3ke_flow_list flow_list;
        uint32_t flow_max_entries;
        uint32_t flow_num_entries;
 
@@ -544,7 +545,7 @@ void
 ipn3ke_rpst_allmulticast_disable(struct rte_eth_dev *ethdev);
 int
 ipn3ke_rpst_mac_addr_set(struct rte_eth_dev *ethdev,
-               struct ether_addr *mac_addr);
+               struct rte_ether_addr *mac_addr);
 int
 ipn3ke_rpst_mtu_set(struct rte_eth_dev *ethdev, uint16_t mtu);
 
@@ -552,6 +553,13 @@ int
 ipn3ke_rpst_init(struct rte_eth_dev *ethdev, void *init_params);
 int
 ipn3ke_rpst_uninit(struct rte_eth_dev *ethdev);
+int
+ipn3ke_hw_tm_init(struct ipn3ke_hw *hw);
+void
+ipn3ke_tm_init(struct ipn3ke_rpst *rpst);
+int
+ipn3ke_tm_ops_get(struct rte_eth_dev *ethdev,
+               void *arg);
 
 
 /* IPN3KE_MASK is a macro used on 32 bit registers */