Searched refs:qptichain (Results 1 – 2 of 2) sorted by relevance
56 static struct qlogicpti *qptichain = NULL; variable676 if (qptichain != NULL) { in qpti_chain_add()677 struct qlogicpti *qlink = qptichain; in qpti_chain_add()683 qptichain = qpti; in qpti_chain_add()692 if (qptichain == qpti) { in qpti_chain_del()693 qptichain = qpti->next; in qpti_chain_del()695 struct qlogicpti *qlink = qptichain; in qpti_chain_del()
505 for((qp) = qptichain; (qp); (qp) = (qp)->next)