Home
last modified time | relevance | path

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

/drivers/firewire/
Dcore.h226 #define TCODE_LINK_INTERNAL 0xe macro
230 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL)
Dcore-transaction.c487 .header[0] = TCODE_LINK_INTERNAL << 4,
Dcore-cdev.c1634 e->p.header[0] = TCODE_LINK_INTERNAL << 4; in ioctl_send_phy_packet()
Dohci.c1382 case TCODE_LINK_INTERNAL: in at_context_queue_packet()