Lines Matching refs:pwwn
42 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid);
180 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_uninit()
219 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogi_sending()
280 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogiacc_sending()
346 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogi_retry()
416 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogi()
526 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_fcs_online()
592 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hal_online()
641 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_online()
695 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsquery_sending()
744 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsquery()
804 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_online_sending()
855 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_online()
918 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_offline_sending()
959 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_offline()
1006 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_logorcv()
1046 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_logosend()
1081 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_offline()
1132 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hcb_offline()
1214 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hcb_logorcv()
1293 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hcb_logosend()
1329 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_logo_sending()
1369 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_offline()
1438 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsdisc_sending()
1495 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsdisc_retry()
1559 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsdisc_sent()
1650 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_off_delete()
1679 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_delete_pending()
1713 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_send_plogi()
1726 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_rport_send_plogi()
1749 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_plogi_response()
1792 if (!rport->pwwn && (plogi_rsp->port_name == twin->pwwn)) { in bfa_fcs_rport_plogi_response()
1833 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_send_plogiacc()
1847 rport->reply_oxid, port->port_cfg.pwwn, in bfa_fcs_rport_send_plogiacc()
1867 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_send_adisc()
1880 port->port_cfg.pwwn, port->port_cfg.nwwn); in bfa_fcs_rport_send_adisc()
1906 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn, in bfa_fcs_rport_adisc_response()
1942 if (rport->pwwn) { in bfa_fcs_rport_send_nsdisc()
1944 bfa_fcs_lport_get_fcid(port), 0, rport->pwwn); in bfa_fcs_rport_send_nsdisc()
1970 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_gidpn_response()
2040 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_gpnid_response()
2276 rx_fchs->ox_id, port->port_cfg.pwwn, in bfa_fcs_rport_process_adisc()
2317 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument
2344 rport->pwwn = pwwn; in bfa_fcs_rport_alloc()
2427 aen_entry->aen_data.rport.rpwwn = rport->pwwn; in bfa_fcs_rport_aen_post()
2437 if ((!rport->pid) || (!rport->pwwn)) { in bfa_fcs_rport_fcs_online_action()
2455 if ((!rport->pid) || (!rport->pwwn)) { in bfa_fcs_rport_hal_online_action()
2467 wwn2str(rpwwn_buf, rport->pwwn); in bfa_fcs_rport_hal_online_action()
2501 wwn2str(rpwwn_buf, rport->pwwn); in bfa_fcs_rport_hal_offline_action()
2539 rport->pwwn = plogi->port_name; in bfa_fcs_rport_update()
2747 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_online()
2769 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_offline()
2795 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_qos_scn_flowid()
2864 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_qos_scn_prio()
3037 rport_attr->pwwn = rport->pwwn; in bfa_fcs_rport_get_attr()
3158 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_sm_uninit()
3283 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_sm_online()
3303 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_sm_offline()
3384 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_send_rpsc2()