Home
last modified time | relevance | path

Searched refs:CSTORM_SYNC_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sb.c1361 DbgBreakIf((CSTORM_SYNC_BLOCK_SIZE % 4) != 0); in lm_init_non_def_status_block()
1363 for (index = 0; index < CSTORM_SYNC_BLOCK_SIZE / sizeof(u32_t); index++) { in lm_init_non_def_status_block()
1574 DbgBreakIf((CSTORM_SYNC_BLOCK_SIZE % 4) != 0); in lm_pf_init_vf_non_def_sb()
1576 for (index = 0; index < CSTORM_SYNC_BLOCK_SIZE / sizeof(u32_t); index++) { in lm_pf_init_vf_non_def_sb()
1720 DbgBreakIf((CSTORM_SYNC_BLOCK_SIZE % 4) != 0); in lm_clear_non_def_status_block()
1726 for (index = 0; index < CSTORM_SYNC_BLOCK_SIZE / sizeof(u32_t); index++) { in lm_clear_non_def_status_block()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D577xx_int_offsets.h295 #define CSTORM_SYNC_BLOCK_SIZE (IRO[141].size) macro