Searched refs:SCSIID_CHANNEL (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 73 #define SCSIID_CHANNEL(ahc, scsiid) \ macro 78 (SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid) == 'B') 84 SCSIID_CHANNEL(ahc, (scb)->hscb->scsiid)
|
D | aic79xx.h | 75 #define SCSIID_CHANNEL(ahd, scsiid) ('A') macro 82 SCSIID_CHANNEL(ahd, (scb)->hscb->scsiid)
|
D | aic7xxx_core.c | 1819 channel = SCSIID_CHANNEL(ahc, saved_scsiid); in ahc_handle_scsiint() 2797 SCSIID_CHANNEL(ahc, saved_scsiid), in ahc_fetch_devinfo()
|
D | aic79xx_core.c | 4332 SCSIID_CHANNEL(ahd, saved_scsiid), in ahd_fetch_devinfo()
|