Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_strings.c1151 * @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 Dice_lib.h827 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
H A Dice_common.h350 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 Dice_common.c6200 ice_get_cur_lldp_persist_status(struct ice_hw *hw, u32 *lldp_status) in ice_get_cur_lldp_persist_status() argument
6207 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() argument
6248 if (!lldp_status) in ice_get_dflt_lldp_persist_status()
6295 *lldp_status = data >> in ice_get_dflt_lldp_persist_status()
/freebsd/sys/dev/ixl/
H A Di40e_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()
H A Di40e_dcb.h233 enum i40e_get_fw_lldp_status_resp *lldp_status);
H A Dixl_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()
H A Dif_ixl.c504 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()