Home
last modified time | relevance | path

Searched refs:EXTCODE_COMPARE_SWAP (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dfirewire-constants.h42 #define EXTCODE_COMPARE_SWAP 0x2 macro
51 #define TCODE_LOCK_COMPARE_SWAP (0x10 | EXTCODE_COMPARE_SWAP)
/linux/drivers/firewire/
H A Dpacket-serdes-test.c574 KUNIT_EXPECT_EQ(test, EXTCODE_COMPARE_SWAP, extended_tcode); in test_async_header_lock_request()
614 KUNIT_EXPECT_EQ(test, EXTCODE_COMPARE_SWAP, extended_tcode); in test_async_header_lock_response()
H A Dohci.c1667 ext_tcode == EXTCODE_COMPARE_SWAP && length == 8) { in handle_local_lock()