Lines Matching refs:pf
247 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_PF_NUMBER, attrs->pci_pf.pf)) in devlink_nl_port_attrs_put()
255 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_PF_NUMBER, attrs->pci_vf.pf) || in devlink_nl_port_attrs_put()
265 attrs->pci_sf.pf) || in devlink_nl_port_attrs_put()
1383 u16 pf, bool external) in devlink_port_attrs_pci_pf_set() argument
1395 attrs->pci_pf.pf = pf; in devlink_port_attrs_pci_pf_set()
1411 u16 pf, u16 vf, bool external) in devlink_port_attrs_pci_vf_set() argument
1423 attrs->pci_vf.pf = pf; in devlink_port_attrs_pci_vf_set()
1439 u16 pf, u32 sf, bool external) in devlink_port_attrs_pci_sf_set() argument
1451 attrs->pci_sf.pf = pf; in devlink_port_attrs_pci_sf_set()
1553 n = snprintf(name, len, "pf%u", attrs->pci_pf.pf); in __devlink_port_phys_port_name_get()
1564 attrs->pci_vf.pf, attrs->pci_vf.vf); 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()