Searched refs:MAX_PROTO (Results 1 – 2 of 2) sorted by relevance
236 DbgBreakIf(context->proto_end[MAX_PROTO - 1] > pdev->params.max_func_connections -1); in lm_setup_context_pool()363 for (j = 0; j < MAX_PROTO; j++) in lm_release_context_pool()772 for (proto_idx = 0; proto_idx < MAX_PROTO; proto_idx++) in lm_free_cid()831 u32_t type = MAX_PROTO+1; in lm_recycle_cid()846 for (i=0; i < MAX_PROTO; i++ ) { in lm_recycle_cid()927 ERR_IF(type >= MAX_PROTO) || in lm_cid_cookie()928 ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) || in lm_cid_cookie()934 DbgBreakIf(type >= MAX_PROTO); in lm_cid_cookie()935 DbgBreakIf(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])); in lm_cid_cookie()961 ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) ) in lm_cid_resc()[all …]
2728 #define MAX_PROTO (FCOE_CONNECTION_TYPE + 1) macro2741 void *cookies[MAX_PROTO];2803 u32_t proto_start[MAX_PROTO];2804 u32_t proto_end[MAX_PROTO];2805 u32_t proto_ffree[MAX_PROTO];2806 u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */3128 lm_cid_recycled_cb_t cid_recycled_callbacks[MAX_PROTO];