Home
last modified time | relevance | path

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

/linux-5.19.10/arch/microblaze/kernel/
Dhw_exception_handler.S486 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 …]
Dhead.S161 mts rpid,r0 /* Load the kernel PID */
/linux-5.19.10/tools/testing/selftests/netfilter/
Dnft_queue.sh268 local rpid=$!
275 wait $rpid
286 local rpid=$!
295 wait $rpid
312 wait $rpid
335 local rpid=$!
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcs_rport.c35 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()
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()