Home
last modified time | relevance | path

Searched refs:proto_end (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c251 for (j = context->proto_start[i]; j <= context->proto_end[i]; j++) in lm_setup_context_pool()
260 if (context->proto_start[i] <= context->proto_end[i]) { in lm_setup_context_pool()
269 context->array[context->proto_end[i]].next = 0; in lm_setup_context_pool()
757 ERR_IF(type >= ARRSIZE(pdev->context_info->proto_end)) || in lm_free_cid()
758 ERR_IF(cid > (pdev->context_info->proto_end[type])) || in lm_free_cid()
764 DbgBreakIf(type >= ARRSIZE(pdev->context_info->proto_end)); in lm_free_cid()
765 DbgBreakIf(cid > (pdev->context_info->proto_end[type])); in lm_free_cid()
929 ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) || in lm_cid_cookie()
936 DbgBreakIf(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])); in lm_cid_cookie()
962 ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) ) in lm_cid_resc()
[all …]
H A Dcontext.h10 #define LM_CONN_MAX_FUNC(_pdev,_conn) (((_pdev)->context_info->proto_end[_conn]- \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2804 u32_t proto_end[MAX_PROTO]; member