Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h79 int prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
H A Dixgbe_x540.c882 .prot_autoc_read = &prot_autoc_read_generic,
H A Dixgbe_82598.c1157 .prot_autoc_read = &prot_autoc_read_generic,
H A Dixgbe_e610.c2631 .prot_autoc_read = prot_autoc_read_generic,
H A Dixgbe_x550.c3862 .prot_autoc_read = prot_autoc_read_generic,
H A Dixgbe_common.c2656 int prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val) in prot_autoc_read_generic() function