Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dacornscsi.c2520 * Prototype: void acornscsi_reportstatus(struct scsi_cmnd **SCpntp1, struct scsi_cmnd **SCpntp2, int result)
2521 * Purpose : pass a result to *SCpntp1, and check if *SCpntp1 = *SCpntp2
2522 * Params : SCpntp1 - pointer to command to return
2525 * Returns : *SCpntp2 = NULL if *SCpntp1 is the same command structure as *SCpntp2.
2527 static inline void acornscsi_reportstatus(struct scsi_cmnd **SCpntp1, in acornscsi_reportstatus() argument
2531 struct scsi_cmnd *SCpnt = *SCpntp1; in acornscsi_reportstatus()
2534 *SCpntp1 = NULL; in acornscsi_reportstatus()

Completed in 4 milliseconds