Searched refs:siops (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A DNCR_Q720.c47 __u8 siops; member in struct:NCR_Q720_private
70 while((siop = ffz(sir)) < p->siops) { NCR_Q720_intr()
146 int irq, i, siops; NCR_Q720_probe() local
243 siops = ((asr2 & 0xe0) >> 5) + 1; NCR_Q720_probe()
258 printk(KERN_NOTICE "NCR Q720: found in slot %d irq = %d mem base = 0x%lx siops = %d\n", slot, irq, (unsigned long)base_addr, siops); NCR_Q720_probe()
266 p->siops = siops; NCR_Q720_probe()
273 for(i = 0; i < siops; i++) { NCR_Q720_probe()
282 for (i = 0; i < siops; i++) { NCR_Q720_probe()
335 for (i = 0; i < p->siops; i++) NCR_Q720_remove()

Completed in 74 milliseconds