Symbol: MAX_PROTO
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1075
while ((proto_idx < MAX_PROTO) && (cid_resc->cookies[proto_idx] == NULL))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1082
if (proto_idx == MAX_PROTO)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
236
DbgBreakIf(context->proto_end[MAX_PROTO - 1] > pdev->params.max_func_connections -1);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
363
for (j = 0; j < MAX_PROTO; j++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
772
for (proto_idx = 0; proto_idx < MAX_PROTO; proto_idx++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
832
u32_t type = MAX_PROTO+1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
847
for (i=0; i < MAX_PROTO; i++ ) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
928
ERR_IF(type >= MAX_PROTO) ||
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
929
ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) ||
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
935
DbgBreakIf(type >= MAX_PROTO);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
936
DbgBreakIf(cid > (pdev->context_info->proto_end[MAX_PROTO - 1]));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
962
ERR_IF(cid > (pdev->context_info->proto_end[MAX_PROTO - 1])) )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
966
DbgBreakIf(cid > (pdev->context_info->proto_end[MAX_PROTO - 1]));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
974
u8_t type = MAX_PROTO+1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
981
for (i=0; i < MAX_PROTO; i++ ) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2741
void *cookies[MAX_PROTO];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2803
u32_t proto_start[MAX_PROTO];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2804
u32_t proto_end[MAX_PROTO];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2805
u32_t proto_ffree[MAX_PROTO];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2806
u32_t proto_pending[MAX_PROTO]; /* list of cids that are pending for cfc-delete */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3128
lm_cid_recycled_cb_t cid_recycled_callbacks[MAX_PROTO];