Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Daha152x.h259 unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ member
283 #define cf_syncneg fields.syncneg
Daha152x.c313 syncneg = 0x0100, /* synchronous negotiation in progress */ enumerator
483 unsigned char syncneg[8]; member
559 #define SYNCNEG (HOSTDATA(shpnt)->syncneg[CURRENT_SC->device->id])
1405 acp->phase &= ~syncneg; in busfree_run()
1565 acp->phase |= syncneg; in seldo_run()
1785 if (syncneg) { in msgi_run()
1832 HOSTDATA(shpnt)->syncneg[i]=0; in msgi_run()
1870 if ((aha152x_priv(CURRENT_SC)->phase & syncneg) && in msgo_init()
2497 phase & syncneg ? "syncneg|" : "", in show_command()
2560 if (phase & syncneg) in get_command()