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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DFlashPoint.c1487 * Description: Start a command pointed to by p_Sccb. When the
1492 static void FlashPoint_StartCCB(unsigned long pCurrCard, struct sccb *p_Sccb) argument
1502 if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) {
1504 p_Sccb->HostStatus = SCCB_COMPLETE;
1505 p_Sccb->SccbStatus = SCCB_ERROR;
1506 callback = (CALL_BK_FN) p_Sccb->SccbCallback;
1508 callback(p_Sccb);
1513 FPT_sinits(p_Sccb, thisCard);
1533 if (p_Sccb
1610 FlashPoint_AbortCCB(unsigned long pCurrCard, struct sccb *p_Sccb) argument
[all...]

Completed in 70 milliseconds