Home
last modified time | relevance | path

Searched refs:syncneg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.h259 unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ member
283 #define cf_syncneg fields.syncneg
H A Daha152x.c310 syncneg = 0x0100, /* synchronous negotiation in progress */ enumerator
465 unsigned char syncneg[8]; member
541 #define SYNCNEG (HOSTDATA(shpnt)->syncneg[CURRENT_SC->device->id])
1375 CURRENT_SC->SCp.phase &= ~syncneg; in busfree_run()
1531 CURRENT_SC->SCp.phase |= syncneg; in seldo_run()
1743 if (syncneg) { in msgi_run()
1790 HOSTDATA(shpnt)->syncneg[i]=0; in msgi_run()
1828 if((CURRENT_SC->SCp.phase & syncneg) && SYNCNEG==2 && SYNCRATE==0) { in msgo_init()
2447 (ptr->SCp.phase & syncneg) ? "syncneg|" in show_command()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.h259 unsigned syncneg:1; /* Initial sync neg: 0=disabled, 1=enabled */ member
283 #define cf_syncneg fields.syncneg
H A 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()
[all...]

Completed in 8 milliseconds