Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dinitio.c1144 struct target_control *active_tc; in tulip_scsi() local
1184 active_tc = &host->targets[scb->target]; in tulip_scsi()
1187 active_tc->drv_flags |= TCF_DRV_EN_TAG; in tulip_scsi()
1189 active_tc->drv_flags &= ~TCF_DRV_EN_TAG; in tulip_scsi()
1191 outb(active_tc->js_period, host->addr + TUL_SPeriod); in tulip_scsi()
1192 if ((active_tc->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { /* do wdtr negotiation */ in tulip_scsi()
1195 …if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation … in tulip_scsi()
1295 struct target_control *active_tc = host->active_tc; in initio_state_1() local
1304 outb(active_tc->sconfig0, host->addr + TUL_SConfig ); in initio_state_1()
1314 if ((active_tc->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { in initio_state_1()
[all …]
Dinitio.h500 struct target_control *active_tc; /* 34 */ member