Searched refs:prot_autoc_write (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/pci/ixgbe/ |
| D | ixgbe_82599.c | 222 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599() 363 mac->ops.prot_autoc_write = prot_autoc_write_82599; in ixgbe_init_ops_82599() 981 status = hw->mac.ops.prot_autoc_write(hw, autoc, FALSE); in ixgbe_setup_mac_link_82599() 1169 status = hw->mac.ops.prot_autoc_write(hw, in ixgbe_reset_hw_82599()
|
| D | ixgbe_common.c | 116 mac->ops.prot_autoc_write = prot_autoc_write_generic; in ixgbe_init_ops_generic() 373 ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked); in ixgbe_setup_fc_generic() 3515 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_start_generic() 3556 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked); in ixgbe_blink_led_stop_generic()
|
| D | ixgbe_type.h | 4048 s32 (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member
|
| D | ixgbe_x550.c | 748 mac->ops.prot_autoc_write = NULL; in ixgbe_init_ops_X550EM()
|