Searched refs:rpid (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/microblaze/kernel/ |
| H A 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 …]
|
| H A D | head.S | 161 mts rpid,r0 /* Load the kernel PID */
|
| H A D | entry.S | 814 mts rpid, r2 890 mfs r2, rpid
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_queue.sh | 275 local rpid=$! 284 wait_and_check_retval "$rpid" "tcp and nfqueue in forward chain" "$tthen" 291 local rpid=$! 302 wait_and_check_retval "$rpid" "tcp via loopback" "$tthen" 335 local rpid=$! 427 local rpid="$1" 432 if wait "$rpid";then 454 local rpid=$! 469 wait_and_check_retval "$rpid" "sctp and nfqueue in forward chain" "$tthen" 489 local rpid [all...] |
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_actions.sh | 227 local rpid=$! 229 wait -n $rpid
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcs_lport.c | 5456 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) in bfa_fcs_lport_scn_portid_rscn() argument 5463 bfa_trc(port->fcs, rpid); in bfa_fcs_lport_scn_portid_rscn() 5470 if (rpid == fabric->bport.pid) in bfa_fcs_lport_scn_portid_rscn() 5475 if (vport->lport.pid == rpid) in bfa_fcs_lport_scn_portid_rscn() 5482 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5484 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid); in bfa_fcs_lport_scn_portid_rscn() 5492 rport = bfa_fcs_rport_create(port, rpid); in bfa_fcs_lport_scn_portid_rscn()
|