Home
last modified time | relevance | path

Searched refs:MaxCommand (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dscsiiom.c71 if (tag_no >= sizeof (pDCB->TagMask)*8 || tag_no >= pDCB->MaxCommand) { in dc390_StartSCSI()
1345 if (pDCB->MaxCommand ==1) pDCB->MaxCommand = pDCB->pDCBACB->TagMaxNum; in dc390_disc_tagq_set()
1350 pDCB->MaxCommand = 1; in dc390_disc_tagq_set()
1530 pDCB->MaxCommand = bval; in dc390_SRBdone()
Dtmscsim.c1055 ( ptr1->MaxCommand <= ptr1->GoingSRBCnt )) in dc390_Waiting_process()
1096 if( (pDCB->MaxCommand <= pDCB->GoingSRBCnt) || (pACB->pActiveDCB) || in dc390_SendSRB()
1873 pDCB->MaxCommand = 1; in dc390_initDCB()
1928 pDCB->MaxCommand = 1; in dc390_updateDCB()
2687 pDCB->MaxCommand = dum; in dc390_set_info()
2935 SPRINTF (" %02i\n", pDCB->MaxCommand); in DC390_proc_info()
Dtmscsim.h154 UCHAR MaxCommand; member