Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dcore.h227 #define TCODE_LINK_INTERNAL 0xe macro
231 #define TCODE_IS_LINK_INTERNAL(tcode) ((tcode) == TCODE_LINK_INTERNAL)
Dcore-transaction.c449 .header[0] = TCODE_LINK_INTERNAL << 4,
Dcore-cdev.c1538 e->p.header[0] = TCODE_LINK_INTERNAL << 4; in ioctl_send_phy_packet()
Dohci.c1348 case TCODE_LINK_INTERNAL: in at_context_queue_packet()