Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dqlogicfas408.c256 priv->qlcmd = cmd; in ql_icmd()
436 if (priv->qlcmd == NULL) { /* no command to process? */ in ql_ihandl()
442 icmd = priv->qlcmd; in ql_ihandl()
444 priv->qlcmd = NULL; in ql_ihandl()
481 while (priv->qlcmd != NULL) { in qlogicfas408_queuecommand_lck()
H A Dqlogicfas408.h85 struct scsi_cmnd *qlcmd; /* current command being processed */ member