Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h503 #define CXGB_POLL_STATE_NAPI BIT(0) /* NAPI owns this poll */ macro
509 #define CXGB_POLL_LOCKED (CXGB_POLL_STATE_NAPI | \
939 q->bpoll_state = CXGB_POLL_STATE_NAPI; in cxgb_poll_lock_napi()