Searched refs:bond_file (Results 1 – 1 of 1) sorted by relevance
1723 FILE *bond_file = NULL, *file; in mlx5_device_bond_pci_match() local1758 bond_file = fopen(slaves, "r"); in mlx5_device_bond_pci_match()1759 if (bond_file) in mlx5_device_bond_pci_match()1762 if (!bond_file) in mlx5_device_bond_pci_match()1766 while (fscanf(bond_file, "%" RTE_STR(IF_NAMESIZE) "s", ifname) == 1) { in mlx5_device_bond_pci_match()