Searched refs:IO_GOT_PACKET (Results 1 – 1 of 1) sorted by relevance
72 #define IO_GOT_PACKET 0x0100 /* Got a packet */ macro261 return IO_GOT_PACKET; in mp_io()264 return IO_GOT_PACKET | IO_RETRY; in mp_io()269 return IO_GOT_PACKET | IO_RESET; in mp_io()273 return IO_GOT_PACKET | IO_RESET; in mp_io()280 return IO_GOT_PACKET | IO_RESET; in mp_io()283 return IO_GOT_PACKET | IO_RESET; in mp_io()286 return IO_GOT_PACKET | IO_RESET; in mp_io()294 return IO_GOT_PACKET | IO_MODE_FAST; in mp_io()374 if (flags && !(flags & IO_GOT_PACKET)) { in get_and_decode_packet()[all …]