Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1211 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_conf_get() local
1267 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_setup() local
1300 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_start() local
1304 if (mode4->slowrx_cb) in bond_mode_8023ad_start()
1315 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_stop() local
1317 if (mode4->slowrx_cb) { in bond_mode_8023ad_stop()
1329 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_handle_slow_pkt() local
1439 mode4 = &internals->mode4; in rte_eth_bond_8023ad_agg_selection_set()
1460 mode4 = &internals->mode4; in rte_eth_bond_8023ad_agg_selection_get()
1568 mode4 = &internals->mode4; in bond_8023ad_ext_validate()
[all …]
H A Drte_eth_bond_pmd.c185 internals->mode4.dedicated_queues.rx_qid); in bond_ethdev_8023ad_flow_verify()
248 .index = internals->mode4.dedicated_queues.rx_qid, in bond_ethdev_8023ad_flow_set()
267 internals->mode4.dedicated_queues.rx_qid); in bond_ethdev_8023ad_flow_set()
1656 internals->mode4.dedicated_queues.rx_qid, in slave_configure_slow_queue()
1669 internals->mode4.dedicated_queues.tx_qid, in slave_configure_slow_queue()
1997 internals->mode4.dedicated_queues.rx_qid = in bond_ethdev_start()
1999 internals->mode4.dedicated_queues.tx_qid = in bond_ethdev_start()
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()
3525 internals->mode4.agg_selection = agg_mode; in bond_probe()
[all …]
H A Deth_bond_private.h144 struct mode8023ad_private mode4; member