Searched refs:rpid (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 2302 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument 2312 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2318 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2328 rport->pid = rpid; in bfa_fcs_rport_alloc() 2342 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2600 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_rport_create() argument 2604 bfa_trc(port->fcs, rpid); in bfa_fcs_rport_create() 2605 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
|
D | bfa_fcs_lport.c | 5546 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_lport_scn_portid_rscn() argument 5553 bfa_trc(port->fcs, rpid); in bfa_fcs_lport_scn_portid_rscn() 5560 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5565 if (vport->lport.pid == rpid) in bfa_fcs_lport_scn_portid_rscn() 5572 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5574 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5582 rport = bfa_fcs_rport_create(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
|