Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h504 #define CXGB_POLL_STATE_POLL BIT(1) /* poll owns this poll */ macro
510 CXGB_POLL_STATE_POLL)
511 #define CXGB_POLL_USER_PEND (CXGB_POLL_STATE_POLL | \
966 q->bpoll_state |= CXGB_POLL_STATE_POLL; in cxgb_poll_lock_poll()