Lines Matching refs:pci_sf
263 attrs->pci_sf.controller) || in devlink_nl_port_attrs_put()
265 attrs->pci_sf.pf) || in devlink_nl_port_attrs_put()
267 attrs->pci_sf.sf)) in devlink_nl_port_attrs_put()
1450 attrs->pci_sf.controller = controller; in devlink_port_attrs_pci_sf_set()
1451 attrs->pci_sf.pf = pf; in devlink_port_attrs_pci_sf_set()
1452 attrs->pci_sf.sf = sf; in devlink_port_attrs_pci_sf_set()
1453 attrs->pci_sf.external = external; in devlink_port_attrs_pci_sf_set()
1489 devlink_port->attrs.pci_sf.external)) in devl_port_fn_devlink_set()
1567 if (attrs->pci_sf.external) { in __devlink_port_phys_port_name_get()
1568 n = snprintf(name, len, "c%u", attrs->pci_sf.controller); in __devlink_port_phys_port_name_get()
1574 n = snprintf(name, len, "pf%usf%u", attrs->pci_sf.pf, in __devlink_port_phys_port_name_get()
1575 attrs->pci_sf.sf); in __devlink_port_phys_port_name_get()