Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c332 const char *id_start; in ethtool_add_flow() local
356 id_start = strstr(local_output, "Added rule with ID "); in ethtool_add_flow()
357 if (!id_start) in ethtool_add_flow()
359 id_start += strlen("Added rule with ID "); in ethtool_add_flow()
361 flow_id = strtol(id_start, &endptr, 10); in ethtool_add_flow()
362 if (endptr == id_start || flow_id < 0 || flow_id > INT_MAX) in ethtool_add_flow()
/linux/drivers/acpi/arm64/
H A Diort.c1052 static u32 *iort_rmr_alloc_sids(u32 *sids, u32 count, u32 id_start, in iort_rmr_alloc_sids() argument
1067 new_sids[i] = id_start++; in iort_rmr_alloc_sids()
1072 static bool iort_rmr_has_dev(struct device *dev, u32 id_start, in iort_rmr_has_dev() argument
1092 if (fwspec->ids[i] >= id_start && in iort_rmr_has_dev()
1093 fwspec->ids[i] <= id_start + id_count) in iort_rmr_has_dev()
/linux/net/ipv4/
H A Dnexthop.c617 u32 id_start = net->nexthop.last_id_allocated; in nh_find_unused_id() local
621 if (net->nexthop.last_id_allocated == id_start) in nh_find_unused_id()