Searched refs:prot_autoc_read (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
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 | 145 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, ®_bp); in ixgbe_setup_fc_generic() 2756 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_start_generic() 2795 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_stop_generic()
|
H A D | ixgbe_82599.c | 2214 .prot_autoc_read = &prot_autoc_read_82599,
|
H A D | ixgbe_type.h | 3428 s32 (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *); member
|
H A D | ixgbe_x550.c | 3860 .prot_autoc_read = prot_autoc_read_generic,
|