Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1361 if (bond_ctx->mode == BONDING_MODE_8023AD) { in link_properties_set()
1387 if (bond_ctx->mode == BONDING_MODE_8023AD) { in link_properties_valid()
2399 struct bond_dev_private *bond_ctx; in bond_ethdev_link_update() local
2406 bond_ctx = ethdev->data->dev_private; in bond_ethdev_link_update()
2411 bond_ctx->active_slave_count == 0) { in bond_ethdev_link_update()
2423 switch (bond_ctx->mode) { in bond_ethdev_link_update()
2444 bond_ctx->active_slaves[idx], in bond_ethdev_link_update()
2460 bond_ctx->current_primary_port, in bond_ethdev_link_update()
2469 bond_ctx->mode4.slave_link.link_autoneg; in bond_ethdev_link_update()
2471 bond_ctx->mode4.slave_link.link_duplex; in bond_ethdev_link_update()
[all …]