Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx.h103 (tcl & (AHD_NUM_LUNS - 1))
150 #define AHD_NUM_LUNS 256 macro
768 struct ahd_tmode_lstate* enabled_luns[AHD_NUM_LUNS];
Daic79xx_proc.c179 for (lun = 0; lun < AHD_NUM_LUNS; lun++) { in ahd_dump_target_state()
Daic79xx_core.c5912 max_lun = AHD_NUM_LUNS - 1; in ahd_handle_devreset()
6148 for (j = 0; j < AHD_NUM_LUNS; j++) { in ahd_free()
8740 for (lun = 0; lun < AHD_NUM_LUNS; lun++) { in ahd_reset_channel()
10204 if (ccb->ccb_h.target_lun >= AHD_NUM_LUNS) in ahd_find_tmode_devs()
Daic79xx_osm.c1224 host->max_lun = AHD_NUM_LUNS; in ahd_linux_register_host()