Searched refs:eth_devs (Results 1 – 1 of 1) sorted by relevance
1809 szedata2_eth_dev_release_interval(struct rte_eth_dev **eth_devs, in szedata2_eth_dev_release_interval() argument1817 rte_szedata2_eth_dev_uninit(eth_devs[i]); in szedata2_eth_dev_release_interval()1818 rte_eth_dev_release_port(eth_devs[i]); in szedata2_eth_dev_release_interval()1833 struct rte_eth_dev *eth_devs[SZEDATA2_MAX_PORTS] = {NULL,}; in szedata2_eth_pci_probe() local1855 eth_devs[i] = szedata2_eth_dev_allocate(pci_dev, in szedata2_eth_pci_probe()1857 if (eth_devs[i] == NULL) { in szedata2_eth_pci_probe()1860 szedata2_eth_dev_release_interval(eth_devs, 0, i); in szedata2_eth_pci_probe()1865 ret = rte_szedata2_eth_dev_init(eth_devs[i], &port_info[i]); in szedata2_eth_pci_probe()1869 rte_eth_dev_release_port(eth_devs[i]); in szedata2_eth_pci_probe()1870 szedata2_eth_dev_release_interval(eth_devs, 0, i); in szedata2_eth_pci_probe()[all …]