Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Doperation.c476 type = operation->type | GB_MESSAGE_TYPE_RESPONSE; in gb_operation_response_alloc()
584 if (WARN_ON_ONCE(type & GB_MESSAGE_TYPE_RESPONSE)) in gb_operation_create_flags()
585 type &= ~GB_MESSAGE_TYPE_RESPONSE; in gb_operation_create_flags()
1058 if (header.type & GB_MESSAGE_TYPE_RESPONSE) { in gb_connection_recv()
/openbmc/linux/include/linux/greybus/
H A Doperation.h28 #define GB_MESSAGE_TYPE_RESPONSE ((u8)0x80) macro