Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h536 #define CXGB_POLL_STATE_NAPI_YIELD BIT(2) /* NAPI yielded this poll */ macro
538 #define CXGB_POLL_YIELD (CXGB_POLL_STATE_NAPI_YIELD | \
984 q->bpoll_state |= CXGB_POLL_STATE_NAPI_YIELD; in cxgb_poll_lock_napi()