Home
last modified time | relevance | path

Searched refs:pci_sf (Results 1 – 3 of 3) sorted by relevance

/linux/net/devlink/
H A Dport.c264 attrs->pci_sf.controller) || in devlink_nl_port_attrs_put()
266 attrs->pci_sf.pf) || in devlink_nl_port_attrs_put()
268 attrs->pci_sf.sf)) in devlink_nl_port_attrs_put()
270 if (nla_put_u8(msg, DEVLINK_ATTR_PORT_EXTERNAL, attrs->pci_sf.external)) in devlink_nl_port_attrs_put()
1438 attrs->pci_sf.controller = controller; in devlink_port_attrs_pci_sf_set()
1439 attrs->pci_sf.pf = pf; in devlink_port_attrs_pci_sf_set()
1440 attrs->pci_sf.sf = sf; in devlink_port_attrs_pci_sf_set()
1441 attrs->pci_sf.external = external; in devlink_port_attrs_pci_sf_set()
1477 devlink_port->attrs.pci_sf.external)) in devl_port_fn_devlink_set()
1555 if (attrs->pci_sf.external || attrs->pci_sf.controller) { in __devlink_port_phys_port_name_get()
[all …]
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c591 xa_erase(&pf->sf_nums, devlink_port->attrs.pci_sf.sf); in ice_dealloc_dynamic_port()
874 attrs.pci_sf.pf = pf->hw.pf_id; in ice_devlink_create_sf_port()
875 attrs.pci_sf.sf = dyn_port->sfnum; in ice_devlink_create_sf_port()
/linux/include/net/
H A Ddevlink.h102 struct devlink_port_pci_sf_attrs pci_sf; member