Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A DFlashPoint.c1493 * Description: Start a command pointed to by p_Sccb. When the
1498 static void FlashPoint_StartCCB(void *curr_card, struct sccb *p_Sccb) in FlashPoint_StartCCB() argument
1509 if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) { in FlashPoint_StartCCB()
1511 p_Sccb->HostStatus = SCCB_COMPLETE; in FlashPoint_StartCCB()
1512 p_Sccb->SccbStatus = SCCB_ERROR; in FlashPoint_StartCCB()
1513 callback = (CALL_BK_FN) p_Sccb->SccbCallback; in FlashPoint_StartCCB()
1515 callback(p_Sccb); in FlashPoint_StartCCB()
1520 FPT_sinits(p_Sccb, thisCard); in FlashPoint_StartCCB()
1540 if (p_Sccb in FlashPoint_StartCCB()
1612 FlashPoint_AbortCCB(void *pCurrCard, struct sccb *p_Sccb) FlashPoint_AbortCCB() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A DFlashPoint.c1465 * Description: Start a command pointed to by p_Sccb. When the
1470 static void FlashPoint_StartCCB(void *curr_card, struct sccb *p_Sccb) in FlashPoint_StartCCB() argument
1481 if ((p_Sccb->TargID >= MAX_SCSI_TAR) || (p_Sccb->Lun >= MAX_LUN)) { in FlashPoint_StartCCB()
1483 p_Sccb->HostStatus = SCCB_COMPLETE; in FlashPoint_StartCCB()
1484 p_Sccb->SccbStatus = SCCB_ERROR; in FlashPoint_StartCCB()
1485 callback = (CALL_BK_FN) p_Sccb->SccbCallback; in FlashPoint_StartCCB()
1487 callback(p_Sccb); in FlashPoint_StartCCB()
1492 FPT_sinits(p_Sccb, thisCard); in FlashPoint_StartCCB()
1512 if (p_Sccb in FlashPoint_StartCCB()
1584 FlashPoint_AbortCCB(void *pCurrCard, struct sccb *p_Sccb) FlashPoint_AbortCCB() argument
[all...]

Completed in 10 milliseconds