Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)

Completed in 6 milliseconds