Symbol: LM_PAGE_BITS
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
1072
val = (CCELL_CMD_TYPE_TYPE_L2 | ((LM_PAGE_BITS-8) << 4)) << 24;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
1212
val |= LM_PAGE_BITS-8;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
1267
val |= LM_PAGE_BITS-8;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
2135
switch((LM_PAGE_BITS - 8) << 4)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
2180
val |= (LM_PAGE_BITS - 8) << 24 | 0x40;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
2411
val = (LM_PAGE_BITS - 8) << 24;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
308
val |= (LM_PAGE_BITS - 8) << 16;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_reset.c
936
val = (CCELL_CMD_TYPE_TYPE_L2 | ((LM_PAGE_BITS-8) << 4)) << 24;
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/lm5706.h
92
#ifndef LM_PAGE_BITS
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/lm5706.h
96
#define LM_PAGE_SIZE (1 << LM_PAGE_BITS)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
2414
#define LM_TPA_PAGE_BITS (LM_PAGE_BITS) /* 4K page. */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
285
#ifndef LM_PAGE_BITS
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
289
#define LM_PAGE_SIZE (1 << LM_PAGE_BITS)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
761
if (LM_PAGE_BITS - ISCSI_PAGE_BITS_SHIFT != page_size_bits)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
845
LM_INTMEM_WRITE8 (pdev, TSTORM_ISCSI_PAGE_SIZE_LOG_OFFSET(func), LM_PAGE_BITS, BAR_TSTRORM_INTMEM);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
854
LM_INTMEM_WRITE8 (pdev, USTORM_ISCSI_PAGE_SIZE_LOG_OFFSET(func), LM_PAGE_BITS, BAR_USTRORM_INTMEM);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
865
LM_INTMEM_WRITE8 (pdev, XSTORM_ISCSI_PAGE_SIZE_LOG_OFFSET(func), LM_PAGE_BITS, BAR_XSTRORM_INTMEM);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
873
LM_INTMEM_WRITE8 (pdev, CSTORM_ISCSI_PAGE_SIZE_LOG_OFFSET(func), LM_PAGE_BITS, BAR_CSTRORM_INTMEM);