Home
last modified time | relevance | path

Searched refs:lpwwn_buf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcs_fcpim.c284 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_itnim_sm_hcb_online() local
294 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port)); in bfa_fcs_itnim_sm_hcb_online()
298 rpwwn_buf, lpwwn_buf); in bfa_fcs_itnim_sm_hcb_online()
322 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_itnim_sm_online() local
333 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(itnim->rport->port)); in bfa_fcs_itnim_sm_online()
338 "initiator (WWN = %s)\n", rpwwn_buf, lpwwn_buf); in bfa_fcs_itnim_sm_online()
343 rpwwn_buf, lpwwn_buf); in bfa_fcs_itnim_sm_online()
Dbfa_fcs_rport.c2450 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_rport_hal_online_action() local
2466 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_hal_online_action()
2471 rpwwn_buf, lpwwn_buf); in bfa_fcs_rport_hal_online_action()
2490 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_rport_hal_offline_action() local
2500 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_rport_hal_offline_action()
2507 rpwwn_buf, lpwwn_buf); in bfa_fcs_rport_hal_offline_action()
2514 rpwwn_buf, lpwwn_buf); in bfa_fcs_rport_hal_offline_action()
Dbfa_fcs_lport.c653 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_lport_online_actions() local
660 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_online_actions()
663 lpwwn_buf, "Initiator"); in bfa_fcs_lport_online_actions()
675 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_lport_offline_actions() local
681 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_offline_actions()
686 lpwwn_buf, "Initiator"); in bfa_fcs_lport_offline_actions()
691 lpwwn_buf, "Initiator"); in bfa_fcs_lport_offline_actions()
745 char lpwwn_buf[BFA_STRING_32]; in bfa_fcs_lport_deleted() local
747 wwn2str(lpwwn_buf, bfa_fcs_lport_get_pwwn(port)); in bfa_fcs_lport_deleted()
750 lpwwn_buf, "Initiator"); in bfa_fcs_lport_deleted()
[all …]