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

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

Completed in 115 milliseconds