Lines Matching refs:dcore_offset

292 		u32 dcore_offset, u32 num_instances, u32 instance_offset,  in hl_init_pb_with_mask()  argument
318 i * dcore_offset + j * instance_offset, in hl_init_pb_with_mask()
343 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_init_pb() argument
348 return hl_init_pb_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb()
372 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_ranges_with_mask() argument
402 i * dcore_offset + j * instance_offset, in hl_init_pb_ranges_with_mask()
430 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_init_pb_ranges() argument
435 return hl_init_pb_ranges_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb_ranges()
455 int hl_init_pb_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_init_pb_single_dcore() argument
478 dcore_offset + i * instance_offset, in hl_init_pb_single_dcore()
503 int hl_init_pb_ranges_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_init_pb_ranges_single_dcore() argument
525 dcore_offset + i * instance_offset, in hl_init_pb_ranges_single_dcore()
548 u32 dcore_offset, u32 num_instances, u32 instance_offset, in hl_ack_pb_with_mask() argument
562 i * dcore_offset + j * instance_offset, in hl_ack_pb_with_mask()
581 void hl_ack_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_ack_pb() argument
585 hl_ack_pb_with_mask(hdev, num_dcores, dcore_offset, num_instances, in hl_ack_pb()
602 void hl_ack_pb_single_dcore(struct hl_device *hdev, u32 dcore_offset, in hl_ack_pb_single_dcore() argument
611 dcore_offset + i * instance_offset, in hl_ack_pb_single_dcore()