Searched refs:wwnmatch (Results 1 – 2 of 2) sorted by relevance
180 struct qla_fc_port *port, *locmatch, *wwnmatch; in qla_classify_port() local182 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()
711 struct qle_fc_port *port, *locmatch, *wwnmatch; in qle_classify_port() local713 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()