Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h537 #define CXGB_POLL_STATE_POLL_YIELD BIT(3) /* poll yielded this poll */ macro
539 CXGB_POLL_STATE_POLL_YIELD)
543 CXGB_POLL_STATE_POLL_YIELD)
998 if (q->bpoll_state & CXGB_POLL_STATE_POLL_YIELD) in cxgb_poll_unlock_napi()
1011 q->bpoll_state |= CXGB_POLL_STATE_POLL_YIELD; in cxgb_poll_lock_poll()
1025 if (q->bpoll_state & CXGB_POLL_STATE_POLL_YIELD) in cxgb_poll_unlock_poll()