Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c162 struct rte_eth_dev_info slave_info; in bond_ethdev_8023ad_flow_verify() local
189 ret = rte_eth_dev_info_get(slave_port, &slave_info); in bond_ethdev_8023ad_flow_verify()
2177 struct rte_eth_dev_info slave_info; in bond_ethdev_info() local
2193 if (slave_info.max_rx_queues < max_nb_rx_queues) in bond_ethdev_info()
2194 max_nb_rx_queues = slave_info.max_rx_queues; in bond_ethdev_info()
2196 if (slave_info.max_tx_queues < max_nb_tx_queues) in bond_ethdev_info()
2197 max_nb_tx_queues = slave_info.max_tx_queues; in bond_ethdev_info()
2199 if (slave_info.rx_desc_lim.nb_max < max_rx_desc_lim) in bond_ethdev_info()
2200 max_rx_desc_lim = slave_info.rx_desc_lim.nb_max; in bond_ethdev_info()
2202 if (slave_info.tx_desc_lim.nb_max < max_tx_desc_lim) in bond_ethdev_info()
[all …]