Home
last modified time | relevance | path

Searched refs:sel_fcf (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/qedf/
H A Dqedf_fip.c219 if (qedf->ctlr.sel_fcf == NULL) { in qedf_fip_recv()
241 qedf->ctlr.sel_fcf->fcf_mac)) in qedf_fip_recv()
250 qedf->ctlr.sel_fcf->switch_name); in qedf_fip_recv()
252 qedf->ctlr.sel_fcf->switch_name) in qedf_fip_recv()
H A Dqedf_attr.c54 if (qedf->ctlr.sel_fcf) in fka_period_show()
55 fka_period = qedf->ctlr.sel_fcf->fka_period; in fka_period_show()
H A Dqedf_debugfs.c342 if (qedf->ctlr.sel_fcf) { in qedf_driver_stats_show()
344 qedf->ctlr.sel_fcf->switch_name); in qedf_driver_stats_show()
345 seq_printf(s, "FCF MAC: %pM\n", qedf->ctlr.sel_fcf->fcf_mac); in qedf_driver_stats_show()
/linux/include/scsi/
H A Dlibfcoe.h82 * @sel_fcf: currently selected FCF, or NULL.
122 struct fcoe_fcf *sel_fcf; member
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c885 * the sel_fcf->fc_map and the d_id fo the FLOGI frame. in bnx2fc_flogi_resp()
886 * If sel_fcf->fc_map is 0, then we use the default FCF-MAC plus the in bnx2fc_flogi_resp()
892 } else if (fip->sel_fcf && fip->sel_fcf->fc_map != 0) { in bnx2fc_flogi_resp()
893 hton24(fc_map, fip->sel_fcf->fc_map); in bnx2fc_flogi_resp()
H A Dbnx2fc_fcoe.c296 if (!ctlr->sel_fcf) { in bnx2fc_xmit()
2008 while (!ctlr->sel_fcf) { in bnx2fc_start_disc()