Searched refs:NO_REQ (Results 1 – 2 of 2) sorted by relevance
190 #define NO_REQ 0x04000000 /* Frame without request */ macro
1254 sendnulldata(ep, ep->txframe, SETUP_STATUS | NO_REQ); in ep0_prime_status()1309 if ((frame_get_info(frame) & (ZLP | NO_REQ)) == (ZLP | NO_REQ)) { in ep0_txcomplete()1313 sendnulldata(ep, ep->txframe, SETUP_STATUS | NO_REQ); in ep0_txcomplete()