Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h102 (tcl & (AHC_NUM_LUNS - 1))
123 #define AHC_NUM_LUNS 64 macro
714 struct ahc_tmode_lstate* enabled_luns[AHC_NUM_LUNS];
Daic7xxx_proc.c159 for (lun = 0; lun < AHC_NUM_LUNS; lun++) { in ahc_dump_target_state()
Daic7xxx_core.c4335 for (lun = 0; lun < AHC_NUM_LUNS; lun++) { in ahc_handle_devreset()
4520 for (j = 0; j < AHC_NUM_LUNS; j++) { in ahc_free()
5124 for (lun = 1; lun < AHC_NUM_LUNS; lun++) in ahc_chip_init()
6347 maxlun = AHC_NUM_LUNS; in ahc_abort_scbs()
6569 for (lun = 0; lun < AHC_NUM_LUNS; lun++) { in ahc_reset_channel()
7343 if (ccb->ccb_h.target_lun >= AHC_NUM_LUNS) in ahc_find_tmode_devs()
Daic7xxx_osm.c1107 host->max_lun = AHC_NUM_LUNS; in ahc_linux_register_host()