Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/greybus/
H A Doperation.h44 #define GB_OPERATION_MESSAGE_SIZE_MIN sizeof(struct gb_operation_msg_hdr) macro
/openbmc/linux/drivers/greybus/
H A Dhd.c141 if (buffer_size_max < GB_OPERATION_MESSAGE_SIZE_MIN) { in gb_hd_create()