Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dinitio.c1160 struct target_control *active_tc; in tulip_scsi() local
1200 active_tc = &host->targets[scb->target]; in tulip_scsi()
1203 active_tc->drv_flags |= TCF_DRV_EN_TAG; in tulip_scsi()
1205 active_tc->drv_flags &= ~TCF_DRV_EN_TAG; in tulip_scsi()
1207 outb(active_tc->js_period, host->addr + TUL_SPeriod); in tulip_scsi()
1208 if ((active_tc->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { /* do wdtr negotiation */ in tulip_scsi()
1211 …if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation … in tulip_scsi()
1311 struct target_control *active_tc = host->active_tc; in initio_state_1() local
1320 outb(active_tc->sconfig0, host->addr + TUL_SConfig ); in initio_state_1()
1330 if ((active_tc->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { in initio_state_1()
[all …]
Dinitio.h525 struct target_control *active_tc; /* 34 */ member