Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c267 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 …]
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2806 u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */ member