Home
last modified time | relevance | path

Searched refs:NAPI_STATE_DISABLE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dnetdevice.h383 NAPI_STATE_DISABLE, /* Disable pending */ enumerator
396 NAPIF_STATE_DISABLE = BIT(NAPI_STATE_DISABLE),
470 return test_bit(NAPI_STATE_DISABLE, &n->state); in napi_disable_pending()
/linux/net/core/
H A Ddev.c6635 set_bit(NAPI_STATE_DISABLE, &n->state); in napi_disable()
6650 clear_bit(NAPI_STATE_DISABLE, &n->state); in napi_disable()