Searched refs:lldp_status (Results 1 – 3 of 3) sorted by relevance
908 enum i40e_get_fw_lldp_status_resp *lldp_status) in i40e_get_fw_lldp_status() argument914 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()
279 enum i40e_get_fw_lldp_status_resp *lldp_status);
15620 enum i40e_get_fw_lldp_status_resp lldp_status; in i40e_probe() local15882 status = i40e_get_fw_lldp_status(&pf->hw, &lldp_status); in i40e_probe()15884 lldp_status == I40E_GET_FW_LLDP_STATUS_ENABLED) ? in i40e_probe()