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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dacornscsi.c2553 * Prototype: void acornscsi_reportstatus(Scsi_Cmnd **SCpntp1, Scsi_Cmnd **SCpntp2, int result)
2554 * Purpose : pass a result to *SCpntp1, and check if *SCpntp1 = *SCpntp2
2555 * Params : SCpntp1 - pointer to command to return
2558 * Returns : *SCpntp2 = NULL if *SCpntp1 is the same command structure as *SCpntp2.
2561 void acornscsi_reportstatus(Scsi_Cmnd **SCpntp1, Scsi_Cmnd **SCpntp2, int result) argument
2563 Scsi_Cmnd *SCpnt = *SCpntp1;
2566 *SCpntp1 = NULL;

Completed in 35 milliseconds