Home
last modified time | relevance | path

Searched refs:napi_by_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Ddev.c169 static struct napi_struct *napi_by_id(unsigned int napi_id);
1009 napi = napi_by_id(napi_id); in dev_get_by_napi_id()
6568 static struct napi_struct *napi_by_id(unsigned int napi_id) in napi_by_id() function
6636 napi = napi_by_id(napi_id); in napi_busy_loop()
6706 } while (napi_by_id(napi_gen_id)); in napi_hash_add()
/kernel/linux/linux-6.6/net/core/
H A Ddev.c168 static struct napi_struct *napi_by_id(unsigned int napi_id);
922 napi = napi_by_id(napi_id); in dev_get_by_napi_id()
6168 static struct napi_struct *napi_by_id(unsigned int napi_id) in napi_by_id() function
6260 napi = napi_by_id(napi_id); in napi_busy_loop()
6339 } while (napi_by_id(napi_gen_id)); in napi_hash_add()

Completed in 36 milliseconds