/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs_cna.h | 120 /* LLDP string type */ 128 /* LLDP parameters */ 187 /* LLDP/DCBX/CEE Statistics */ 189 u32 lldp_tx_frames; /*!< LLDP Tx Frames */ 190 u32 lldp_rx_frames; /*!< LLDP Rx Frames */ 191 u32 lldp_rx_frames_invalid; /*!< LLDP Rx Frames invalid */ 192 u32 lldp_rx_frames_new; /*!< LLDP Rx Frames new */ 193 u32 lldp_tlvs_unrecognized; /*!< LLDP Rx unrecognized TLVs */ 194 u32 lldp_rx_shutdown_tlvs; /*!< LLDP Rx shutdown TLVs */ 195 u32 lldp_info_aged_out; /*!< LLDP remote info aged out */
|
H A D | bfi_cna.h | 68 /* @brief Mailbox commands from host to (DCBX/LLDP) firmware */ 75 /* @brief Mailbox reply and AEN messages from DCBX/LLDP firmware to host */
|
/openbmc/openbmc/meta-ibm/recipes-support/lldpd/ |
H A D | lldpd_%.bbappend | 1 #LLDP factory reset default configuration 4 echo "configure ports eth0 lldp status disabled" >> ${D}${sysconfdir}/lldpd.conf 5 echo "configure ports eth1 lldp status disabled" >> ${D}${sysconfdir}/lldpd.conf
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | ethernet_fabric_message_registry.hpp | 42 "Indicates that an interface has disabled Link Layer Discovery Protocol (LLDP).", 43 "LLDP was disabled on switch '%1' port '%2'.", 50 "Check that LLDP is enabled on device endpoints.", 55 "Indicates that an interface has enabled Link Layer Discovery Protocol (LLDP).", 56 "LLDP was enabled on switch '%1' port '%2'.",
|
/openbmc/linux/Documentation/scsi/ |
H A D | bnx2fc.rst | 76 ** Broadcom FCoE capable devices implement a DCBX/LLDP client on-chip. Only one 77 LLDP client is allowed per interface. For proper operation all host software 78 based DCBX/LLDP clients (e.g. lldpad) must be disabled. To disable lldpad on a 81 lldptool set-lldp -i <interface_name> adminStatus=disabled
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 706 specialization of LLDP (802.1AB). The ice driver supports the following 709 1) Firmware-based LLDP Agent 710 2) Software-based LLDP Agent 712 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX 719 In software-based mode, LLDP traffic is forwarded to the network stack and user 722 be both queried and set locally. This mode requires the FW-based LLDP Agent to 727 - You can enable and disable the firmware-based LLDP Agent using an ethtool 728 private flag. Refer to the "FW-LLDP (Firmware Link Layer Discovery Protocol)" 731 LLDP/DCBX agents that interface with the Linux kernel's DCB Netlink API. We 740 FW-LLDP (Firmware Link Layer Discovery Protocol) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/ |
H A D | openlldp_1.1.1.bb | 1 SUMMARY = "Open-LLDP" 3 HOMEPAGE = "http://open-lldp.org/start"
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_lib.c | 425 /* Only send new config to HW if we are in SW LLDP mode. Otherwise, in ice_pf_dcb_cfg() 722 /* Reconfigure with ETS willing so that FW will send LLDP MIB event */ in ice_dcb_noncontig_cfg() 824 /* FW LLDP is disabled, activate SW DCBX/LLDP mode */ in ice_init_pf_dcb() 825 dev_info(dev, "FW LLDP is disabled, DCBx/LLDP in SW mode.\n"); in ice_init_pf_dcb() 840 /* If the FW DCBX engine is not running then Rx LLDP packets in ice_init_pf_dcb() 858 /* DCBX/LLDP enabled in FW, set DCBNL mode advertisement */ in ice_init_pf_dcb() 991 dev_dbg(dev, "LLDP event MIB bridge type 0x%x\n", mib_type); in ice_dcb_process_lldp_set_mib_change() 1005 dev_dbg(dev, "LLDP event mib type %s\n", mib_type ? "remote" : "local"); in ice_dcb_process_lldp_set_mib_change()
|
H A D | ice_dcb.c | 15 * @local_len: length of the returned Local LLDP MIB 16 * @remote_len: length of the returned Remote LLDP MIB 19 * Requests the complete LLDP MIB (entire packet). (0x0A00) 60 * Enable or Disable posting of an event on ARQ when LLDP MIB 86 * @shutdown_lldp_agent: True if LLDP Agent needs to be Shutdown 87 * False if LLDP Agent needs to be Stopped 88 * @persist: True if Stop/Shutdown of LLDP Agent needs to be persistent across 92 * Stop or Shutdown the embedded LLDP Agent (0x0A05) 117 * @persist: True if Start of LLDP Agent needs to be persistent across reboots 120 * Start the embedded LLDP Agent on all ports. (0x0A06) [all …]
|
H A D | ice_dcb.h | 38 /* Defines for LLDP TLV header */ 104 /* IEEE 802.1AB LLDP Organization specific TLV */
|
H A D | ice_adminq_cmd.h | 1655 /* Get LLDP MIB (indirect 0x0A00) 1656 * Note: This is also used by the LLDP MIB Change Event (0x0A01) 1687 /* The following bytes are reserved for the Get LLDP MIB command (0x0A00) 1688 * and in the LLDP MIB Change Event (0x0A01). They are valid for the 1689 * Get LLDP MIB (0x0A00) response only. 1698 /* Configure LLDP MIB Change Event (direct 0x0A01) */ 1710 /* Stop LLDP (direct 0x0A05) */ 1720 /* Start LLDP (direct 0x0A06) */ 1758 /* Set Local LLDP MIB (indirect 0x0A08) 1759 * Used to replace the local MIB of a given LLDP agent. e.g. DCBX [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | ethtool_mm.sh | 11 lldp 169 lldp() function 214 log_test "LLDP"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/ |
H A D | lldpd.init.d | 8 # Short-Description: LLDP daemon 39 DESC="LLDP daemon"
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 28 /* API version 1.6 for X722 devices adds ability to stop FW LLDP agent */ 248 /* LLDP commands */ 2027 /* Get LLDP MIB (indirect 0x0A00) */ 2047 /* Configure LLDP MIB Change Event (direct 0x0A01) 2060 /* Add LLDP TLV (indirect 0x0A02) 2061 * Delete LLDP TLV (indirect 0x0A04) 2074 /* Update LLDP TLV (indirect 0x0A03) */ 2087 /* Stop LLDP (direct 0x0A05) */ 2097 /* Start LLDP (direct 0x0A06) */ 2191 /* Set Local LLDP MIB (indirect 0x0A08) [all …]
|
H A D | i40e_dcb.c | 576 /* Parse LLDP MIB to get dcb configuration */ in i40e_aq_get_dcb_config() 881 /* Read LLDP NVM area */ in i40e_init_dcb() 904 /* Get the LLDP AdminStatus for the current port */ in i40e_init_dcb() 908 /* LLDP agent disabled */ in i40e_init_dcb() 930 /* Configure the LLDP MIB change event */ in i40e_init_dcb() 942 * Get status of FW Link Layer Discovery Protocol (LLDP) Agent. 1238 * i40e_set_dcb_config - Set the local LLDP MIB to FW 1885 * _i40e_read_lldp_cfg - generic read of LLDP Configuration data from NVM 1887 * @lldp_cfg: pointer to hold lldp configuration variables 1889 * @word_offset: offset of LLDP configuration [all …]
|
H A D | i40e_debugfs.c | 1402 } else if (strncmp(cmd_buf, "lldp", 4) == 0) { in i40e_dbg_command_write() 1409 "Stop LLDP AQ command failed =0x%x\n", in i40e_dbg_command_write() 1440 /* Continue and start FW LLDP anyways */ in i40e_dbg_command_write() 1446 "Start LLDP AQ command failed =0x%x\n", in i40e_dbg_command_write() 1470 "Get LLDP MIB (local) AQ command failed =0x%x\n", in i40e_dbg_command_write() 1476 dev_info(&pf->pdev->dev, "LLDP MIB (local)\n"); in i40e_dbg_command_write() 1477 print_hex_dump(KERN_INFO, "LLDP MIB (local): ", in i40e_dbg_command_write() 1498 "Get LLDP MIB (remote) AQ command failed =0x%x\n", in i40e_dbg_command_write() 1504 dev_info(&pf->pdev->dev, "LLDP MIB (remote)\n"); in i40e_dbg_command_write() 1505 print_hex_dump(KERN_INFO, "LLDP MIB (remote): ", in i40e_dbg_command_write() [all …]
|
H A D | i40e_dcb.h | 38 /* Defines for LLDP TLV header */ 109 /* IEEE 802.1AB LLDP Organization specific TLV */
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | prestera.rst | 43 * - ``lldp`` 45 - Traps LLDP packets
|
H A D | devlink-trap.rst | 261 * - ``lldp`` 263 - Traps LLDP packets 550 * - ``lldp`` 551 - Contains packet traps for LLDP packets
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Port.v1_15_0.json | 465 "description": "Enable/disable LLDP for this port.", 466 …s property shall contain the state indicating whether to enable LLDP for a port. If LLDP is disab… 480 "description": "LLDP data being received on this link.", 481 … "longDescription": "This property shall contain the LLDP data being received on this link.", 493 "description": "LLDP data being transmitted on this link.", 494 … "longDescription": "This property shall contain the LLDP data being transmitted on this link.", 861 …"description": "Link Layer Data Protocol (LLDP) data received from the remote partner across this … 862 …"longDescription": "This type shall contain the LLDP data from the remote partner across this link… 879 …"description": "Link Layer Data Protocol (LLDP) chassis ID received from the remote partner across… 1049 "description": "Link Layer Data Protocol (LLDP) data being transmitted on this link.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Port.v1_15_0.json | 465 "description": "Enable/disable LLDP for this port.", 466 …s property shall contain the state indicating whether to enable LLDP for a port. If LLDP is disab… 480 "description": "LLDP data being received on this link.", 481 … "longDescription": "This property shall contain the LLDP data being received on this link.", 493 "description": "LLDP data being transmitted on this link.", 494 … "longDescription": "This property shall contain the LLDP data being transmitted on this link.", 861 …"description": "Link Layer Data Protocol (LLDP) data received from the remote partner across this … 862 …"longDescription": "This type shall contain the LLDP data from the remote partner across this link… 879 …"description": "Link Layer Data Protocol (LLDP) chassis ID received from the remote partner across… 1049 "description": "Link Layer Data Protocol (LLDP) data being transmitted on this link.", [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_devlink.c | 174 DEVLINK_TRAP_GROUP_GENERIC(LLDP, 0), 209 .trap = PRESTERA_TRAP_CONTROL(LLDP, LLDP, TRAP),
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 1383 /* LLDP/DCBX/CEE Statistics */ 1385 u32 lldp_tx_frames; /* LLDP Tx Frames */ 1386 u32 lldp_rx_frames; /* LLDP Rx Frames */ 1387 u32 lldp_rx_frames_invalid; /* LLDP Rx Frames invalid */ 1388 u32 lldp_rx_frames_new; /* LLDP Rx Frames new */ 1389 u32 lldp_tlvs_unrecognized; /* LLDP Rx unrecog. TLVs */ 1390 u32 lldp_rx_shutdown_tlvs; /* LLDP Rx shutdown TLVs */ 1391 u32 lldp_info_aged_out; /* LLDP remote info aged */
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Port_v1.xml | 1029 <Annotation Term="OData.Description" String="Enable/disable LLDP for this port."/> 1030 <Annotation Term="OData.LongDescription" String="This property shall contain the state indicating whether to enable LLDP for a port. If LLDP is disabled at the adapter level, this property shall be ignored."/> 1033 <Annotation Term="OData.Description" String="LLDP data being transmitted on this link."/> 1034 <Annotation Term="OData.LongDescription" String="This property shall contain the LLDP data being transmitted on this link."/> 1037 <Annotation Term="OData.Description" String="LLDP data being received on this link."/> 1038 <Annotation Term="OData.LongDescription" String="This property shall contain the LLDP data being received on this link."/> 1052 <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) data being transmitted on this link."/> 1053 <Annotation Term="OData.LongDescription" String="This type shall contain the LLDP data to be transmitted from this endpoint."/> 1056 <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) chassi [all...] |
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Port_v1.xml | 1029 <Annotation Term="OData.Description" String="Enable/disable LLDP for this port."/> 1030 …s property shall contain the state indicating whether to enable LLDP for a port. If LLDP is disab… 1033 <Annotation Term="OData.Description" String="LLDP data being transmitted on this link."/> 1034 …<Annotation Term="OData.LongDescription" String="This property shall contain the LLDP data being t… 1037 <Annotation Term="OData.Description" String="LLDP data being received on this link."/> 1038 …<Annotation Term="OData.LongDescription" String="This property shall contain the LLDP data being r… 1052 …<Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) data being transmitte… 1053 …<Annotation Term="OData.LongDescription" String="This type shall contain the LLDP data to be trans… 1056 … <Annotation Term="OData.Description" String="Link Layer Data Protocol (LLDP) chassis ID."/> 1092 … colon-delimited string of hexadecimal octets identifying the port for an LLDP endpoint. If no su… [all …]
|