Home
last modified time | relevance | path

Searched refs:prot_autoc_write_generic (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h80 int prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
H A Dixgbe_x540.c883 .prot_autoc_write = &prot_autoc_write_generic,
H A Dixgbe_82598.c1158 .prot_autoc_write = &prot_autoc_write_generic,
H A Dixgbe_e610.c2632 .prot_autoc_write = prot_autoc_write_generic,
H A Dixgbe_x550.c3863 .prot_autoc_write = prot_autoc_write_generic,
H A Dixgbe_common.c2670 int prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked) in prot_autoc_write_generic() function