Home
last modified time | relevance | path

Searched refs:rpid (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/microblaze/kernel/
Dhw_exception_handler.S598 mfs r11, rpid
614 mts rpid, r0 /* TLB will have 0 TID */
676 mts rpid, r11
686 mts rpid, r11
712 mfs r11, rpid
721 mts rpid, r0 /* TLB will have 0 TID */
768 mts rpid, r11
782 mfs r11, rpid
792 mts rpid, r0 /* TLB will have 0 TID */
839 mts rpid, r11
[all …]
Dhead.S166 mts rpid,r0 /* Load the kernel PID */
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcs_rport.c43 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid);
2318 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument
2328 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2334 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2344 rport->pid = rpid; in bfa_fcs_rport_alloc()
2358 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2616 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_rport_create() argument
2620 bfa_trc(port->fcs, rpid); in bfa_fcs_rport_create()
2621 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
Dbfa_fcs_lport.c5546 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()