Searched refs:rpid (Results 1 - 7 of 7) sorted by relevance

/linux-master/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, r1
[all...]
H A Dhead.S161 mts rpid,r0 /* Load the kernel PID */
H A Dentry.S814 mts rpid, r2
890 mfs r2, rpid
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_queue.sh268 local rpid=$!
275 wait $rpid
286 local rpid=$!
295 wait $rpid
312 wait $rpid
335 local rpid=$!
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh226 local rpid=$!
228 wait -n $rpid
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c35 struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid);
2318 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) argument
2328 bfa_trc(fcs, rpid);
2334 bfa_trc(fcs, rpid);
2344 rport->pid = rpid;
2358 bfa_trc(fcs, rpid);
2611 * @param[in] rpid - remote port ID
2616 bfa_fcs_rport_create(struct bfa_fcs_lport_s *port, u32 rpid) argument
2620 bfa_trc(port->fcs, rpid);
2621 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid);
[all...]
H A Dbfa_fcs_lport.c5475 bfa_fcs_lport_scn_portid_rscn(struct bfa_fcs_lport_s *port, u32 rpid) argument
5482 bfa_trc(port->fcs, rpid);
5489 if (rpid == fabric->bport.pid)
5494 if (vport->lport.pid == rpid)
5501 rport = bfa_fcs_lport_get_rport_by_pid(port, rpid);
5503 rport = bfa_fcs_lport_get_rport_by_old_pid(port, rpid);
5511 rport = bfa_fcs_rport_create(port, rpid);

Completed in 264 milliseconds