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:
376 napi_set_threaded,
38 def napi_set_threaded(nf) -> None: global() function
/linux/net/core/
H A Ddev.h375 int napi_set_threaded(struct napi_struct *n, in xdp_do_check_flushed()
H A Ddev.c7199 int napi_set_threaded(struct napi_struct *napi, in napi_set_threaded_state()
7255 WARN_ON_ONCE(napi_set_threaded(napi, threaded)); in netif_set_threaded()
7496 WARN_ON_ONCE(napi_set_threaded(n, n->config->threaded)); in napi_restore_config()
7203 int napi_set_threaded(struct napi_struct *napi, napi_set_threaded() function