Home
last modified time | relevance | path

Searched refs:TCODE_IS_READ_REQUEST (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) macro
H A Dcore-transaction.c1048 if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_topology_map()
H A Dohci.c1573 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) macro
H A Dcore-transaction.c1138 if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_topology_map()
H A Dohci.c1575 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()

Completed in 15 milliseconds