Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h506 #define CXGB_POLL_STATE_POLL_YIELD BIT(3) /* poll yielded this poll */ macro
508 CXGB_POLL_STATE_POLL_YIELD)
512 CXGB_POLL_STATE_POLL_YIELD)
950 if (q->bpoll_state & CXGB_POLL_STATE_POLL_YIELD) in cxgb_poll_unlock_napi()
963 q->bpoll_state |= CXGB_POLL_STATE_POLL_YIELD; in cxgb_poll_lock_poll()
977 if (q->bpoll_state & CXGB_POLL_STATE_POLL_YIELD) in cxgb_poll_unlock_poll()