Home
last modified time | relevance | path

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

/linux-6.6.21/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()
/linux-6.6.21/drivers/greybus/
Dconnection.c273 flags |= GB_CONNECTION_FLAG_OFFLOADED; in gb_connection_create_offloaded()
Des2.c502 if (flags & GB_CONNECTION_FLAG_OFFLOADED && in es2_cport_allocate()