Lines Matching refs:next
690 while(qlink->next)
691 qlink = qlink->next;
692 qlink->next = qpti;
696 qpti->next = NULL;
704 qptichain = qpti->next;
707 while(qlink->next != qpti)
708 qlink = qlink->next;
709 qlink->next = qpti->next;
711 qpti->next = NULL;
1214 struct scsi_cmnd *next;
1216 next = (struct scsi_cmnd *) dq->host_scribble;
1218 dq = next;