Searched refs:lldp_status (Results 1 – 8 of 8) sorted by relevance
1154 _ice_fw_lldp_status(u32 lldp_status) in _ice_fw_lldp_status() argument1159 switch (lldp_status) in _ice_fw_lldp_status()1181 snprintf(buf.str, ICE_STR_BUF_LEN, "Unknown LLDP status %u", lldp_status); in _ice_fw_lldp_status()
726 struct ice_str_buf _ice_fw_lldp_status(u32 lldp_status);738 #define ice_fw_lldp_status(lldp_status) _ice_fw_lldp_status(lldp_status).str argument
331 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status);333 ice_get_dflt_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status);
5899 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_cur_lldp_persist_status() argument5906 if (!lldp_status) in ice_get_cur_lldp_persist_status()5922 *lldp_status = data >> in ice_get_cur_lldp_persist_status()5939 ice_get_dflt_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_dflt_lldp_persist_status() argument5947 if (!lldp_status) in ice_get_dflt_lldp_persist_status()5994 *lldp_status = data >> in ice_get_dflt_lldp_persist_status()
980 enum i40e_get_fw_lldp_status_resp *lldp_status) in i40e_get_fw_lldp_status() argument986 if (!lldp_status) in i40e_get_fw_lldp_status()999 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED; in i40e_get_fw_lldp_status()1002 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED; in i40e_get_fw_lldp_status()1005 *lldp_status = I40E_GET_FW_LLDP_STATUS_DISABLED; in i40e_get_fw_lldp_status()
233 enum i40e_get_fw_lldp_status_resp *lldp_status);
955 enum i40e_get_fw_lldp_status_resp lldp_status; in ixl_rebuild_hw_structs_after_reset() local1035 if (i40e_get_fw_lldp_status(hw, &lldp_status) == I40E_SUCCESS) { in ixl_rebuild_hw_structs_after_reset()1036 if (lldp_status == I40E_GET_FW_LLDP_STATUS_DISABLED) { in ixl_rebuild_hw_structs_after_reset()
509 enum i40e_get_fw_lldp_status_resp lldp_status; in ixl_if_attach_pre() local657 if (i40e_get_fw_lldp_status(hw, &lldp_status) == I40E_SUCCESS) { in ixl_if_attach_pre()658 if (lldp_status == I40E_GET_FW_LLDP_STATUS_DISABLED) { in ixl_if_attach_pre()