Lines Matching defs:eth_dev
113 int cxgbe_dev_info_get(struct rte_eth_dev *eth_dev, in cxgbe_dev_info_get()
153 int cxgbe_dev_promiscuous_enable(struct rte_eth_dev *eth_dev) in cxgbe_dev_promiscuous_enable()
169 int cxgbe_dev_promiscuous_disable(struct rte_eth_dev *eth_dev) in cxgbe_dev_promiscuous_disable()
185 int cxgbe_dev_allmulticast_enable(struct rte_eth_dev *eth_dev) in cxgbe_dev_allmulticast_enable()
196 int cxgbe_dev_allmulticast_disable(struct rte_eth_dev *eth_dev) in cxgbe_dev_allmulticast_disable()
207 int cxgbe_dev_link_update(struct rte_eth_dev *eth_dev, in cxgbe_dev_link_update()
302 int cxgbe_dev_mtu_set(struct rte_eth_dev *eth_dev, uint16_t mtu) in cxgbe_dev_mtu_set()
315 int cxgbe_dev_close(struct rte_eth_dev *eth_dev) in cxgbe_dev_close()
355 int cxgbe_dev_start(struct rte_eth_dev *eth_dev) in cxgbe_dev_start()
413 int cxgbe_dev_stop(struct rte_eth_dev *eth_dev) in cxgbe_dev_stop()
435 int cxgbe_dev_configure(struct rte_eth_dev *eth_dev) in cxgbe_dev_configure()
466 int cxgbe_dev_tx_queue_start(struct rte_eth_dev *eth_dev, uint16_t tx_queue_id) in cxgbe_dev_tx_queue_start()
481 int cxgbe_dev_tx_queue_stop(struct rte_eth_dev *eth_dev, uint16_t tx_queue_id) in cxgbe_dev_tx_queue_stop()
496 int cxgbe_dev_tx_queue_setup(struct rte_eth_dev *eth_dev, in cxgbe_dev_tx_queue_setup()
548 void cxgbe_dev_tx_queue_release(struct rte_eth_dev *eth_dev, uint16_t qid) in cxgbe_dev_tx_queue_release()
564 int cxgbe_dev_rx_queue_start(struct rte_eth_dev *eth_dev, uint16_t rx_queue_id) in cxgbe_dev_rx_queue_start()
582 int cxgbe_dev_rx_queue_stop(struct rte_eth_dev *eth_dev, uint16_t rx_queue_id) in cxgbe_dev_rx_queue_stop()
600 int cxgbe_dev_rx_queue_setup(struct rte_eth_dev *eth_dev, in cxgbe_dev_rx_queue_setup()
677 void cxgbe_dev_rx_queue_release(struct rte_eth_dev *eth_dev, uint16_t qid) in cxgbe_dev_rx_queue_release()
696 static int cxgbe_dev_stats_get(struct rte_eth_dev *eth_dev, in cxgbe_dev_stats_get()
734 static int cxgbe_dev_stats_reset(struct rte_eth_dev *eth_dev) in cxgbe_dev_stats_reset()
1067 static int cxgbe_flow_ctrl_get(struct rte_eth_dev *eth_dev, in cxgbe_flow_ctrl_get()
1095 static int cxgbe_flow_ctrl_set(struct rte_eth_dev *eth_dev, in cxgbe_flow_ctrl_set()
1135 cxgbe_dev_supported_ptypes_get(struct rte_eth_dev *eth_dev) in cxgbe_dev_supported_ptypes_get()
1432 static int cxgbe_get_regs_len(struct rte_eth_dev *eth_dev) in cxgbe_get_regs_len()
1440 static int cxgbe_get_regs(struct rte_eth_dev *eth_dev, in cxgbe_get_regs()
1673 static int eth_cxgbe_dev_init(struct rte_eth_dev *eth_dev) in eth_cxgbe_dev_init()
1747 static int eth_cxgbe_dev_uninit(struct rte_eth_dev *eth_dev) in eth_cxgbe_dev_uninit()