Home
last modified time | relevance | path

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

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