Searched refs:prot_autoc_read_generic (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | 80 s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
|
H A D | ixgbe_x540.c | 875 .prot_autoc_read = &prot_autoc_read_generic,
|
H A D | ixgbe_82598.c | 1156 .prot_autoc_read = &prot_autoc_read_generic,
|
H A D | ixgbe_x550.c | 3863 .prot_autoc_read = prot_autoc_read_generic,
|
H A D | ixgbe_common.c | 2636 * prot_autoc_read_generic - Hides MAC differences needed for AUTOC read 2644 s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val) in prot_autoc_read_generic() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | 79 s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
|
H A D | ixgbe_x540.c | 875 .prot_autoc_read = &prot_autoc_read_generic,
|
H A D | ixgbe_82598.c | 1156 .prot_autoc_read = &prot_autoc_read_generic,
|
H A D | ixgbe_common.c | 2637 * prot_autoc_read_generic - Hides MAC differences needed for AUTOC read 2645 s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *locked, u32 *reg_val) in prot_autoc_read_generic() function
|
H A D | ixgbe_x550.c | 3913 .prot_autoc_read = prot_autoc_read_generic,
|
Completed in 24 milliseconds