Home
last modified time | relevance | path

Searched refs:lldp_status (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.h279 enum i40e_get_fw_lldp_status_resp *lldp_status);
H A Di40e_dcb.c947 enum i40e_get_fw_lldp_status_resp *lldp_status) in i40e_get_fw_lldp_status() argument
953 if (!lldp_status) in i40e_get_fw_lldp_status()
966 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED; in i40e_get_fw_lldp_status()
969 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED; in i40e_get_fw_lldp_status()
972 *lldp_status = I40E_GET_FW_LLDP_STATUS_DISABLED; in i40e_get_fw_lldp_status()
H A Di40e_main.c15700 enum i40e_get_fw_lldp_status_resp lldp_status; in i40e_probe() local
15962 status = i40e_get_fw_lldp_status(&pf->hw, &lldp_status); in i40e_probe()
15964 lldp_status == I40E_GET_FW_LLDP_STATUS_ENABLED) ? in i40e_probe()