Searched refs:TCF_SYNC_DONE (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.c649 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE);
1224 if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) { /* do sync negotiation */
1349 } else if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) {
1350 active_tc->flags |= TCF_SYNC_DONE;
1438 if (active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) {
1444 active_tc->flags |= TCF_SYNC_DONE;
1912 host->targets[i].flags &= ~(TCF_SYNC_DONE | TCF_WDTR_DONE);
2017 host->targets[i].flags &= ~(TCF_SYNC_DONE | TCF_WDTR_DONE);
2100 if ((active_tc->flags & (TCF_SYNC_DONE | TCF_NO_SYNC_NEGO)) == 0) /* do sync nego */
2180 (host->active_tc->flags & TCF_SYNC_DONE)) {
[all...]
H A Dinitio.h486 #define TCF_SYNC_DONE 0x0200 macro

Completed in 53 milliseconds