Searched refs:vf_rep_eth_dev (Results 1 – 1 of 1) sorted by relevance
5439 struct rte_eth_dev *vf_rep_eth_dev; in bnxt_pci_remove_dev_with_reps() local5446 vf_rep_eth_dev = bp->rep_info[i].vfr_eth_dev; in bnxt_pci_remove_dev_with_reps()5447 if (!vf_rep_eth_dev) in bnxt_pci_remove_dev_with_reps()5450 vf_rep_eth_dev->data->port_id); in bnxt_pci_remove_dev_with_reps()5451 rte_eth_dev_destroy(vf_rep_eth_dev, bnxt_representor_uninit); in bnxt_pci_remove_dev_with_reps()5516 struct rte_eth_dev *vf_rep_eth_dev; in bnxt_rep_port_probe() local5656 vf_rep_eth_dev = rte_eth_dev_allocated(name); in bnxt_rep_port_probe()5657 if (!vf_rep_eth_dev) { in bnxt_rep_port_probe()5667 vf_rep_eth_dev; in bnxt_rep_port_probe()