Lines Matching defs:external
224 if (nla_put_u8(msg, DEVLINK_ATTR_PORT_EXTERNAL, attrs->pci_pf.external))
233 if (nla_put_u8(msg, DEVLINK_ATTR_PORT_EXTERNAL, attrs->pci_vf.external))
1319 * @external: indicates if the port is for an external controller
1322 u16 pf, bool external)
1335 attrs->pci_pf.external = external;
1346 * @external: indicates if the port is for an external controller
1349 u16 pf, u16 vf, bool external)
1363 attrs->pci_vf.external = external;
1374 * @external: indicates if the port is for an external controller
1377 u16 pf, u32 sf, bool external)
1391 attrs->pci_sf.external = external;
1440 if (attrs->pci_pf.external) {
1450 if (attrs->pci_vf.external) {
1461 if (attrs->pci_sf.external) {