Searched refs:ixgbe_fw_phy_activity (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_common.h169 s32 ixgbe_fw_phy_activity(struct ixgbe_hw *, u16 activity,
H A Dixgbe_x550.c395 * ixgbe_fw_phy_activity - Perform an activity on a PHY
400 s32 ixgbe_fw_phy_activity(struct ixgbe_hw *hw, u16 activity, function
466 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_PHY_INFO, &info);
518 return ixgbe_fw_phy_activity(hw, FW_PHY_ACT_FORCE_LINK_DOWN, &setup);
740 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_SETUP_LINK, &setup);
2204 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_PHY_SW_RESET, &store);
2209 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_INIT_PHY, &store);
2225 rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &store);
4104 status = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &info);

Completed in 190 milliseconds