Searched refs:LNC_MAX_CMDBUFS_ENCODE (Results 1 – 3 of 3) sorted by relevance
117 #define LNC_MAX_CMDBUFS_ENCODE 4 macro399 struct lnc_cmdbuf_s *lnc_cmdbuf_list[LNC_MAX_CMDBUFS_ENCODE];
1165 cmdbuf_num = LNC_MAX_CMDBUFS_ENCODE; in psb_CreateContext()1325 if (i >= LNC_MAX_CMDBUFS_ENCODE) { in psb_CreateContext()1371 if (cmdbuf_num > LNC_MAX_CMDBUFS_ENCODE) in psb_CreateContext()1372 cmdbuf_num = LNC_MAX_CMDBUFS_ENCODE; in psb_CreateContext()1648 for (i = 0; i < LNC_MAX_CMDBUFS_ENCODE; i++) { in psb__destroy_context()
311 if (obj_context->cmdbuf_current >= LNC_MAX_CMDBUFS_ENCODE) { in lnc_context_get_next_cmdbuf()