Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dqlogicpti.c57 static struct qlogicpti *qptichain = NULL; variable
687 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()
H A Dqlogicpti.h505 for((qp) = qptichain; (qp); (qp) = (qp)->next)