Home
last modified time | relevance | path

Searched refs:SCB_IS_SCSIBUS_B (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx.h77 #define SCB_IS_SCSIBUS_B(ahc, scb) \ macro
88 (SCB_GET_TARGET(ahc, scb) + (SCB_IS_SCSIBUS_B(ahc, scb) ? 8 : 0))
Daic79xx.h76 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) macro