Symbol: LM_NWUF_PATTERN_SIZE
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
3431
for(k = 0; k < LM_NWUF_PATTERN_SIZE; k++)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
3474
for(k = 0; k < LM_NWUF_PATTERN_SIZE; k++)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
3508
DbgBreakIf(LM_NWUF_PATTERN_SIZE > 128);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
3581
for(offset = 0; offset < LM_NWUF_PATTERN_SIZE; offset++)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
3770
DbgBreakIf(LM_NWUF_PATTERN_SIZE > 128);
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_lm_main.c
3792
for(j = 0; j < LM_NWUF_PATTERN_SIZE; j++)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/lm.h
79
#ifndef LM_NWUF_PATTERN_SIZE
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/lm.h
82
#define LM_NWUF_PATTERN_MASK_SIZE (LM_NWUF_PATTERN_SIZE/8)
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/lm.h
89
u8_t pattern[LM_NWUF_PATTERN_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
155
for(offset = 0; offset <= LM_NWUF_PATTERN_SIZE; offset++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
180
if( LM_NWUF_PATTERN_SIZE == offset )
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
69
ASSERT_STATIC(LM_NWUF_PATTERN_SIZE <= 128 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
710
for(k = 0; k < LM_NWUF_PATTERN_SIZE; k++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
743
for(k = 0; k < LM_NWUF_PATTERN_SIZE; k++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
107
#ifndef LM_NWUF_PATTERN_SIZE
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
110
#define LM_NWUF_PATTERN_MASK_SIZE (LM_NWUF_PATTERN_SIZE/8) // (8 = sizeof(byte)) ==> 16
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm.h
118
u8_t pattern [LM_NWUF_PATTERN_SIZE]; // 128 bytes --> (1024 bits)