Home
last modified time | relevance | path

Searched refs:CPUCP_PACKET_FENCE_VAL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/misc/habanalabs/common/
Dfirmware_if.c256 expected_ack_val = CPUCP_PACKET_FENCE_VAL; in hl_fw_send_cpu_message()
361 test_pkt.value = cpu_to_le64(CPUCP_PACKET_FENCE_VAL); in hl_fw_test_cpu_queue()
367 if (result != CPUCP_PACKET_FENCE_VAL) in hl_fw_test_cpu_queue()
406 hb_pkt.value = cpu_to_le64(CPUCP_PACKET_FENCE_VAL); in hl_fw_send_heartbeat()
411 if ((rc) || (result != CPUCP_PACKET_FENCE_VAL)) in hl_fw_send_heartbeat()
/Linux-v5.15/drivers/misc/habanalabs/include/common/
Dcpucp_if.h426 #define CPUCP_PACKET_FENCE_VAL 0xFE8CE7A5 macro