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.py38 def napi_set_threaded(nf) -> None: function
248 dev_set_threaded, napi_set_threaded, nsim_rxq_reset_down],
/linux/net/core/
H A Ddev.h326 int napi_set_threaded(struct napi_struct *n,
H A Ddev.c6966 int napi_set_threaded(struct napi_struct *napi, in napi_set_threaded() function
7022 WARN_ON_ONCE(napi_set_threaded(napi, threaded)); in netif_set_threaded()
7259 WARN_ON_ONCE(napi_set_threaded(n, n->config->threaded)); in napi_restore_config()