MAX_PROTO
while ((proto_idx < MAX_PROTO) && (cid_resc->cookies[proto_idx] == NULL))
if (proto_idx == MAX_PROTO)
DbgBreakIf(context->proto_end[MAX_PROTO - 1] > pdev->params.max_func_connections -1);
for (j = 0; j < MAX_PROTO; j++)
for (proto_idx = 0; proto_idx < MAX_PROTO; proto_idx++)
u32_t type = MAX_PROTO+1;
for (i=0; i < MAX_PROTO; i++ ) {
ERR_IF(type >= MAX_PROTO) ||
ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) ||
DbgBreakIf(type >= MAX_PROTO);
DbgBreakIf(cid > (pdev->context_info->proto_end[MAX_PROTO - 1]));
ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) )
DbgBreakIf(cid > (pdev->context_info->proto_end[MAX_PROTO - 1]));
u8_t type = MAX_PROTO+1;
for (i=0; i < MAX_PROTO; i++ ) {
void *cookies[MAX_PROTO];
u32_t proto_start[MAX_PROTO];
u32_t proto_end[MAX_PROTO];
u32_t proto_ffree[MAX_PROTO];
u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */
lm_cid_recycled_cb_t cid_recycled_callbacks[MAX_PROTO];