Searched refs:autoc_read (Results 1 – 3 of 3) sorted by relevance
2670 mac->autoc_read = txgbe_autoc_read; in txgbe_init_ops_pf()2772 autoc = hw->mac.autoc_read(hw); in txgbe_get_link_capabilities_raptor()3166 u64 autoc = hw->mac.autoc_read(hw); in txgbe_setup_mac_link()3393 autoc = hw->mac.autoc_read(hw); in txgbe_reset_hw()3440 hw->mac.orig_autoc = hw->mac.autoc_read(hw); in txgbe_reset_hw()3685 autoc = hw->mac.autoc_read(hw); in txgbe_reset_pipeline_raptor()
577 hw->mac.autoc_read = txgbe_mac_autoc_read_dummy; in txgbe_init_ops_dummy()
532 u64 (*autoc_read)(struct txgbe_hw *hw); member