Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h390 NAPI_STATE_LISTED, /* NAPI added to system lists */ enumerator
403 NAPIF_STATE_LISTED = BIT(NAPI_STATE_LISTED),
/openbmc/linux/net/core/
H A Ddev.c6432 if (WARN_ON(test_and_set_bit(NAPI_STATE_LISTED, &napi->state))) in netif_napi_add_weight()
6528 if (!test_and_clear_bit(NAPI_STATE_LISTED, &napi->state)) in __netif_napi_del()