Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Ddevice.c2682 void hl_capture_razwi(struct hl_device *hdev, u64 addr, u16 *engine_id, u16 num_of_engines, in hl_capture_razwi() argument
2687 if (num_of_engines > HL_RAZWI_MAX_NUM_OF_ENGINES_PER_RTR) { in hl_capture_razwi()
2690 num_of_engines, HL_RAZWI_MAX_NUM_OF_ENGINES_PER_RTR); in hl_capture_razwi()
2700 razwi_info->razwi.num_of_possible_engines = num_of_engines; in hl_capture_razwi()
2702 num_of_engines * sizeof(u16)); in hl_capture_razwi()
2708 void hl_handle_razwi(struct hl_device *hdev, u64 addr, u16 *engine_id, u16 num_of_engines, in hl_handle_razwi() argument
2711 hl_capture_razwi(hdev, addr, engine_id, num_of_engines, flags); in hl_handle_razwi()