Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/firewire/
Dcore.h230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) macro
Dcore-transaction.c1000 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()