Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dnl_netdev.py51 def napi_set_threaded(nf) -> None:
265 napi_set_threaded,
38 def napi_set_threaded(nf) -> None: global() function
/linux/net/core/
H A Ddev.h364 int napi_set_threaded(struct napi_struct *n,
H A Ddev.c7203 int napi_set_threaded(struct napi_struct *napi, in napi_set_threaded() function
7259 WARN_ON_ONCE(napi_set_threaded(napi, threaded)); in netif_set_threaded()
7500 WARN_ON_ONCE(napi_set_threaded(n, n->config->threaded)); in napi_restore_config()