Lines Matching refs:sel
328 struct fcoe_fcf *sel; in fcoe_ctlr_announce() local
340 sel = fip->sel_fcf; in fcoe_ctlr_announce()
342 if (sel && ether_addr_equal(sel->fcf_mac, fip->dest_addr)) in fcoe_ctlr_announce()
350 if (sel) { in fcoe_ctlr_announce()
353 fip->lp->host->host_no, sel->fcf_mac); in fcoe_ctlr_announce()
354 memcpy(fip->dest_addr, sel->fcoe_mac, ETH_ALEN); in fcoe_ctlr_announce()
1146 struct fcoe_fcf *sel; in fcoe_ctlr_recv_els() local
1185 sel = fip->sel_fcf; in fcoe_ctlr_recv_els()
1207 if ((desc_cnt == 3) && (sel)) in fcoe_ctlr_recv_els()
1208 memcpy(sel->fcoe_mac, in fcoe_ctlr_recv_els()
1770 struct fcoe_fcf *sel; in fcoe_ctlr_timer_work() local
1786 sel = fip->sel_fcf; in fcoe_ctlr_timer_work()
1787 if (!sel && fip->sel_time) { in fcoe_ctlr_timer_work()
1789 sel = fcoe_ctlr_select(fip); in fcoe_ctlr_timer_work()
1795 if (sel && fip->flogi_req_send) in fcoe_ctlr_timer_work()
1797 else if (!sel && fcf) in fcoe_ctlr_timer_work()
1800 if (sel && !sel->fd_flags) { in fcoe_ctlr_timer_work()
1802 fip->ctlr_ka_time = jiffies + sel->fka_period; in fcoe_ctlr_timer_work()