Home
last modified time | relevance | path

Searched refs:primary_slave_port_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_args.c235 int primary_slave_port_id; in bond_ethdev_parse_primary_slave_port_id_kvarg() local
240 primary_slave_port_id = parse_port_id(value); in bond_ethdev_parse_primary_slave_port_id_kvarg()
241 if (primary_slave_port_id < 0) in bond_ethdev_parse_primary_slave_port_id_kvarg()
244 *(uint16_t *)extra_args = (uint16_t)primary_slave_port_id; in bond_ethdev_parse_primary_slave_port_id_kvarg()
H A Drte_eth_bond_pmd.c3631 uint16_t primary_slave_port_id; in bond_ethdev_configure() local
3636 &primary_slave_port_id) < 0) { in bond_ethdev_configure()
3644 if (rte_eth_bond_primary_set(port_id, primary_slave_port_id) in bond_ethdev_configure()
3648 primary_slave_port_id, name); in bond_ethdev_configure()