Home
last modified time | relevance | path

Searched refs:proto_ffree (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.c261 context->proto_ffree[i] = context->proto_start[i]; in lm_setup_context_pool()
265 context->proto_ffree[i] = 0; in lm_setup_context_pool()
602 if (context->proto_ffree[type]==0) { in lm_allocate_cid()
631 cid = context->proto_ffree[type]; in lm_allocate_cid()
632 context->proto_ffree[type] = context->array[cid].next; in lm_allocate_cid()
688 context->array[cid].next = pdev->context_info->proto_ffree[type]; in lm_allocate_cid()
689 context->proto_ffree[type] = cid; in lm_allocate_cid()
884 pdev->context_info->array[cid].next = pdev->context_info->proto_ffree[type]; in lm_recycle_cid()
887 pdev->context_info->proto_ffree[type] = cid; in lm_recycle_cid()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2805 u32_t proto_ffree[MAX_PROTO]; member