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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Daha152x.c590 #define MSGOLEN (HOSTDATA(shpnt)->msgo_len) macro
591 #define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
1653 MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8);
1933 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {
1945 if(MSGOLEN==0) {
1959 for (i=0; i<MSGOLEN; i+=spi_print_msg(&MSGO(i)), printk(" "))
1972 if(MSGO_I==MSGOLEN)
1973 DPRINTK(debug_msgo, DEBUG_LEAD "messages all sent (%d/%d)\n", CMDINFO(CURRENT_SC), MSGO_I, MSGOLEN);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c590 #define MSGOLEN (HOSTDATA(shpnt)->msgo_len) macro
591 #define ADDMSGO(x) (MSGOLEN<256 ? (void)(MSGO(MSGOLEN++)=x) : aha152x_error(shpnt,"MSGO overflow"))
1653 MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8);
1933 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {
1945 if(MSGOLEN==0) {
1959 for (i=0; i<MSGOLEN; i+=spi_print_msg(&MSGO(i)), printk(" "))
1972 if(MSGO_I==MSGOLEN)
1973 DPRINTK(debug_msgo, DEBUG_LEAD "messages all sent (%d/%d)\n", CMDINFO(CURRENT_SC), MSGO_I, MSGOLEN);
[all...]

Completed in 197 milliseconds