Searched refs:bond_dev (Results 1 – 6 of 6) sorted by relevance
1179 bond_mode_8023ad_stop(bond_dev); in bond_mode_8023ad_mac_address_update()1202 if (bond_dev->data->dev_started) in bond_mode_8023ad_mac_address_update()1306 bond_dev); in bond_mode_8023ad_start()1319 bond_dev); in bond_mode_8023ad_stop()1409 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_conf_get() local1426 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_agg_selection_set() local1448 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_agg_selection_get() local1497 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_setup() local1518 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_slave_info() local1550 struct rte_eth_dev *bond_dev; in bond_8023ad_ext_validate() local[all …]
32 bond_mode_alb_enable(struct rte_eth_dev *bond_dev) in bond_mode_alb_enable() argument34 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_mode_alb_enable()39 int socket_id = bond_dev->data->numa_node; in bond_mode_alb_enable()55 bond_dev->device->name); in bond_mode_alb_enable()64 bond_dev->device->name); in bond_mode_alb_enable()248 bond_mode_alb_client_list_upd(struct rte_eth_dev *bond_dev) in bond_mode_alb_client_list_upd() argument250 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_mode_alb_client_list_upd()
59 bond_mode_alb_enable(struct rte_eth_dev *bond_dev);111 bond_mode_alb_client_list_upd(struct rte_eth_dev *bond_dev);
299 bond_mode_8023ad_mac_address_update(struct rte_eth_dev *bond_dev);302 bond_ethdev_8023ad_flow_verify(struct rte_eth_dev *bond_dev,306 bond_ethdev_8023ad_flow_set(struct rte_eth_dev *bond_dev, uint16_t slave_port);
154 struct rte_eth_dev *bond_dev; in rte_eth_bond_create() local172 bond_dev = rte_eth_dev_get_by_name(name); in rte_eth_bond_create()173 RTE_ASSERT(bond_dev); in rte_eth_bond_create()181 internals = bond_dev->data->dev_private; in rte_eth_bond_create()185 return bond_dev->data->port_id; in rte_eth_bond_create()
160 bond_ethdev_8023ad_flow_verify(struct rte_eth_dev *bond_dev, in bond_ethdev_8023ad_flow_verify() argument164 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_ethdev_8023ad_flow_verify()198 if (slave_info.max_rx_queues < bond_dev->data->nb_rx_queues || in bond_ethdev_8023ad_flow_verify()199 slave_info.max_tx_queues < bond_dev->data->nb_tx_queues) { in bond_ethdev_8023ad_flow_verify()211 struct rte_eth_dev *bond_dev = &rte_eth_devices[port_id]; in bond_8023ad_slow_pkt_hw_filter_supported() local212 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_8023ad_slow_pkt_hw_filter_supported()219 ret = rte_eth_dev_info_get(bond_dev->data->port_id, &bond_info); in bond_8023ad_slow_pkt_hw_filter_supported()223 __func__, bond_dev->data->port_id, in bond_8023ad_slow_pkt_hw_filter_supported()233 if (bond_ethdev_8023ad_flow_verify(bond_dev, in bond_8023ad_slow_pkt_hw_filter_supported()243 bond_ethdev_8023ad_flow_set(struct rte_eth_dev *bond_dev, uint16_t slave_port) { in bond_ethdev_8023ad_flow_set() argument[all …]