Searched refs:qptichain (Results 1 – 2 of 2) sorted by relevance
57 static struct qlogicpti *qptichain = NULL; variable687 if (qptichain != NULL) { in qpti_chain_add()688 struct qlogicpti *qlink = qptichain; in qpti_chain_add()694 qptichain = qpti; in qpti_chain_add()703 if (qptichain == qpti) { in qpti_chain_del()704 qptichain = qpti->next; in qpti_chain_del()706 struct qlogicpti *qlink = qptichain; in qpti_chain_del()
505 for((qp) = qptichain; (qp); (qp) = (qp)->next)