Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
854 if ERR_IF(type >= ARRSIZE(pdev->context_info->proto_pending)) in lm_recycle_cid()
878 if (pdev->context_info->proto_pending[type] == cid) { in lm_recycle_cid()
[all …]
/illumos-gate/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