Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.h301 unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ member
325 #define cf_syncneg fields.syncneg
Daha152x.c337 syncneg = 0x0100, /* synchronous negotiation in progress */ enumerator
516 unsigned char syncneg[8]; member
588 #define SYNCNEG (HOSTDATA(shpnt)->syncneg[CURRENT_SC->target])
1307 HOSTDATA(shpnt)->syncneg[j] = 0;
1998 CURRENT_SC->SCp.phase &= ~syncneg;
2190 CURRENT_SC->SCp.phase |= syncneg;
2422 if (syncneg) {
2464 HOSTDATA(shpnt)->syncneg[i]=0;
2502 if((CURRENT_SC->SCp.phase & syncneg) && SYNCNEG==2 && SYNCRATE==0) {
3426 if (ptr->SCp.phase & syncneg)
[all …]