Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_rq.h93 #define ENIC_POLL_STATE_POLL_YIELD (1 << 3) /* poll yielded this poll */ macro
95 ENIC_POLL_STATE_POLL_YIELD)
99 ENIC_POLL_STATE_POLL_YIELD)
246 if (rq->bpoll_state & ENIC_POLL_STATE_POLL_YIELD) in enic_poll_unlock_napi()
260 rq->bpoll_state |= ENIC_POLL_STATE_POLL_YIELD; in enic_poll_lock_poll()
276 if (rq->bpoll_state & ENIC_POLL_STATE_POLL_YIELD) in enic_poll_unlock_poll()