Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_rq.h90 #define ENIC_POLL_STATE_NAPI (1 << 0) /* NAPI owns this poll */ macro
96 #define ENIC_POLL_LOCKED (ENIC_POLL_STATE_NAPI | \
228 WARN_ON(rq->bpoll_state & ENIC_POLL_STATE_NAPI); in enic_poll_lock_napi()
232 rq->bpoll_state = ENIC_POLL_STATE_NAPI; in enic_poll_lock_napi()
275 WARN_ON(rq->bpoll_state & ENIC_POLL_STATE_NAPI); in enic_poll_unlock_poll()