Lines Matching refs:best
1592 struct fcoe_fcf *best = fip->sel_fcf; in fcoe_ctlr_select() local
1610 if (!best || fcf->pri < best->pri || best->flogi_sent) in fcoe_ctlr_select()
1611 best = fcf; in fcoe_ctlr_select()
1612 if (fcf->fabric_name != best->fabric_name || in fcoe_ctlr_select()
1613 fcf->vfid != best->vfid || in fcoe_ctlr_select()
1614 fcf->fc_map != best->fc_map) { in fcoe_ctlr_select()
1620 fip->sel_fcf = best; in fcoe_ctlr_select()
1621 if (best) { in fcoe_ctlr_select()
1622 LIBFCOE_FIP_DBG(fip, "using FCF mac %pM\n", best->fcf_mac); in fcoe_ctlr_select()
1625 fip->ctlr_ka_time = jiffies + best->fka_period; in fcoe_ctlr_select()
1629 return best; in fcoe_ctlr_select()