Lines Matching refs:pci_slot
61 char pci_slot[ALTIFNAMSIZ]; member
476 s = names->pci_slot; in dev_pci_slot()
477 l = sizeof(names->pci_slot); in dev_pci_slot()
488 names->pci_slot[0] = '\0'; in dev_pci_slot()
492 empty_to_na(names->pci_slot)); in dev_pci_slot()
648 if (vf_names.pci_slot[0]) in names_pci()
649 … if (strlen(vf_names.pci_slot) + strlen(virtfn_suffix) < sizeof(names->pci_slot)) in names_pci()
650 strscpyl(names->pci_slot, sizeof(names->pci_slot), in names_pci()
651 vf_names.pci_slot, virtfn_suffix, NULL); in names_pci()
1104 if (names.pci_slot[0] && in builtin_net_id()
1105 snprintf_ok(str, sizeof str, "%s%s", prefix, names.pci_slot)) in builtin_net_id()
1118 if (names.pci_slot[0] && in builtin_net_id()
1119 snprintf_ok(str, sizeof str, "%s%s%s", prefix, names.pci_slot, names.usb_ports)) in builtin_net_id()
1132 if (names.pci_slot[0] && in builtin_net_id()
1133 snprintf_ok(str, sizeof str, "%s%s%s", prefix, names.pci_slot, names.bcma_core)) in builtin_net_id()