Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c214 bfa_fcs_lport_init(&fabric->bport, &fabric->bport.port_cfg); in bfa_fcs_fabric_sm_uninit()
248 fabric->bport.pid = bfa_hton3b(fabric->bport.pid); in bfa_fcs_fabric_sm_created()
252 bfa_fcs_lport_online(&fabric->bport); in bfa_fcs_fabric_sm_created()
295 fabric->bport.pid = bfa_hton3b(fabric->bport.pid); in bfa_fcs_fabric_sm_linkdown()
298 bfa_fcs_lport_online(&fabric->bport); in bfa_fcs_fabric_sm_linkdown()
960 bfa_fcs_lport_online(&fabric->bport); in bfa_fcs_fabric_notify_online()
1017 bfa_fcs_lport_stop(&fabric->bport); in bfa_fcs_fabric_stop()
1035 bfa_fcs_lport_delete(&fabric->bport); in bfa_fcs_fabric_delete()
1227 if (fabric->bport.pid == pid) { in bfa_fcs_fabric_uf_recv()
1291 struct bfa_fcs_lport_s *bport = &fabric->bport; in bfa_fcs_fabric_process_flogi() local
[all …]
H A Dbfad_attr.c121 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr); in bfad_im_get_host_port_type()
836 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr); in bfad_im_symbolic_name_show()
H A Dbfa_fcs.h179 struct bfa_fcs_lport_s bport; /* base logical port */ member
H A Dbfa_fcs_lport.c5053 if (gidft_entry->pid == fabric->bport.pid) in bfa_fcs_lport_ns_process_gidft_pids()
5560 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn()
5716 return &fcs->fabric.bport; in bfa_fcs_get_base_port()
5887 if (!lpwwn || (vf->bport.port_cfg.pwwn == lpwwn)) in bfa_fcs_lookup_port()
5888 return &vf->bport; in bfa_fcs_lookup_port()
6722 if (bfa_fcs_lport_get_pwwn(&fcs->fabric.bport) == vport_cfg->pwwn) in bfa_fcs_vport_create()
H A Dbfad_im.c1049 strscpy(symname, bfad->bfa_fcs.fabric.bport.port_cfg.sym_name.symname, in bfad_fc_host_init()
H A Dbfad_bsg.c299 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr); in bfad_iocmd_port_get_attr()