Lines Matching defs:best
1330 * We are yet to select best FCF, but we got CVL in the
1603 * fcoe_ctlr_select() - Select the best FCF (if possible)
1618 struct fcoe_fcf *best = fip->sel_fcf;
1636 if (!best || fcf->pri < best->pri || best->flogi_sent)
1637 best = fcf;
1638 if (fcf->fabric_name != best->fabric_name ||
1639 fcf->vfid != best->vfid ||
1640 fcf->fc_map != best->fc_map) {
1646 fip->sel_fcf = best;
1647 if (best) {
1648 LIBFCOE_FIP_DBG(fip, "using FCF mac %pM\n", best->fcf_mac);
1651 fip->ctlr_ka_time = jiffies + best->fka_period;
1655 return best;