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"))
1566 MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8);
1859 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE))
1869 if(MSGOLEN==0) {
1890 while(MSGO_I<MSGOLEN) {
1894 if (MSGO_I==MSGOLEN-1) {
1915 if(MSGO_I<MSGOLEN) {
[all...]

Completed in 121 milliseconds