Home
last modified time | relevance | path

Searched defs:TCODE_IS_READ_REQUEST (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/firewire/
Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) macro
/kernel/linux/linux-5.10/drivers/firewire/
Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) macro