Searched refs:HL_MAX_CB_SIZE (Results 1 – 2 of 2) sorted by relevance
382 if (args->in.cb_size > HL_MAX_CB_SIZE) { in hl_cb_ioctl()385 args->in.cb_size, HL_MAX_CB_SIZE); in hl_cb_ioctl()
1359 #define HL_MAX_CB_SIZE (0x200000 - 32) macro