Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c1182 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_conf_get() local
1238 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_setup() local
1271 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_start() local
1275 if (mode4->slowrx_cb) in bond_mode_8023ad_start()
1286 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_stop() local
1288 if (mode4->slowrx_cb) { in bond_mode_8023ad_stop()
1300 struct mode8023ad_private *mode4 = &internals->mode4; in bond_mode_8023ad_handle_slow_pkt() local
1412 mode4 = &internals->mode4; in rte_eth_bond_8023ad_agg_selection_set()
1433 mode4 = &internals->mode4; in rte_eth_bond_8023ad_agg_selection_get()
1541 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()
1660 internals->mode4.dedicated_queues.rx_qid, in slave_configure_slow_queue()
1673 internals->mode4.dedicated_queues.tx_qid, in slave_configure_slow_queue()
1975 internals->mode4.dedicated_queues.rx_qid = in bond_ethdev_start()
1977 internals->mode4.dedicated_queues.tx_qid = in bond_ethdev_start()
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()
3414 internals->mode4.agg_selection = agg_mode; in bond_probe()
[all …]
H A Deth_bond_private.h144 struct mode8023ad_private mode4; member