Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_rq.h91 #define ENIC_POLL_STATE_POLL (1 << 1) /* poll owns this poll */ macro
97 ENIC_POLL_STATE_POLL)
98 #define ENIC_POLL_USER_PEND (ENIC_POLL_STATE_POLL | \
245 (ENIC_POLL_STATE_POLL | ENIC_POLL_STATE_NAPI_YIELD)); in enic_poll_unlock_napi()
263 rq->bpoll_state |= ENIC_POLL_STATE_POLL; in enic_poll_lock_poll()