Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqla.c180 struct qla_fc_port *port, *locmatch, *wwnmatch; in qla_classify_port() local
182 wwnmatch = NULL; in qla_classify_port()
206 wwnmatch = port; in qla_classify_port()
209 if (locmatch == NULL && wwnmatch == NULL) { in qla_classify_port()
212 } else if (locmatch == wwnmatch) { in qla_classify_port()
215 } else if (wwnmatch != NULL) { in qla_classify_port()
216 *prev = wwnmatch; in qla_classify_port()
/openbsd/sys/dev/pci/
H A Dqle.c711 struct qle_fc_port *port, *locmatch, *wwnmatch; in qle_classify_port() local
713 wwnmatch = NULL; in qle_classify_port()
737 wwnmatch = port; in qle_classify_port()
740 if (locmatch == NULL && wwnmatch == NULL) { in qle_classify_port()
743 } else if (locmatch == wwnmatch) { in qle_classify_port()
746 } else if (wwnmatch != NULL) { in qle_classify_port()
747 *prev = wwnmatch; in qle_classify_port()