Home
last modified time | relevance | path

Searched refs:AHC_NUM_LUNS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h112 (tcl & (AHC_NUM_LUNS - 1))
133 #define AHC_NUM_LUNS 64 macro
727 struct ahc_tmode_lstate* enabled_luns[AHC_NUM_LUNS];
Daic7xxx_proc.c165 for (lun = 0; lun < AHC_NUM_LUNS; lun++) { in ahc_dump_target_state()
Daic7xxx_osm.h467 struct ahc_linux_device *devices[AHC_NUM_LUNS];
Daic7xxx_osm.c1753 host->max_lun = AHC_NUM_LUNS;
1997 for (j = 0; j < AHC_NUM_LUNS; j++) {
2179 maxlun = AHC_NUM_LUNS;
5058 for (lun = 0; lun < AHC_NUM_LUNS; lun++) {
Daic7xxx_core.c3746 for (lun = 0; lun < AHC_NUM_LUNS; lun++) { in ahc_handle_devreset()
4012 for (j = 0; j < AHC_NUM_LUNS; j++) { in ahc_free()
4629 for (lun = 1; lun < AHC_NUM_LUNS; lun++) in ahc_chip_init()
5860 maxlun = AHC_NUM_LUNS; in ahc_abort_scbs()
6082 for (lun = 0; lun < AHC_NUM_LUNS; lun++) { in ahc_reset_channel()
6857 if (ccb->ccb_h.target_lun >= AHC_NUM_LUNS) in ahc_find_tmode_devs()