Searched refs:BALANCE_XMIT_POLICY_LAYER2 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond.h | 84 #define BALANCE_XMIT_POLICY_LAYER2 (0) macro
|
| H A D | rte_eth_bond_args.c | 261 *xmit_policy = BALANCE_XMIT_POLICY_LAYER2; in bond_ethdev_parse_balance_xmit_policy_kvarg()
|
| H A D | rte_eth_bond_api.c | 938 case BALANCE_XMIT_POLICY_LAYER2: in rte_eth_bond_xmit_policy_set()
|
| H A D | rte_eth_bond_pmd.c | 3246 internals->balance_xmit_policy = BALANCE_XMIT_POLICY_LAYER2; in bond_alloc()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding.c | 2643 INVALID_PORT_ID, BALANCE_XMIT_POLICY_LAYER2), in test_balance_xmit_policy_configuration() 2648 test_params->slave_port_ids[0], BALANCE_XMIT_POLICY_LAYER2), in test_balance_xmit_policy_configuration() 2653 test_params->bonded_port_id, BALANCE_XMIT_POLICY_LAYER2), in test_balance_xmit_policy_configuration() 2657 BALANCE_XMIT_POLICY_LAYER2, "balance xmit policy not as expected."); in test_balance_xmit_policy_configuration() 2702 test_params->bonded_port_id, BALANCE_XMIT_POLICY_LAYER2), in test_balance_l2_tx_burst() 3031 test_params->bonded_port_id, BALANCE_XMIT_POLICY_LAYER2), in test_balance_tx_burst_slave_tx_fail() 3440 test_params->bonded_port_id, BALANCE_XMIT_POLICY_LAYER2), in test_balance_verify_slave_link_status_change_behaviour()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 5892 policy = BALANCE_XMIT_POLICY_LAYER2; in cmd_set_bonding_balance_xmit_policy_parsed() 5981 case BALANCE_XMIT_POLICY_LAYER2: in cmd_show_bonding_config_parsed()
|