Searched refs:lldp_status (Results 1 – 8 of 8) sorted by relevance
1151 * @lldp_status: firmware LLDP status value to convert in _ice_fw_lldp_status() 1156 _ice_fw_lldp_status(u32 lldp_status) in _ice_fw_lldp_status() 1161 switch (lldp_status) in _ice_fw_lldp_status() 1183 snprintf(buf.str, ICE_STR_BUF_LEN, "Unknown LLDP status %u", lldp_status);1148 _ice_fw_lldp_status(u32 lldp_status) _ice_fw_lldp_status() argument
827 struct ice_str_buf _ice_fw_lldp_status(u32 lldp_status);839 #define ice_fw_lldp_status(lldp_status) _ice_fw_lldp_status(lldp_status).str argument
350 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status);352 ice_get_dflt_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status);
6200 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_cur_lldp_persist_status() argument6207 if (!lldp_status) in ice_get_cur_lldp_persist_status()6223 *lldp_status = data >> in ice_get_cur_lldp_persist_status()6240 ice_get_dflt_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_dflt_lldp_persist_status() argument6248 if (!lldp_status) in ice_get_dflt_lldp_persist_status()6295 *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()
504 enum i40e_get_fw_lldp_status_resp lldp_status; in ixl_if_attach_pre() local652 if (i40e_get_fw_lldp_status(hw, &lldp_status) == I40E_SUCCESS) { in ixl_if_attach_pre()653 if (lldp_status == I40E_GET_FW_LLDP_STATUS_DISABLED) { in ixl_if_attach_pre()