master_tstate    3625 drivers/scsi/aic7xxx/aic79xx_core.c 	struct ahd_tmode_tstate *master_tstate;
master_tstate    3629 drivers/scsi/aic7xxx/aic79xx_core.c 	master_tstate = ahd->enabled_targets[ahd->our_id];
master_tstate    3631 drivers/scsi/aic7xxx/aic79xx_core.c 	 && ahd->enabled_targets[scsi_id] != master_tstate)
master_tstate    3644 drivers/scsi/aic7xxx/aic79xx_core.c 	if (master_tstate != NULL) {
master_tstate    3645 drivers/scsi/aic7xxx/aic79xx_core.c 		memcpy(tstate, master_tstate, sizeof(*tstate));
master_tstate    2135 drivers/scsi/aic7xxx/aic7xxx_core.c 	struct ahc_tmode_tstate *master_tstate;
master_tstate    2139 drivers/scsi/aic7xxx/aic7xxx_core.c 	master_tstate = ahc->enabled_targets[ahc->our_id];
master_tstate    2142 drivers/scsi/aic7xxx/aic7xxx_core.c 		master_tstate = ahc->enabled_targets[ahc->our_id_b + 8];
master_tstate    2145 drivers/scsi/aic7xxx/aic7xxx_core.c 	 && ahc->enabled_targets[scsi_id] != master_tstate)
master_tstate    2158 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (master_tstate != NULL) {
master_tstate    2159 drivers/scsi/aic7xxx/aic7xxx_core.c 		memcpy(tstate, master_tstate, sizeof(*tstate));