Home
last modified time | relevance | path

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

/Linux-v5.4/arch/microblaze/kernel/
Dhw_exception_handler.S595 mfs r11, rpid
611 mts rpid, r0 /* TLB will have 0 TID */
673 mts rpid, r11
683 mts rpid, r11
709 mfs r11, rpid
718 mts rpid, r0 /* TLB will have 0 TID */
765 mts rpid, r11
779 mfs r11, rpid
789 mts rpid, r0 /* TLB will have 0 TID */
836 mts rpid, r11
[all …]
Dhead.S166 mts rpid,r0 /* Load the kernel PID */
/Linux-v5.4/drivers/scsi/bfa/
Dbfa_fcs_rport.c35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid);
2305 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument
2315 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2321 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2331 rport->pid = rpid; in bfa_fcs_rport_alloc()
2345 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc()
2603 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_rport_create() argument
2607 bfa_trc(port->fcs, rpid); in bfa_fcs_rport_create()
2608 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
Dbfa_fcs_lport.c5538 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_lport_scn_portid_rscn() argument
5545 bfa_trc(port->fcs, rpid); in bfa_fcs_lport_scn_portid_rscn()
5552 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn()
5557 if (vport->lport.pid == rpid) in bfa_fcs_lport_scn_portid_rscn()
5564 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
5566 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
5574 rport = bfa_fcs_rport_create(port, rpid); in bfa_fcs_lport_scn_portid_rscn()