Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_class_eth.c86 if (eth_da.nb_mh_controllers == 0 && eth_da.nb_ports == 0 && in eth_representor_cmp()
89 nc = eth_da.nb_mh_controllers > 0 ? eth_da.nb_mh_controllers : 1; in eth_representor_cmp()
100 eth_da.nb_mh_controllers == 0 ? -1 : in eth_representor_cmp()
H A Dethdev_private.c151 &eth_da->nb_mh_controllers, in rte_eth_devargs_parse_representor_ports()
163 } else if (eth_da->nb_mh_controllers > 0) { in rte_eth_devargs_parse_representor_ports()
H A Dethdev_driver.h1580 uint16_t nb_mh_controllers; member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c2234 if (eth_da.nb_mh_controllers == 0) { in mlx5_os_pci_probe_pf()
2235 eth_da.nb_mh_controllers = 1; in mlx5_os_pci_probe_pf()
/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c3129 if (eth_da->nb_mh_controllers > 0) { in sfc_eth_dev_create_representors()
3130 for (i = 0; i < eth_da->nb_mh_controllers; i++) { in sfc_eth_dev_create_representors()