Home
last modified time | relevance | path

Searched refs:L2_BASIC (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dwd33c93.h302 #define L2_BASIC 3 /* resume after STATUS ints & RDP messages */ macro
Din2000.h345 #define L2_BASIC 2 /* resume after STATUS ints & RDP messages */ macro
Din2000.c784 if ((hostdata->level2 >= L2_DATA) || (hostdata->level2 == L2_BASIC && cmd->SCp.phase == 0)) { in transfer_bytes()
800 if ((hostdata->level2 >= L2_DATA) || (hostdata->level2 == L2_BASIC && cmd->SCp.phase == 0)) { in transfer_bytes()
1164 if (hostdata->level2 >= L2_BASIC) { in in2000_intr()
1206 if (hostdata->level2 >= L2_BASIC) { in in2000_intr()
2043 hostdata->level2 = L2_BASIC; in in2000_detect()
Dwd33c93.c789 (hostdata->level2 == L2_BASIC && cmd->SCp.phase == 0)) { in transfer_bytes()
979 if (hostdata->level2 >= L2_BASIC) { in wd33c93_intr()
1023 if (hostdata->level2 >= L2_BASIC) { in wd33c93_intr()
1971 hostdata->level2 = L2_BASIC; in wd33c93_init()
/linux-3.4.99/Documentation/scsi/
Din2000.txt136 to choose a LEVEL2 value higher than 'L2_BASIC', but I haven't