Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/habanalabs/
Dcommand_buffer.c108 if (cb_size > HL_MAX_CB_SIZE) { in hl_cb_create()
111 cb_size, HL_MAX_CB_SIZE); in hl_cb_create()
Dhabanalabs.h239 #define HL_MAX_CB_SIZE 0x200000 /* 2MB */ macro