Searched refs:rpid (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/arch/microblaze/kernel/ |
| D | hw_exception_handler.S | 595 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 …]
|
| D | head.S | 166 mts rpid,r0 /* Load the kernel PID */
|
| /Linux-v5.10/tools/testing/selftests/netfilter/ |
| D | nft_queue.sh | 263 local rpid=$! 270 wait $rpid 281 local rpid=$! 290 wait $rpid 313 local rpid=$!
|
| /Linux-v5.10/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 | 5538 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()
|