Lines Matching refs:pwwn
35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid);
173 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_uninit()
212 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogi_sending()
273 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogiacc_sending()
339 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogi_retry()
409 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_plogi()
515 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_fcs_online()
581 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hal_online()
630 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_online()
684 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsquery_sending()
733 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsquery()
793 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_online_sending()
844 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_online()
905 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_offline_sending()
946 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_adisc_offline()
993 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_logorcv()
1033 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_logosend()
1069 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_offline()
1120 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hcb_offline()
1200 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hcb_logorcv()
1279 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_hcb_logosend()
1316 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_logo_sending()
1357 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_offline()
1426 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsdisc_sending()
1483 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsdisc_retry()
1547 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_nsdisc_sent()
1638 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_fc4_off_delete()
1667 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_sm_delete_pending()
1701 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_send_plogi()
1714 port->port_cfg.pwwn, port->port_cfg.nwwn, in bfa_fcs_rport_send_plogi()
1737 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_plogi_response()
1780 if (!rport->pwwn && (plogi_rsp->port_name == twin->pwwn)) { in bfa_fcs_rport_plogi_response()
1821 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_send_plogiacc()
1835 rport->reply_oxid, port->port_cfg.pwwn, in bfa_fcs_rport_send_plogiacc()
1855 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_send_adisc()
1868 port->port_cfg.pwwn, port->port_cfg.nwwn); in bfa_fcs_rport_send_adisc()
1894 if (fc_adisc_rsp_parse((struct fc_adisc_s *)pld, rsp_len, rport->pwwn, in bfa_fcs_rport_adisc_response()
1930 if (rport->pwwn) { in bfa_fcs_rport_send_nsdisc()
1932 bfa_fcs_lport_get_fcid(port), 0, rport->pwwn); in bfa_fcs_rport_send_nsdisc()
1958 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_gidpn_response()
2028 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rport_gpnid_response()
2261 rx_fchs->ox_id, port->port_cfg.pwwn, in bfa_fcs_rport_process_adisc()
2302 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument
2329 rport->pwwn = pwwn; in bfa_fcs_rport_alloc()
2412 aen_entry->aen_data.rport.rpwwn = rport->pwwn; in bfa_fcs_rport_aen_post()
2422 if ((!rport->pid) || (!rport->pwwn)) { in bfa_fcs_rport_fcs_online_action()
2440 if ((!rport->pid) || (!rport->pwwn)) { in bfa_fcs_rport_hal_online_action()
2452 wwn2str(rpwwn_buf, rport->pwwn); in bfa_fcs_rport_hal_online_action()
2486 wwn2str(rpwwn_buf, rport->pwwn); in bfa_fcs_rport_hal_offline_action()
2524 rport->pwwn = plogi->port_name; in bfa_fcs_rport_update()
2732 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_online()
2754 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_offline()
2780 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_qos_scn_flowid()
2849 bfa_trc(rport->fcs, rport->pwwn); in bfa_cb_rport_qos_scn_prio()
3022 rport_attr->pwwn = rport->pwwn; in bfa_fcs_rport_get_attr()
3143 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_sm_uninit()
3268 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_sm_online()
3288 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_sm_offline()
3369 bfa_trc(rport->fcs, rport->pwwn); in bfa_fcs_rpf_send_rpsc2()