Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcs_fcpim.c287 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port)); in bfa_fcs_itnim_sm_hcb_online()
326 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port)); in bfa_fcs_itnim_sm_online()
430 aen_entry->aen_data.itnim.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_itnim_aen_post()
432 aen_entry->aen_data.itnim.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_itnim_aen_post()
Dbfa_fcs_lport.c365 aen_entry->aen_data.lport.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_lport_aen_post()
367 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_aen_post()
471 (memcmp((void *)&bfa_fcs_lport_get_pwwn(port), in bfa_fcs_lport_plogi()
493 (memcmp((void *)&bfa_fcs_lport_get_pwwn(port), in bfa_fcs_lport_plogi()
625 common_id_data.port_name = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_rnid()
664 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_online_actions()
685 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_offline_actions()
751 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_deleted()
1107 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(lport)); in bfa_fcs_lport_init()
1921 rhba->hba_id = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
[all …]
Dbfa_fcs.c1157 if (bfa_fcs_lport_get_pwwn(&vport->lport) == pwwn) in bfa_fcs_fabric_vport_lookup()
1213 (flogi->port_name == bfa_fcs_lport_get_pwwn(&fabric->bport))) { in bfa_fcs_fabric_uf_recv()
1377 aen_entry->aen_data.port.pwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_fabric_aen_post()
1410 wwn2str(pwwn_ptr, bfa_fcs_lport_get_pwwn(&fabric->bport)); in bfa_fcs_fabric_set_fabric_name()
Dbfa_fcs_rport.c2089 bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_send_logo()
2409 aen_entry->aen_data.rport.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_rport_aen_post()
2411 aen_entry->aen_data.rport.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_rport_aen_post()
2451 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_hal_online_action()
2485 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_hal_offline_action()
Dbfa_fcs.h255 #define bfa_fcs_lport_get_pwwn(_lport) ((_lport)->port_cfg.pwwn) macro
Dbfad_im.c1036 cpu_to_be64((bfa_fcs_lport_get_pwwn(port->fcs_port))); in bfad_fc_host_init()