Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dcore.h228 #define TCODE_LINK_INTERNAL 0xe macro
232 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL)
Dcore-transaction.c444 .header[0] = TCODE_LINK_INTERNAL << 4,
Dcore-cdev.c1524 e->p.header[0] = TCODE_LINK_INTERNAL << 4; in ioctl_send_phy_packet()
Dohci.c1339 case TCODE_LINK_INTERNAL: in at_context_queue_packet()