Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Daha152x.c645 static inline void append_SC(Scsi_Cmnd **SC, Scsi_Cmnd *new_SC) in append_SC() argument
649 SCNEXT(new_SC) = NULL; in append_SC()
651 *SC = new_SC; in append_SC()
655 SCNEXT(end) = new_SC; in append_SC()