Home
last modified time | relevance | path

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

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