Home
last modified time | relevance | path

Searched refs:autoc_write (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2817 mac->autoc_write = txgbe_autoc_write; in txgbe_init_ops_pf()
3383 hw->mac.autoc_write(hw, autoc); in txgbe_setup_mac_link()
3609 hw->mac.autoc_write(hw, hw->mac.orig_autoc); in txgbe_reset_hw()
3775 hw->mac.autoc_write(hw, autoc ^ TXGBE_AUTOC_LMS_AN); in txgbe_reset_pipeline_raptor()
3778 hw->mac.autoc_write(hw, autoc); in txgbe_reset_pipeline_raptor()
H A Dtxgbe_type.h462 void (*autoc_write)(struct txgbe_hw *hw, u64 value); member
H A Dtxgbe_dummy.h573 hw->mac.autoc_write = txgbe_mac_autoc_write_dummy; in txgbe_init_ops_dummy()