Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Ddev.c197 static unsigned int napi_gen_id = NR_CPUS; variable
6378 if (unlikely(++napi_gen_id < MIN_NAPI_ID)) in napi_hash_add()
6379 napi_gen_id = MIN_NAPI_ID; in napi_hash_add()
6380 } while (napi_by_id(napi_gen_id)); in napi_hash_add()
6381 napi->napi_id = napi_gen_id; in napi_hash_add()