Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ice/
HDice_strings.c1154 _ice_fw_lldp_status(u32 lldp_status) in _ice_fw_lldp_status() argument
1159 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()
HDice_lib.h726 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
HDice_common.h331 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);
HDice_common.c5899 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_cur_lldp_persist_status() argument
5906 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() argument
5947 if (!lldp_status) in ice_get_dflt_lldp_persist_status()
5994 *lldp_status = data >> in ice_get_dflt_lldp_persist_status()
/freebsd-13-stable/sys/dev/ixl/
HDi40e_dcb.c980 enum i40e_get_fw_lldp_status_resp *lldp_status) in i40e_get_fw_lldp_status() argument
986 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()
HDi40e_dcb.h233 enum i40e_get_fw_lldp_status_resp *lldp_status);
HDixl_pf_iflib.c955 enum i40e_get_fw_lldp_status_resp lldp_status; in ixl_rebuild_hw_structs_after_reset() local
1035 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()
HDif_ixl.c509 enum i40e_get_fw_lldp_status_resp lldp_status; in ixl_if_attach_pre() local
657 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()