| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.VLAN | 1 U-Boot has networking support for VLANs (802.1q), and CDP (Cisco 8 CDP is used mainly to discover your device VLAN(s) when connected to 11 Note: In order to enable CDP support a small change is needed in the 15 Various defines control CDP; see the README section.
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | cdp.c | 18 #include "cdp.h" 75 * CDP uses the IP checksum algorithm with a twist; in cdp_compute_csum() 134 /* CDP header */ in cdp_send_trigger() 135 *pkt++ = 0x02; /* CDP version 2 */ in cdp_send_trigger() 142 /* CDP fields */ in cdp_send_trigger() 250 /* check for valid CDP SNAP header */ in cdp_receive() 257 /* Version of CDP protocol must be >= 2 and TTL != 0 */ in cdp_receive() 266 printf("**WARNING: CDP packet received with a protocol version " in cdp_receive() 347 printf("** CDP packet is too short\n"); in cdp_receive()
|
| H A D | cdp.h | 18 /* Process a received CDP packet */
|
| H A D | Makefile | 13 obj-$(CONFIG_CMD_CDP) += cdp.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/lldpd/ |
| H A D | lldpd_1.0.8.bb | 31 PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3" 36 PACKAGECONFIG[cdp] = "--enable-cdp,--disable-cdp"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | qcom.yaml | 47 cdp 68 "qcom,msm8916-v1-cdp-pm8916-v2.1" 70 A CDP board with an msm8916 SoC, version 1 paired with a pm8916 PMIC of version 113 - qcom,msm8960-cdp
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | net.c | 404 printf("CDP offered appliance VLAN %d\n", in cdp_update_env() 412 printf("CDP offered native VLAN %d\n", ntohs(cdp_native_vlan)); in cdp_update_env() 423 r = net_loop(CDP); in do_cdp() 425 printf("cdp failed; perhaps not a CISCO switch?\n"); in do_cdp() 435 cdp, 1, 1, do_cdp, 436 "Perform CDP network configuration",
|
| /OK3568_Linux_fs/buildroot/package/lldpd/ |
| H A D | Config.in | 13 proprietary Link-Layer protocols such as EDP or CDP. The 26 bool "CDP"
|
| H A D | lldpd.mk | 32 $(if $(BR2_PACKAGE_LLDPD_CDP),--enable-cdp,--disable-cdp) \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_sspp.h | 187 * enum CDP preload ahead address size 195 * struct dpu_hw_pipe_cdp_cfg : CDP configuration 196 * @enable: true to enable CDP 357 * @cfg: Pointer to cdp configuration
|
| H A D | dpu_hw_catalog.h | 621 * Define CDP use cases 632 * struct dpu_perf_cdp_cfg - define CDP use case configuration 633 * @rd_enable: true if read pipe CDP is enabled 634 * @wr_enable: true if write pipe CDP is enabled 667 * @cdp_cfg cdp use case configurations
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 1082 * rdt_cdp_peer_get - Retrieve CDP peer if it exists 1084 * @d: Cache instance for which a CDP peer is requested 1092 * Data Prioritization (CDP) RDT resources, while managed independently, 1100 * Return: 0 if a CDP peer was found, <0 on error or if no CDP peer exists. 1101 * If a CDP peer was found, @r_cdp will point to the peer RDT resource 1131 * When a new CPU comes online and CDP is enabled then the new in rdt_cdp_peer_get() 1132 * RDT domains (if any) associated with both CDP RDT resources in rdt_cdp_peer_get() 1135 * RDT domain to exist and be associated with its RDT CDP in rdt_cdp_peer_get() 1137 * peer RDT CDP resource. Hence the WARN. in rdt_cdp_peer_get() 1220 * which the CBM is intended though - when dealing with CDP resources that [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/ |
| H A D | lldpd.default | 1 # Uncomment to start SNMP subagent and enable CDP, SONMP and EDP protocol
|
| H A D | lldpd.init.d | 10 # discovery protocol. It also supports CDP, EDP and
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | charger.h | 13 * CDP (Charging Downstream Port)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | charger.h | 13 * CDP (Charging Downstream Port)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | charger.h | 13 * CDP (Charging Downstream Port)
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | resctrl_ui.rst | 23 CDP (Code and Data Prioritization) "cdp_l3", "cdp_l2" 31 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl 35 "cdp": 43 L2 and L3 CDP are controlled separately. 426 With CDP disabled the L3 schemata format is:: 430 L3 schemata file details (CDP enabled via mount option to resctrl) 432 When CDP is enabled L3 control is split into two separate resources 440 CDP is supported at L2 using the 'cdpl2' mount option. The schemata
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | qcom-msm8960-cdp.dts | 7 model = "Qualcomm MSM8960 CDP"; 8 compatible = "qcom,msm8960-cdp", "qcom,msm8960";
|
| /OK3568_Linux_fs/kernel/include/linux/power/ |
| H A D | rk_usbbc.h | 22 * 3 : CDP - pc with big currect charge
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 540 BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP, enumerator 564 /* when CDP completes these hold the return values */ 565 extern ushort cdp_native_vlan; /* CDP returned native VLAN */ 566 extern ushort cdp_appliance_vlan; /* CDP returned appliance VLAN */ 569 * Check for a CDP packet by examining the received MAC address field
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_gred.c | 559 static int gred_vq_validate(struct gred_sched *table, u32 cdp, in gred_vq_validate() argument 581 if (dp != cdp && !table->tab[dp]) { in gred_vq_validate() 603 static int gred_vqs_validate(struct gred_sched *table, u32 cdp, in gred_vqs_validate() argument 617 err = gred_vq_validate(table, cdp, attr, extack); in gred_vqs_validate()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | gpio-charger.yaml | 29 - usb-cdp # USB charging downstream port
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | Kconfig | 163 tristate "CFI Flash device mapped on AMD SC520 CDP" 166 The SC520 CDP board has two banks of CFI-compliant chips and one
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | dpll3xxx.c | 134 * autoidle state across the enable, per the CDP code. If the DPLL 179 * per the CDP code. If the DPLL entered bypass mode successfully, 212 * restore the DPLL's autoidle state across the stop, per the CDP 927 * According to the 12-5 CDP code from TI, "Limitation 2.5" in omap3_dpll4_set_rate()
|