Searched refs:IS_RESPONSE (Results 1 – 2 of 2) sorted by relevance
50 #define IS_RESPONSE BIT(7) macro290 out_hdr->command & IS_RESPONSE ? 1 : 0, in loader_cl_send()377 hdr->command & IS_RESPONSE ? 1 : 0, in process_recv()399 if (!(hdr->command & IS_RESPONSE)) { in process_recv()
16 #define IS_RESPONSE 0x80 macro