Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh280 local rpid=$!
289 wait_and_check_retval "$rpid" "tcp and nfqueue in forward chain" "$tthen"
296 local rpid=$!
307 wait_and_check_retval "$rpid" "tcp via loopback" "$tthen"
340 local rpid=$!
434 local rpid="$1"
439 if wait "$rpid";then
461 local rpid=$!
476 wait_and_check_retval "$rpid" "sctp and nfqueue in forward chain" "$tthen"
496 local rpid
[all...]
/linux/arch/microblaze/kernel/
H A 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 …]
H A Dentry.S814 mts rpid, r2
890 mfs r2, rpid
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh227 local rpid=$!
229 wait -n $rpid
/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c5456 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()