Home
last modified time | relevance | path

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

/include/linux/greybus/
Dconnection.h20 #define GB_CONNECTION_FLAG_OFFLOADED BIT(2) macro
112 return connection->flags & GB_CONNECTION_FLAG_OFFLOADED; in gb_connection_is_offloaded()