Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.c634 static inline void append_SC(struct scsi_cmnd **SC, struct scsi_cmnd *new_SC) in append_SC() argument
638 SCNEXT(new_SC) = NULL; in append_SC()
640 *SC = new_SC; in append_SC()
644 SCNEXT(end) = new_SC; in append_SC()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c653 static inline void append_SC(struct scsi_cmnd **SC, struct scsi_cmnd *new_SC) in append_SC() argument
657 SCNEXT(new_SC) = NULL; in append_SC()
659 *SC = new_SC; in append_SC()
663 SCNEXT(end) = new_SC; in append_SC()

Completed in 14 milliseconds