Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond.h149 rte_eth_bond_mode_set(uint16_t bonded_port_id, uint8_t mode);
160 rte_eth_bond_mode_get(uint16_t bonded_port_id);
183 rte_eth_bond_primary_get(uint16_t bonded_port_id);
227 rte_eth_bond_mac_address_set(uint16_t bonded_port_id,
240 rte_eth_bond_mac_address_reset(uint16_t bonded_port_id);
265 rte_eth_bond_xmit_policy_get(uint16_t bonded_port_id);
291 rte_eth_bond_link_monitoring_get(uint16_t bonded_port_id);
305 rte_eth_bond_link_down_prop_delay_set(uint16_t bonded_port_id,
318 rte_eth_bond_link_down_prop_delay_get(uint16_t bonded_port_id);
331 rte_eth_bond_link_up_prop_delay_set(uint16_t bonded_port_id,
[all …]
H A Drte_eth_bond_api.c609 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_slave_add()
731 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_slave_remove()
751 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_mode_set()
764 rte_eth_bond_mode_get(uint16_t bonded_port_id) in rte_eth_bond_mode_get() argument
768 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_mode_get()
781 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_primary_set()
802 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_primary_get()
820 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_slaves_get()
843 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_active_slaves_get()
867 if (valid_bonded_port_id(bonded_port_id) != 0) in rte_eth_bond_mac_address_set()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c66 int16_t bonded_port_id; member
92 .bonded_port_id = -1,
567 test_params->bonded_port_id); in test_start_bonded_device()
919 if (bonded_port_id == -1) { in test_set_bonded_port_initialization_mac_assignment()
979 bonded_port_id); in test_set_bonded_port_initialization_mac_assignment()
988 bonded_port_id); in test_set_bonded_port_initialization_mac_assignment()
997 bonded_port_id); in test_set_bonded_port_initialization_mac_assignment()
1036 bonded_port_id); in test_set_bonded_port_initialization_mac_assignment()
1040 bonded_port_id); in test_set_bonded_port_initialization_mac_assignment()
1044 bonded_port_id); in test_set_bonded_port_initialization_mac_assignment()
[all …]
H A Dtest_link_bonding_mode4.c88 uint8_t bonded_port_id; member
102 .bonded_port_id = INVALID_PORT_ID,
248 test_params.bonded_port_id); in add_slave()
289 test_params.bonded_port_id); in remove_slave()
360 test_params.bonded_port_id); in remove_slaves_and_stop_bonded_device()
686 test_params.bonded_port_id); in test_mode4_agg_mode_selection()
700 test_params.bonded_port_id, in test_mode4_agg_mode_selection()
708 test_params.bonded_port_id); in test_mode4_agg_mode_selection()
728 test_params.bonded_port_id); in test_mode4_agg_mode_selection()
1413 test_params.bonded_port_id, in test_mode4_ext_ctrl()
[all …]