Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dcore.h232 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL) macro
Dcore-transaction.c914 if (TCODE_IS_LINK_INTERNAL(HEADER_GET_TCODE(p->header[0]))) { in fw_core_handle_request()