Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Dsecurity.c278 int hl_init_pb_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_with_mask() argument
297 for (i = 0 ; i < num_dcores ; i++) { in hl_init_pb_with_mask()
330 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset, in hl_init_pb() argument
335 return hl_init_pb_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb()
358 int hl_init_pb_ranges_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_ranges_with_mask() argument
381 for (i = 0 ; i < num_dcores ; i++) { in hl_init_pb_ranges_with_mask()
416 int hl_init_pb_ranges(struct hl_device *hdev, u32 num_dcores, in hl_init_pb_ranges() argument
421 return hl_init_pb_ranges_with_mask(hdev, num_dcores, dcore_offset, in hl_init_pb_ranges()
533 void hl_ack_pb_with_mask(struct hl_device *hdev, u32 num_dcores, in hl_ack_pb_with_mask() argument
540 for (i = 0 ; i < num_dcores ; i++) { in hl_ack_pb_with_mask()
[all …]
Dhabanalabs.h3915 int hl_init_pb_with_mask(struct hl_device *hdev, u32 num_dcores,
3919 int hl_init_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset,
3923 int hl_init_pb_ranges_with_mask(struct hl_device *hdev, u32 num_dcores,
3928 int hl_init_pb_ranges(struct hl_device *hdev, u32 num_dcores,
3942 void hl_ack_pb(struct hl_device *hdev, u32 num_dcores, u32 dcore_offset,
3945 void hl_ack_pb_with_mask(struct hl_device *hdev, u32 num_dcores,