Searched refs:prot_autoc_read (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 882 .prot_autoc_read = &prot_autoc_read_generic,
|
D | ixgbe_82598.c | 1157 .prot_autoc_read = &prot_autoc_read_generic,
|
D | ixgbe_common.c | 148 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, ®_bp); in ixgbe_setup_fc_generic() 2768 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_start_generic() 2807 ret_val = hw->mac.ops.prot_autoc_read(hw, &locked, &autoc_reg); in ixgbe_blink_led_stop_generic()
|
D | ixgbe_82599.c | 2218 .prot_autoc_read = &prot_autoc_read_82599,
|
D | ixgbe_e610.c | 2631 .prot_autoc_read = prot_autoc_read_generic,
|
D | ixgbe_type.h | 3473 int (*prot_autoc_read)(struct ixgbe_hw *, bool *, u32 *); member
|
D | ixgbe_x550.c | 3862 .prot_autoc_read = prot_autoc_read_generic,
|