Searched refs:prot_autoc_write_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 | 81 s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
|
H A D | ixgbe_x540.c | 876 .prot_autoc_write = &prot_autoc_write_generic,
|
H A D | ixgbe_82598.c | 1157 .prot_autoc_write = &prot_autoc_write_generic,
|
H A D | ixgbe_x550.c | 3864 .prot_autoc_write = prot_autoc_write_generic,
|
H A D | ixgbe_common.c | 2652 * prot_autoc_write_generic - Hides MAC differences needed for AUTOC write 2658 s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked) in prot_autoc_write_generic() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | 80 s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
|
H A D | ixgbe_x540.c | 876 .prot_autoc_write = &prot_autoc_write_generic,
|
H A D | ixgbe_82598.c | 1157 .prot_autoc_write = &prot_autoc_write_generic,
|
H A D | ixgbe_common.c | 2653 * prot_autoc_write_generic - Hides MAC differences needed for AUTOC write 2659 s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked) in prot_autoc_write_generic() function
|
H A D | ixgbe_x550.c | 3914 .prot_autoc_write = prot_autoc_write_generic,
|
Completed in 22 milliseconds