Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Deth_bond_private.h197 find_slave_by_id(uint16_t *slaves, uint16_t slaves_count, uint16_t slave_id) { in find_slave_by_id() argument
200 for (pos = 0; pos < slaves_count; pos++) { in find_slave_by_id()
H A Drte_eth_bond_8023ad.c683 uint16_t slaves_count, new_agg_id, i, j = 0; in selection_logic() local
693 slaves_count = internals->active_slave_count; in selection_logic()
697 for (i = 0; i < slaves_count; ++i) { in selection_logic()
732 agg_new_idx = max_index(agg_count, slaves_count); in selection_logic()
736 agg_new_idx = max_index(agg_bandwidth, slaves_count); in selection_logic()
740 if (default_slave == slaves_count) in selection_logic()
746 if (default_slave == slaves_count) in selection_logic()
/f-stack/dpdk/examples/bond/
H A Dmain.c111 uint16_t slaves_count; variable
259 for (i = 0; i < slaves_count; i++) { in bond_port_init()
294 slaves_count) { in bond_port_init()
753 for (i = 0; i < slaves_count; i++) { in cmd_show_parsed()
841 slaves_count = nb_ports; in main()
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_mode4.c1525 int slaves_count; in check_environment() local
1545 slaves_count = rte_eth_bond_slaves_get(test_params.bonded_port_id, in check_environment()
1548 if (slaves_count != 0) in check_environment()