Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2671 mac->autoc_write = txgbe_autoc_write; in txgbe_init_ops_pf()
3237 hw->mac.autoc_write(hw, autoc); in txgbe_setup_mac_link()
3693 hw->mac.autoc_write(hw, autoc ^ TXGBE_AUTOC_LMS_AN); in txgbe_reset_pipeline_raptor()
3696 hw->mac.autoc_write(hw, autoc); in txgbe_reset_pipeline_raptor()
H A Dtxgbe_dummy.h578 hw->mac.autoc_write = txgbe_mac_autoc_write_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h533 void (*autoc_write)(struct txgbe_hw *hw, u64 value); member