Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h215 AHC_MULTI_TID = 0x00200, /* Has bitmask of TIDs for select-in */ enumerator
249 |AHC_QUEUE_REGS|AHC_SG_PRELOAD|AHC_MULTI_TID
255 AHC_AIC7895C_FE = AHC_AIC7895_FE|AHC_MULTI_TID,
H A Daic7xxx_core.c2757 && (ahc->features & AHC_MULTI_TID) != 0 in ahc_fetch_devinfo()
5108 if ((ahc->features & AHC_MULTI_TID) != 0) { in ahc_chip_init()
7374 if ((ahc->features & AHC_MULTI_TID) != 0 in ahc_handle_en_lun()
7395 } else if ((ahc->features & AHC_MULTI_TID) == 0 in ahc_handle_en_lun()
7517 if ((ahc->features & AHC_MULTI_TID) != 0) { in ahc_handle_en_lun()
7639 if (ahc->features & AHC_MULTI_TID) { in ahc_handle_en_lun()
7701 if ((ahc->features & AHC_MULTI_TID) == 0) in ahc_update_scsiid()
H A Daic7xxx_seq.h_shipped1001 return ((ahc->features & AHC_MULTI_TID) != 0);
H A Daic7xxx.seq212 if ((ahc->features & AHC_MULTI_TID) != 0) {