Searched refs:HFI_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
56 #define HFI_HEADER_SIZE(msg) (((msg) >> 8) & 0xff) macro
50 BUG_ON(HFI_HEADER_SIZE(hdr) > dwords); in a6xx_hfi_queue_read()52 for (i = 0; i < HFI_HEADER_SIZE(hdr); i++) { in a6xx_hfi_queue_read()61 return HFI_HEADER_SIZE(hdr); in a6xx_hfi_queue_read()
Completed in 7 milliseconds