Searched refs:ASC_GET_CHIP_SCSI_ID (Results 1 – 2 of 2) sorted by relevance
863 if (ASC_GET_CHIP_SCSI_ID(iot, ioh) == new_id)866 cfg_lsw = ASC_GET_CHIP_SCSI_ID(iot, ioh);870 return (ASC_GET_CHIP_SCSI_ID(iot, ioh));
1290 #define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot), (ioh)) >> 8) & ASC_MAX_TID) macro