Searched refs:lldp_status (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | ice_strings.c | 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
|
H A D | ice_lib.h | 823 struct ice_str_buf _ice_fw_lldp_status(u32 lldp_status); 835 #define ice_fw_lldp_status(lldp_status) _ice_fw_lldp_status(lldp_status).str argument
|
H A D | ice_common.h | 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);
|
H A D | ice_common.c | 6186 * @lldp_status: return value of LLDP persistent status in ice_is_fw_min_ver() 6191 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_is_fw_min_ver() 6198 if (!lldp_status) 6214 *lldp_status = data >> in ice_get_link_default_override() 6226 * @lldp_status: return value of LLDP persistent status in ice_get_link_default_override() 6231 ice_get_dflt_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_link_default_override() 6239 if (!lldp_status) in ice_get_link_default_override() 6286 *lldp_status = data >> in ice_is_phy_caps_an_enabled() 5884 ice_get_cur_lldp_persist_status(struct ice_hw * hw,u32 * lldp_status) ice_get_cur_lldp_persist_status() argument 5924 ice_get_dflt_lldp_persist_status(struct ice_hw * hw,u32 * lldp_status) ice_get_dflt_lldp_persist_status() argument
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_dcb.c | 980 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()
|
H A D | i40e_dcb.h | 233 enum i40e_get_fw_lldp_status_resp *lldp_status);
|
H A D | ixl_pf_iflib.c | 955 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()
|
H A D | if_ixl.c | 504 enum i40e_get_fw_lldp_status_resp lldp_status; in ixl_if_attach_pre() local 652 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()
|