Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcs_fcpim.c294 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port)); in bfa_fcs_itnim_sm_hcb_online()
333 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port)); in bfa_fcs_itnim_sm_online()
437 aen_entry->aen_data.itnim.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_itnim_aen_post()
439 aen_entry->aen_data.itnim.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_itnim_aen_post()
Dbfa_fcs_lport.c361 aen_entry->aen_data.lport.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_lport_aen_post()
363 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_aen_post()
467 (memcmp((void *)&bfa_fcs_lport_get_pwwn(port), in bfa_fcs_lport_plogi()
489 (memcmp((void *)&bfa_fcs_lport_get_pwwn(port), in bfa_fcs_lport_plogi()
621 common_id_data.port_name = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_rnid()
660 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_online_actions()
681 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_offline_actions()
747 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_deleted()
1103 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(lport)); in bfa_fcs_lport_init()
1912 rhba->hba_id = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
[all …]
Dbfa_fcs.c1283 if (bfa_fcs_lport_get_pwwn(&vport->lport) == pwwn) in bfa_fcs_fabric_vport_lookup()
1339 (flogi->port_name == bfa_fcs_lport_get_pwwn(&fabric->bport))) { in bfa_fcs_fabric_uf_recv()
1503 aen_entry->aen_data.port.pwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_fabric_aen_post()
1536 wwn2str(pwwn_ptr, bfa_fcs_lport_get_pwwn(&fabric->bport)); in bfa_fcs_fabric_set_fabric_name()
Dbfa_fcs_rport.c2101 bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_send_logo()
2424 aen_entry->aen_data.rport.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_rport_aen_post()
2426 aen_entry->aen_data.rport.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_rport_aen_post()
2466 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_hal_online_action()
2500 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_hal_offline_action()
Dbfa_fcs.h265 #define bfa_fcs_lport_get_pwwn(_lport) ((_lport)->port_cfg.pwwn) macro
Dbfad_im.c1024 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port))); in bfad_fc_host_init()