Home
last modified time | relevance | path

Searched refs:napi_set_threaded (Results 1 – 4 of 4) 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.h341 int napi_set_threaded(struct napi_struct *n,
H A Dnetdev-genl.c336 ret = napi_set_threaded(napi, threaded); in netdev_nl_napi_set_config()
H A Ddev.c7179 int napi_set_threaded(struct napi_struct *napi, in napi_set_threaded()
7235 WARN_ON_ONCE(napi_set_threaded(napi, threaded)); in netif_set_threaded()
7476 WARN_ON_ONCE(napi_set_threaded(n, n->config->threaded)); in napi_save_config()
7174 int napi_set_threaded(struct napi_struct *napi, napi_set_threaded() function