Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Daha152x.h258 unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ member
282 #define cf_syncneg fields.syncneg
Daha152x.c321 syncneg = 0x0100, /* synchronous negotiation in progress */ enumerator
476 unsigned char syncneg[8]; member
552 #define SYNCNEG (HOSTDATA(shpnt)->syncneg[CURRENT_SC->device->id])
1390 CURRENT_SC->SCp.phase &= ~syncneg; in busfree_run()
1546 CURRENT_SC->SCp.phase |= syncneg; in seldo_run()
1758 if (syncneg) { in msgi_run()
1805 HOSTDATA(shpnt)->syncneg[i]=0; in msgi_run()
1843 if((CURRENT_SC->SCp.phase & syncneg) && SYNCNEG==2 && SYNCRATE==0) { in msgo_init()
2460 (ptr->SCp.phase & syncneg) ? "syncneg|" : "", in show_command()
2521 if (ptr->SCp.phase & syncneg) in get_command()