Lines Matching refs:pci_sf
238 attrs->pci_sf.controller) ||
240 attrs->pci_sf.pf) ||
242 attrs->pci_sf.sf))
1388 attrs->pci_sf.controller = controller;
1389 attrs->pci_sf.pf = pf;
1390 attrs->pci_sf.sf = sf;
1391 attrs->pci_sf.external = external;
1461 if (attrs->pci_sf.external) {
1462 n = snprintf(name, len, "c%u", attrs->pci_sf.controller);
1468 n = snprintf(name, len, "pf%usf%u", attrs->pci_sf.pf,
1469 attrs->pci_sf.sf);