Home
last modified time | relevance | path

Searched refs:sel_fcf (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/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.c56 if (qedf->ctlr.sel_fcf) in qedf_fka_period_show()
57 fka_period = qedf->ctlr.sel_fcf->fka_period; in qedf_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()
H A Dqedf_main.c242 * the sel_fcf->fc_map and the d_id fo the FLOGI frame. in qedf_set_data_src_addr()
243 * If sel_fcf->fc_map is 0 then we use the default FCF-MAC plus the in qedf_set_data_src_addr()
249 } else if (qedf->ctlr.sel_fcf->fc_map != 0) { in qedf_set_data_src_addr()
250 hton24(fc_map, qedf->ctlr.sel_fcf->fc_map); in qedf_set_data_src_addr()
407 if (qedf->ctlr.sel_fcf) { in qedf_link_recovery()
1117 if (!qedf->ctlr.sel_fcf) { in qedf_xmit()
3926 if (qedf->ctlr.sel_fcf) { in qedf_get_protocol_tlv_data()
3928 u64_to_wwn(qedf->ctlr.sel_fcf->switch_name, fcoe->switch_name); in qedf_get_protocol_tlv_data()
/kernel/linux/linux-6.6/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()
H A Dqedf_main.c242 * the sel_fcf->fc_map and the d_id fo the FLOGI frame. in qedf_set_data_src_addr()
243 * If sel_fcf->fc_map is 0 then we use the default FCF-MAC plus the in qedf_set_data_src_addr()
249 } else if (qedf->ctlr.sel_fcf->fc_map != 0) { in qedf_set_data_src_addr()
250 hton24(fc_map, qedf->ctlr.sel_fcf->fc_map); in qedf_set_data_src_addr()
407 if (qedf->ctlr.sel_fcf) { in qedf_link_recovery()
1117 if (!qedf->ctlr.sel_fcf) { in qedf_xmit()
3942 if (qedf->ctlr.sel_fcf) { in qedf_get_protocol_tlv_data()
3944 u64_to_wwn(qedf->ctlr.sel_fcf->switch_name, fcoe->switch_name); in qedf_get_protocol_tlv_data()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c275 fip->sel_fcf = NULL; in fcoe_ctlr_reset_fcfs()
332 sel = fip->sel_fcf; in fcoe_ctlr_announce()
544 fcf = fip->sel_fcf; in fcoe_ctlr_send_keep_alive()
630 fcf = fip->sel_fcf; in fcoe_ctlr_encaps()
728 if (!fip->sel_fcf && fip->mode != FIP_MODE_VN2VN) in fcoe_ctlr_els_send()
835 if (fip->sel_fcf == fcf) { in fcoe_ctlr_age_fcfs()
849 if (fip->sel_fcf == fcf) in fcoe_ctlr_age_fcfs()
850 fip->sel_fcf = NULL; in fcoe_ctlr_age_fcfs()
874 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
1073 if (fcf == fip->sel_fcf in fcoe_ctlr_recv_adv()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c275 fip->sel_fcf = NULL; in fcoe_ctlr_reset_fcfs()
332 sel = fip->sel_fcf; in fcoe_ctlr_announce()
544 fcf = fip->sel_fcf; in fcoe_ctlr_send_keep_alive()
630 fcf = fip->sel_fcf; in fcoe_ctlr_encaps()
728 if (!fip->sel_fcf && fip->mode != FIP_MODE_VN2VN) in fcoe_ctlr_els_send()
832 if (fip->sel_fcf == fcf) { in fcoe_ctlr_age_fcfs()
848 if (fip->sel_fcf == fcf) in fcoe_ctlr_age_fcfs()
849 fip->sel_fcf = NULL; in fcoe_ctlr_age_fcfs()
872 if (sel_time && !fip->sel_fcf && !fip->sel_time) { in fcoe_ctlr_age_fcfs()
1071 if (fcf == fip->sel_fcf in fcoe_ctlr_recv_adv()
[all...]
/kernel/linux/linux-5.10/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.c295 if (!ctlr->sel_fcf) { in bnx2fc_xmit()
2016 while (!ctlr->sel_fcf) { in bnx2fc_start_disc()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfcoe.h81 * @sel_fcf: currently selected FCF, or NULL.
121 struct fcoe_fcf *sel_fcf; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfcoe.h82 * @sel_fcf: currently selected FCF, or NULL.
122 struct fcoe_fcf *sel_fcf; member

Completed in 26 milliseconds