Symbol: E1H_FUNC_MAX
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1478
for (j = i + 2; j < E1H_FUNC_MAX; j += 2)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
1994
offset = pdev->hw_info.shmem_base + OFFSETOF(shmem_region_t, func_mb) + E1H_FUNC_MAX * sizeof(struct drv_func_mb);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1503
if(CHIP_IS_E1H(pdev) && (pretend_func_num >= E1H_FUNC_MAX))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_mcp.c
412
lm_loader_func_entry_t func_arr[E1H_FUNC_MAX] ; // array of function entries
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
1015
for ((func) = PORT_ID(pdev); (func) < (CHIP_IS_E1x(pdev) ? E1H_FUNC_MAX : E2_FUNC_MAX); (func)+= (CHIP_IS_E1x(pdev) ? 2 : 1))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2338
u32_t grc_timeout_val[E1H_FUNC_MAX*2]; // we give each function 2 grc timeouts before we ASSERT...
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2339
u8_t func_en[E1H_FUNC_MAX]; /* Used for WOL: each function needs to mark itself: whether it should be enabled when reseting nig with wol enabled */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
997
for ((func) = PORT_ID(pdev); (func) < E1H_FUNC_MAX; (func)+=2)
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/nvm_map.h
490
struct macp_func_cfg func_cfg[E1H_FUNC_MAX];
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/nvm_map.h
592
struct niv_func_cfg func_cfg[E1H_FUNC_MAX]; // per func config
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
506
struct func_mf_cfg func_mf_config[E1H_FUNC_MAX]; /* 0x18 * 8 = 0xc0 */
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/shmem.h
511
struct func_ext_cfg func_ext_config[E1H_FUNC_MAX]; /* 0x28 * 8 = 0x140*/