Lines Matching defs:best
1335 * We are yet to select best FCF, but we got CVL in the
1611 * fcoe_ctlr_select() - Select the best FCF (if possible)
1626 struct fcoe_fcf *best = fip->sel_fcf;
1644 if (!best || fcf->pri < best->pri || best->flogi_sent)
1645 best = fcf;
1646 if (fcf->fabric_name != best->fabric_name ||
1647 fcf->vfid != best->vfid ||
1648 fcf->fc_map != best->fc_map) {
1654 fip->sel_fcf = best;
1655 if (best) {
1656 LIBFCOE_FIP_DBG(fip, "using FCF mac %pM\n", best->fcf_mac);
1659 fip->ctlr_ka_time = jiffies + best->fka_period;
1663 return best;