Symbol: LM_CLI_IDX_MAX
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4617
indicate_event->lm_cli_idx = LM_CLI_IDX_MAX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4647
u8_t lm_cli_idx = LM_CLI_IDX_MAX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
6749
DbgBreakIf(LM_CLI_IDX_MAX != indicate_event->lm_cli_idx);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_mcp.c
1137
case LM_CLI_IDX_MAX://may happen for UM clients that have no matching LM client, such as diag.
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1123
(LM_CLI_IDX_MAX <= lm_cli_idx))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1203
LM_CLI_IDX_MAX);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1237
mm_alloc_phys_mem( pdev, mem_size, &eq_chain->bd_chain.bd_chain_phy, 0, LM_CLI_IDX_MAX);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1511
u32_t lm_cli_idx = LM_CLI_IDX_MAX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2214
mm_cli_idx = LM_CLI_IDX_MAX;//!!DP mm_cli_idx_to_um_idx(LM_CLI_IDX_MAX);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1527
lm_cli_idx_t lm_cli_idx = LM_CLI_IDX_MAX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1648
lm_cli_idx_t lm_cli_idx = LM_CLI_IDX_MAX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2060
lm_cli_idx_t lm_cli_idx = LM_CLI_IDX_MAX;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2188
if(LM_CLI_IDX_MAX <= lm_cli_idx)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2847
if(LM_CLI_IDX_MAX <= lm_cli_idx)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1094
u16_t mc_table_size[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1097
u16_t uc_table_size[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1142
u8_t map_client_to_cid[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1158
LM_CLI_IDX_MAX))))))))))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
218
LM_RESOURCE_COMMON = LM_CLI_IDX_MAX,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2923
} * mac_rdata[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2924
lm_address_t mac_rdata_phys[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2931
} * rx_mode_rdata[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2932
lm_address_t rx_mode_rdata_phys[LM_CLI_IDX_MAX]; // FIXME: multi-client...
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2937
} * mcast_rdata[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2938
lm_address_t mcast_rdata_phys[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2994
struct ecore_mcast_obj mcast_obj[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2995
volatile void * set_mcast_cookie[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2996
volatile u32_t sp_mcast_state[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
765
u32_t mtu[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm_stats.h
595
} client_statistics[LM_CLI_IDX_MAX] ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm_stats.h
613
} client_statistics[LM_CLI_IDX_MAX] ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm_stats.h
638
} client_statistics[LM_CLI_IDX_MAX] ;
usr/src/uts/common/io/bnxe/bnxe.h
231
u32_t mtu[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/bnxe.h
235
u32_t numRxDesc[LM_CLI_IDX_MAX]; /* number of RX descriptors */
usr/src/uts/common/io/bnxe/bnxe.h
236
u32_t numTxDesc[LM_CLI_IDX_MAX]; /* number of TX descriptors */
usr/src/uts/common/io/bnxe/bnxe.h
251
lm_rx_mask_t rx_filter_mask[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/bnxe.h
582
u32_t clientState[LM_CLI_IDX_MAX];
usr/src/uts/common/io/bnxe/bnxe.h
663
u32_t rxBufSignature[LM_CLI_IDX_MAX];