Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Daha152x.c635 static inline void append_SC(struct scsi_cmnd **SC, struct scsi_cmnd *new_SC) in append_SC() argument
639 SCNEXT(new_SC) = NULL; in append_SC()
641 *SC = new_SC; in append_SC()
645 SCNEXT(end) = new_SC; in append_SC()