Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.h350 if (test_bit(NAPI_STATE_THREADED, &n->state)) in napi_get_threaded()
H A Ddev.c4964 if (test_bit(NAPI_STATE_THREADED, &napi->state)) { in ____napi_schedule()
7196 assign_bit(NAPI_STATE_THREADED, &napi->state, threaded); in napi_set_threaded_state()
13193 set_bit(NAPI_STATE_THREADED, &napi->state); in backlog_napi_setup()
/linux/include/linux/
H A Dnetdevice.h430 NAPI_STATE_THREADED, /* The poll is performed inside its own thread*/ enumerator
445 NAPIF_STATE_THREADED = BIT(NAPI_STATE_THREADED),