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

/linux-4.1.27/drivers/scsi/
H A Dqlogicpti.c56 static struct qlogicpti *qptichain = NULL; variable in typeref:struct:qlogicpti
676 if (qptichain != NULL) { qpti_chain_add()
677 struct qlogicpti *qlink = qptichain; qpti_chain_add()
683 qptichain = qpti; qpti_chain_add()
692 if (qptichain == qpti) { qpti_chain_del()
693 qptichain = qpti->next; qpti_chain_del()
695 struct qlogicpti *qlink = qptichain; qpti_chain_del()
H A Dqlogicpti.h505 for((qp) = qptichain; (qp); (qp) = (qp)->next)

Completed in 87 milliseconds