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

/linux-master/drivers/scsi/
H A Daha152x.c549 #define MSGOLEN (HOSTDATA(shpnt)->msgo_len) macro
550 #define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
1567 MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8);
1860 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE))
1870 if(MSGOLEN==0) {
1891 while(MSGO_I<MSGOLEN) {
1895 if (MSGO_I==MSGOLEN-1) {
1916 if(MSGO_I<MSGOLEN) {
[all...]

Completed in 113 milliseconds