Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h388 NAPI_STATE_DISABLE, /* Disable pending */ enumerator
401 NAPIF_STATE_DISABLE = BIT(NAPI_STATE_DISABLE),
475 return test_bit(NAPI_STATE_DISABLE, &n->state); in napi_disable_pending()
/openbmc/linux/net/core/
H A Ddev.c6513 set_bit(NAPI_STATE_DISABLE, &n->state); in napi_disable()
6528 clear_bit(NAPI_STATE_DISABLE, &n->state); in napi_disable()