Searched refs:rpid (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/microblaze/kernel/ |
D | hw_exception_handler.S | 486 mfs r11, rpid 502 mts rpid, r0 /* TLB will have 0 TID */ 564 mts rpid, r11 574 mts rpid, r11 600 mfs r11, rpid 609 mts rpid, r0 /* TLB will have 0 TID */ 656 mts rpid, r11 670 mfs r11, rpid 680 mts rpid, r0 /* TLB will have 0 TID */ 727 mts rpid, r11 [all …]
|
D | head.S | 161 mts rpid,r0 /* Load the kernel PID */
|
D | entry.S | 814 mts rpid, r2 890 mfs r2, rpid
|
/linux-6.1.9/tools/testing/selftests/netfilter/ |
D | nft_queue.sh | 268 local rpid=$! 275 wait $rpid 286 local rpid=$! 295 wait $rpid 312 wait $rpid 335 local rpid=$!
|
/linux-6.1.9/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()
|