Searched defs:opcode_idx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c867 u8_t opcode_idx = 0; // 0 = load, 1 = unload local
970 for( opcode_idx = 0; opcode_idx < ARRSIZE(opcode_arr); opcode_idx++ )
1026 resp = lm_loader_lock(pdev, opcode_arr[opcode_idx] );
1030 DbgBreakIf( LM_LOADER_OPCODE_LOAD == opcode_arr[opcode_idx] );
1033 if ( LM_LOADER_OPCODE_LOAD == opcode_arr[opcode_idx] )
1069 lm_loader_unlock(pdev, opcode_arr[opcode_idx], &param_loader ) ;

Completed in 71 milliseconds