DEVLINK_ATTR_PORT_INDEX  159 net/core/devlink.c 	if (attrs[DEVLINK_ATTR_PORT_INDEX]) {
DEVLINK_ATTR_PORT_INDEX  160 net/core/devlink.c 		u32 port_index = nla_get_u32(attrs[DEVLINK_ATTR_PORT_INDEX]);
DEVLINK_ATTR_PORT_INDEX  562 net/core/devlink.c 	if (nla_put_u32(msg, DEVLINK_ATTR_PORT_INDEX, devlink_port->index))
DEVLINK_ATTR_PORT_INDEX  799 net/core/devlink.c 	if (!info->attrs[DEVLINK_ATTR_PORT_INDEX] ||
DEVLINK_ATTR_PORT_INDEX  803 net/core/devlink.c 	port_index = nla_get_u32(info->attrs[DEVLINK_ATTR_PORT_INDEX]);
DEVLINK_ATTR_PORT_INDEX  823 net/core/devlink.c 	if (!info->attrs[DEVLINK_ATTR_PORT_INDEX])
DEVLINK_ATTR_PORT_INDEX  826 net/core/devlink.c 	port_index = nla_get_u32(info->attrs[DEVLINK_ATTR_PORT_INDEX]);
DEVLINK_ATTR_PORT_INDEX 1131 net/core/devlink.c 	if (nla_put_u32(msg, DEVLINK_ATTR_PORT_INDEX, devlink_port->index))
DEVLINK_ATTR_PORT_INDEX 1325 net/core/devlink.c 	if (nla_put_u32(msg, DEVLINK_ATTR_PORT_INDEX, devlink_port->index))
DEVLINK_ATTR_PORT_INDEX 3080 net/core/devlink.c 		if (nla_put_u32(msg, DEVLINK_ATTR_PORT_INDEX, port_index))
DEVLINK_ATTR_PORT_INDEX 5790 net/core/devlink.c 	[DEVLINK_ATTR_PORT_INDEX] = { .type = NLA_U32 },