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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.h279 enum i40e_get_fw_lldp_status_resp *lldp_status);
H A Di40e_dcb.c901 * @lldp_status: pointer to the status enum
904 * Status of agent is reported via @lldp_status parameter.
908 enum i40e_get_fw_lldp_status_resp *lldp_status)
914 if (!lldp_status)
927 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED;
930 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED;
933 *lldp_status = I40E_GET_FW_LLDP_STATUS_DISABLED;
907 i40e_get_fw_lldp_status(struct i40e_hw *hw, enum i40e_get_fw_lldp_status_resp *lldp_status) argument
H A Di40e_main.c15564 enum i40e_get_fw_lldp_status_resp lldp_status; local
15826 status = i40e_get_fw_lldp_status(&pf->hw, &lldp_status);
15828 lldp_status == I40E_GET_FW_LLDP_STATUS_ENABLED) ?

Completed in 307 milliseconds