Home
last modified time | relevance | path

Searched refs:bond_dev (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1179 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() local
1426 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_agg_selection_set() local
1448 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_agg_selection_get() local
1497 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_setup() local
1518 struct rte_eth_dev *bond_dev; in rte_eth_bond_8023ad_slave_info() local
1550 struct rte_eth_dev *bond_dev; in bond_8023ad_ext_validate() local
[all …]
H A Drte_eth_bond_alb.c32 bond_mode_alb_enable(struct rte_eth_dev *bond_dev) in bond_mode_alb_enable() argument
34 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() argument
250 struct bond_dev_private *internals = bond_dev->data->dev_private; in bond_mode_alb_client_list_upd()
H A Drte_eth_bond_alb.h59 bond_mode_alb_enable(struct rte_eth_dev *bond_dev);
111 bond_mode_alb_client_list_upd(struct rte_eth_dev *bond_dev);
H A Deth_bond_8023ad_private.h299 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);
H A Drte_eth_bond_api.c154 struct rte_eth_dev *bond_dev; in rte_eth_bond_create() local
172 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()
H A Drte_eth_bond_pmd.c160 bond_ethdev_8023ad_flow_verify(struct rte_eth_dev *bond_dev, in bond_ethdev_8023ad_flow_verify() argument
164 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() local
212 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 …]