| /linux/net/hsr/ |
| H A D | Kconfig | 7 tristate "High-availability Seamless Redundancy (HSR & PRP)" 10 Redundancy (HSR) and Parallel Redundancy Protocol (PRP). 14 attached node implementing PRP"). For this to work, your Linux box 26 frames sent over the PRP device will be sent to both networks giving 27 a redundant, instant fail-over network. Unlike HSR, PRP networks 33 and PRP standard described in IEC 62439-4:2012 (PRP), but no 45 tristate "PRP duplicate discard KUnit tests" if !KUNIT_ALL_TESTS 49 Covers the PRP duplicate discard algorithm.
|
| H A D | hsr_main.h | 7 * include file for HSR and PRP. 43 /* PRP V1 life check for Duplicate discard */ 45 /* PRP V1 life check for Duplicate Accept */ 47 /* PRP V1 life redundancy box MAC address */ 90 /* HSR/PRP Supervision Frame data types. 124 /* PRP Redunancy Control Trailor (RCT). 125 * As defined in IEC-62439-4:2012, the PRP RCT is really { sequence Nr, 128 * Field names as defined in the IEC:2012 standard for PRP. 209 u8 net_id; /* for PRP, it occupies most significant 3 bits 253 /* Assume caller has confirmed this skb is PRP suffixed */
|
| H A D | hsr_forward.c | 7 * Frame router for HSR and PRP. 236 /* Tailroom for PRP rct should have been created before calling this */ 385 WARN_ONCE(!trailer, "errored PRP skb"); in prp_create_tagged_frame() 510 * - if it's a PRP frame: through another PRP slave device (no bridge) 559 /* Check if frame is to be dropped. Eg. for PRP no forward in hsr_forward_do() 651 /* Standard frame or PRP from master port */ in hsr_fill_frame_info()
|
| H A D | hsr_framereg.h | 7 * include file for HSR and PRP.
|
| H A D | hsr_device.c | 7 * virtual HSR or PRP devices. 262 /* skb size is same for PRP/HSR frames, only difference in hsr_init_skb() 263 * being, for PRP it is a trailer and for HSR it is a in hsr_init_skb() 380 netdev_warn_once(master->dev, "PRP: Could not send supervision frame\n"); in send_prp_supervision_frame() 736 /* For PRP, lan_id has most significant 3 bits holding in hsr_dev_finalize()
|
| H A D | hsr_slave.c | 7 * Frame handler other utility functions for HSR and PRP. 52 * HSR tag removal), but for PRP there could be non tagged frames as in hsr_handle_frame()
|
| H A D | hsr_framereg.c | 11 * Same code handles filtering of duplicates for PRP as well. 259 /* Everyone may create a node entry, connected node to a HSR/PRP in hsr_get_node() 543 * While this requirement is explicit for PRP, applying it to HSR does no harm 602 /* PRP duplicate discard: we only consider frames that are received on port A 620 /* for PRP we should only forward frames from the slave ports in prp_register_frame_out()
|
| H A D | hsr_device.h | 7 * include file for HSR and PRP.
|
| H A D | hsr_netlink.h | 7 * include file for HSR and PRP.
|
| H A D | hsr_slave.h | 6 * include file for HSR and PRP.
|
| H A D | hsr_forward.h | 7 * include file for HSR and PRP.
|
| H A D | hsr_main.c | 7 * Event handling for HSR and PRP devices.
|
| H A D | hsr_netlink.c | 7 * Routines for handling Netlink messages for HSR and PRP. 107 NL_SET_ERR_MSG_MOD(extack, "PRP version unsupported"); in hsr_newlink()
|
| /linux/drivers/nvme/target/ |
| H A D | pci-epf.c | 754 u64 prp) in nvmet_pci_epf_prp_ofst() argument 756 return prp & ctrl->mps_mask; in nvmet_pci_epf_prp_ofst() 760 u64 prp) in nvmet_pci_epf_prp_size() argument 762 return ctrl->mps - nvmet_pci_epf_prp_ofst(ctrl, prp); in nvmet_pci_epf_prp_size() 766 * Transfer a PRP list from the host and return the number of prps. 768 static int nvmet_pci_epf_get_prp_list(struct nvmet_pci_epf_ctrl *ctrl, u64 prp, in nvmet_pci_epf_get_prp_list() argument 778 * with the PRP list pointer specified, only return the space available in nvmet_pci_epf_get_prp_list() 779 * in the memory page, the last PRP in there will be a PRP list pointer in nvmet_pci_epf_get_prp_list() 782 length = min(nvmet_pci_epf_prp_size(ctrl, prp), nr_prps << 3); in nvmet_pci_epf_get_prp_list() 783 ret = nvmet_pci_epf_transfer(ctrl, prps, prp, length, DMA_FROM_DEVICE); in nvmet_pci_epf_get_prp_list() [all …]
|
| /linux/Documentation/devicetree/bindings/net/dsa/ |
| H A D | renesas,rzn1-a5psw.yaml | 33 - description: Parallel Redundancy Protocol (PRP) interrupt 41 - const: prp 102 interrupt-names = "dlr", "switch", "prp", "hub", "ptrn";
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | intel,ixp46x-ptp-timer.yaml | 28 PRP timer, usually a GPIO interrupt. 30 PRP timer, usually a GPIO interrupt.
|
| /linux/drivers/media/platform/nxp/ |
| H A D | Kconfig | 57 tristate "NXP MX2 eMMa-PrP support" 64 MX2X chips have a PrP that can be used to process buffers from
|
| H A D | mx2_emmaprp.c | 3 * Support eMMa-PrP through mem2mem framework. 5 * eMMa-PrP is a piece of HW that allows fetching buffers 30 MODULE_DESCRIPTION("Mem-to-mem device which supports eMMa-PrP present in mx2 SoCs"); 60 /* EMMA PrP */ 254 "eMMa-PrP Registers:\n" in emmaprp_dump_regs() 355 pr_err("PrP bus error occurred, this transfer is probably corrupted\n"); in emmaprp_irq()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 2230 * a native SGL (NVMe PRP). 2239 * The native SGL is built starting in the first PRP 2243 * describe using the two PRP entriess inside the NVMe message, then PRP1 2244 * describes the first data memory segment, and PRP2 contains a pointer to a PRP 2246 * segments. The PRP list will be contiguous. 2248 * The native SGL for NVMe devices is a Physical Region Page (PRP). A PRP 2249 * consists of a list of PRP entries to describe a number of noncontigous 2253 * non-contiguous SGL into a PRP in this case. All PRPs will describe 2256 * Each NVMe message contains two PRP entries. The first (PRP1) either contains 2257 * a PRP list pointer or a PRP element, depending upon the command. PRP2 [all …]
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-ic-prpencvf.c | 496 /* init the IC-PRP-->MEM IDMAC channel */ in prp_setup_rotation() 506 /* init the MEM-->IC-PRP ROT IDMAC channel */ in prp_setup_rotation() 518 /* init the destination IC-PRP ROT-->MEM IDMAC channel */ in prp_setup_rotation() 528 /* now link IC-PRP-->MEM to MEM-->IC-PRP ROT */ in prp_setup_rotation() 545 /* and finally enable the IC PRP task */ in prp_setup_rotation() 614 /* init the IC PRP-->MEM IDMAC channel */ in prp_setup_norotation() 699 "imx-ic-prp-nfb4eof", priv); in prp_start() 715 "imx-ic-prp-eof", priv); in prp_start()
|
| H A D | Makefile | 6 imx-ic-common.o imx-ic-prp.o imx-ic-prpencvf.o imx-media-vdic.o \
|
| /linux/include/uapi/linux/ |
| H A D | hsr_netlink.h | 20 /* attributes for HSR or PRP node */
|
| /linux/drivers/nvme/host/ |
| H A D | apple.c | 105 * and the TCB PRP pointer to the same memory. 157 * The sg pointer contains the list of PRP chunk allocations in addition 164 int npages; /* In the PRP list. 0 means small pool in use */ 714 * Note: we (ab)use the fact that the prp fields survive if no data in apple_nvme_create_cq() 742 * Note: we (ab)use the fact that the prp fields survive if no data in apple_nvme_create_sq() 1130 * where any PRP is set to zero (including those that don't use in apple_nvme_reset_work() 1544 anv->prp_page_pool = dmam_pool_create("prp list page", anv->dev, in apple_nvme_alloc() 1553 dmam_pool_create("prp list 256", anv->dev, 256, 256, 0); in apple_nvme_alloc()
|
| H A D | constants.c | 85 [NVME_SC_PRP_INVALID_OFFSET] = "PRP Offset Invalid",
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_mii_rt.h | 79 /* for HSR and PRP */
|