Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Daha152x.h259 unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ member
283 #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])
1389 CURRENT_SC->SCp.phase &= ~syncneg; in busfree_run()
1545 CURRENT_SC->SCp.phase |= syncneg; in seldo_run()
1757 if (syncneg) { in msgi_run()
1804 HOSTDATA(shpnt)->syncneg[i]=0; in msgi_run()
1842 if((CURRENT_SC->SCp.phase & syncneg) && SYNCNEG==2 && SYNCRATE==0) { in msgo_init()
2459 (ptr->SCp.phase & syncneg) ? "syncneg|" : "", in show_command()
2520 if (ptr->SCp.phase & syncneg) in get_command()