Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h535 #define CXGB_POLL_STATE_POLL BIT(1) /* poll owns this poll */ macro
541 CXGB_POLL_STATE_POLL)
542 #define CXGB_POLL_USER_PEND (CXGB_POLL_STATE_POLL | \
1014 q->bpoll_state |= CXGB_POLL_STATE_POLL; in cxgb_poll_lock_poll()