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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c1173 struct target_control *active_tc; local
1213 active_tc = &host->targets[scb->target];
1216 active_tc->drv_flags |= TCF_DRV_EN_TAG;
1218 active_tc->drv_flags &= ~TCF_DRV_EN_TAG;
1220 outb(active_tc->js_period, host->addr + TUL_SPeriod);
1221 if ((active_tc->flags & (TCF_WDTR_DONE | TCF_NO_WDTR)) == 0) { /* do wdtr negotiation */
1224 if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation */
1324 struct target_control *active_tc = host->active_tc; local
1333 outb(active_tc
1379 struct target_control *active_tc = host->active_tc; local
1408 struct target_control *active_tc = host->active_tc; local
1759 struct target_control *active_tc = host->active_tc; local
1783 struct target_control *active_tc = host->active_tc; local
1928 struct target_control *active_tc; local
2077 struct target_control *active_tc; local
2306 struct target_control *active_tc; local
2383 struct target_control *active_tc = host->active_tc; local
[all...]
H A Dinitio.h525 struct target_control *active_tc; /* 34 */ member in struct:initio_host

Completed in 149 milliseconds