Searched refs:EP_STATE_IDLE (Results 1 – 7 of 7) sorted by relevance
42 EP_STATE_IDLE = 0x0, enumerator
910 qedi_ep->state = EP_STATE_IDLE; in qedi_ep_connect()1009 if (qedi_ep->state == EP_STATE_IDLE || in qedi_ep_poll()1168 qedi_ep->state = EP_STATE_IDLE; in qedi_ep_disconnect()
396 bnx2i_ep->state = EP_STATE_IDLE; in bnx2i_alloc_ep()421 bnx2i_ep->state = EP_STATE_IDLE; in bnx2i_free_ep()1951 if ((bnx2i_ep->state == EP_STATE_IDLE) || in bnx2i_ep_poll()2046 if (bnx2i_ep->state == EP_STATE_IDLE || in bnx2i_hw_ep_disconnect()2110 bnx2i_ep->state = EP_STATE_IDLE; in bnx2i_hw_ep_disconnect()2146 if (bnx2i_ep->state == EP_STATE_IDLE) in bnx2i_ep_disconnect()
699 EP_STATE_IDLE = 0x0, enumerator
379 #define ep_is_idle(ep) ((ep)->state == EP_STATE_IDLE)
361 #define EP_STATE_IDLE 0 macro
191 if (ep->state == EP_STATE_IDLE) { in qe_eprx_nack()219 ep->state = EP_STATE_IDLE; in qe_eprx_normal()2434 ep->state = EP_STATE_IDLE; in qe_ep_config()
Completed in 23 milliseconds