Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c908 enum i40e_get_fw_lldp_status_resp *lldp_status) in i40e_get_fw_lldp_status() argument
914 if (!lldp_status) in i40e_get_fw_lldp_status()
927 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED; in i40e_get_fw_lldp_status()
930 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED; in i40e_get_fw_lldp_status()
933 *lldp_status = I40E_GET_FW_LLDP_STATUS_DISABLED; in i40e_get_fw_lldp_status()
H A Di40e_dcb.h278 enum i40e_get_fw_lldp_status_resp *lldp_status);
H A Di40e_main.c15536 enum i40e_get_fw_lldp_status_resp lldp_status; in i40e_probe() local
15798 status = i40e_get_fw_lldp_status(&pf->hw, &lldp_status); in i40e_probe()
15800 lldp_status == I40E_GET_FW_LLDP_STATUS_ENABLED) ? in i40e_probe()