Searched refs:ldn (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | ibmmca.c | 503 unsigned int ldn; in interrupt_handler() local 538 ldn = intr_reg & 0x0f; in interrupt_handler() 540 lastSCSI = last_scsi_command(ihost_index)[ldn]; in interrupt_handler() 541 outb (IM_EOI | ldn, IM_ATTN_REG(ihost_index)); in interrupt_handler() 552 ld(ihost_index)[ldn].scb.enable); in interrupt_handler() 553 if (ld(ihost_index)[ldn].cmd) in interrupt_handler() 554 printk("%ld/%ld,",(long)(ld(ihost_index)[ldn].cmd->request_bufflen), in interrupt_handler() 555 (long)(ld(ihost_index)[ldn].scb.sys_buf_length)); in interrupt_handler() 558 if (ld(ihost_index)[ldn].cmd) in interrupt_handler() 559 printk("Blocksize=%d",ld(ihost_index)[ldn].scb.u2.blk.length); in interrupt_handler() [all …]
|
D | README.ibmmca | 33 - Michael Lang (assigning original pun/lun mapping, dynamical ldn 44 2.3 SCSI-Device Recognition and dynamical ldn Assignment 175 and the adapters' ldn tables are initialized and get probed afterwards by 204 "logical devices", identified by "logical device numbers" or ldn. The last 205 ldn=15 is reserved for the subsystem itself. Wide adapters may have 208 2.3 SCSI-Device Recognition and Dynamical ldn Assignment 215 all possible pun/lun combinations. a ldn is a "logical device number" 220 First, the driver checked the ldn's (0 to 6) to find out which ldn's 224 example, that three logical devices were found assigned at ldn 0, 1, 2. 232 fewer than the 15 that it could usem then it just maped ldn -> [all …]
|