Searched refs:proto_pending (Results 1 – 2 of 2) sorted by relevance
267 context->proto_pending[i] = 0; in lm_setup_context_pool()584 ERR_IF(type >= ARRSIZE(pdev->context_info->proto_pending)) ) in lm_allocate_cid()592 DbgBreakIf(type >= ARRSIZE(pdev->context_info->proto_pending)) ; in lm_allocate_cid()603 …if ((pdev->params.cid_allocation_mode == LM_CID_ALLOC_REGULAR) || (context->proto_pending[type] ==… in lm_allocate_cid()614 cid = context->proto_pending[type]; in lm_allocate_cid()615 context->proto_pending[type] = context->array[cid].next; in lm_allocate_cid()623 cid = context->proto_pending[type]; in lm_allocate_cid()792 curr_cid = pdev->context_info->proto_pending[type]; in lm_free_cid()799 pdev->context_info->proto_pending[type] = cid; in lm_free_cid()853 if ERR_IF(type >= ARRSIZE(pdev->context_info->proto_pending)) in lm_recycle_cid()[all …]
2806 u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */ member