Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1357 if (bond_ctx->mode == BONDING_MODE_8023AD) { in link_properties_set()
1383 if (bond_ctx->mode == BONDING_MODE_8023AD) { in link_properties_valid()
2438 struct bond_dev_private *bond_ctx; in bond_ethdev_link_update() local
2445 bond_ctx = ethdev->data->dev_private; in bond_ethdev_link_update()
2450 bond_ctx->active_slave_count == 0) { in bond_ethdev_link_update()
2462 switch (bond_ctx->mode) { in bond_ethdev_link_update()
2483 bond_ctx->active_slaves[idx], in bond_ethdev_link_update()
2499 bond_ctx->current_primary_port, in bond_ethdev_link_update()
2508 bond_ctx->mode4.slave_link.link_autoneg; in bond_ethdev_link_update()
2510 bond_ctx->mode4.slave_link.link_duplex; in bond_ethdev_link_update()
[all …]