Home
last modified time | relevance | path

Searched refs:base_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c149 uint32_t base_id; in tf_ident_alloc() local
166 aparms.base_index = &base_id; in tf_ident_alloc()
179 iparms.id = base_id; in tf_ident_alloc()
205 uint32_t base_id; in tf_ident_free() local
220 aparms.base_index = &base_id; in tf_ident_free()
238 rparms.id = base_id; in tf_ident_free()
281 uint32_t base_id; in tf_ident_search() local
303 aparms.base_index = &base_id; in tf_ident_search()
320 sparms.search_id = base_id; in tf_ident_search()
/f-stack/freebsd/kern/
H A Dkern_cpuset.c1265 cpusetid_t base_id, root_id; in cpuset_setproc() local
1268 base_id = cpuset_getbase(td->td_cpuset)->cs_id; in cpuset_setproc()
1270 if (base_id != root_id) { in cpuset_setproc()