Home
last modified time | relevance | path

Searched refs:prot_autoc_write (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c182 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599()
322 mac->ops.prot_autoc_write = prot_autoc_write_82599; in ixgbe_init_ops_82599()
931 status = hw->mac.ops.prot_autoc_write(hw, autoc, false); in ixgbe_setup_mac_link_82599()
1117 status = hw->mac.ops.prot_autoc_write(hw, in ixgbe_reset_hw_82599()
H A Dixgbe_common.c80 mac->ops.prot_autoc_write = prot_autoc_write_generic; in ixgbe_init_ops_generic()
333 ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked); in ixgbe_setup_fc_generic()
3450 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic()
3492 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_stop_generic()
H A Dixgbe_type.h3946 s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member
H A Dixgbe_x550.c609 mac->ops.prot_autoc_write = NULL; in ixgbe_init_ops_X550EM()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h464 s32 (*prot_autoc_write)(struct txgbe_hw *hw, bool locked, u64 value); member
H A Dtxgbe_dummy.h575 hw->mac.prot_autoc_write = txgbe_mac_prot_autoc_write_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2819 mac->prot_autoc_write = txgbe_prot_autoc_write_raptor; in txgbe_init_ops_pf()