Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c19 check_for_bonded_ethdev(const struct rte_eth_dev *eth_dev) in check_for_bonded_ethdev() function
36 return check_for_bonded_ethdev(&rte_eth_devices[port_id]); in valid_bonded_port_id()
45 if (check_for_bonded_ethdev(eth_dev) != 0) in check_for_master_bonded_ethdev()
64 if (check_for_bonded_ethdev(&rte_eth_devices[port_id]) == 0 && in valid_slave_port_id()
H A Deth_bond_private.h192 check_for_bonded_ethdev(const struct rte_eth_dev *eth_dev);
H A Drte_eth_bond_pmd.c1940 if (check_for_bonded_ethdev(eth_dev)) { in bond_ethdev_start()
2819 if (check_for_bonded_ethdev(bonded_eth_dev)) in bond_ethdev_lsc_event_callback()