Searched refs:rpid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/microblaze/kernel/ |
D | hw_exception_handler.S | 598 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 …]
|
D | head.S | 166 mts rpid,r0 /* Load the kernel PID */
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 42 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid); 2317 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() argument 2327 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2333 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2343 rport->pid = rpid; in bfa_fcs_rport_alloc() 2357 bfa_trc(fcs, rpid); in bfa_fcs_rport_alloc() 2615 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_rport_create() argument 2619 bfa_trc(port->fcs, rpid); in bfa_fcs_rport_create() 2620 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
|
D | bfa_fcs_lport.c | 5548 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_lport_scn_portid_rscn() argument 5555 bfa_trc(port->fcs, rpid); in bfa_fcs_lport_scn_portid_rscn() 5562 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5567 if (vport->lport.pid == rpid) in bfa_fcs_lport_scn_portid_rscn() 5574 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5576 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5584 rport = bfa_fcs_rport_create(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
|