Searched refs:prot_autoc_write (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3431 int (*prot_autoc_write)(struct ixgbe_hw *, u32, bool); member in struct:ixgbe_mac_operations
H A Dixgbe_x550.c3911 .prot_autoc_write = prot_autoc_write_generic,
H A Dixgbe_x540.c876 .prot_autoc_write = &prot_autoc_write_generic,
H A Dixgbe_common.c247 ret_val = hw->mac.ops.prot_autoc_write(hw, reg_bp, locked);
2763 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked);
2802 ret_val = hw->mac.ops.prot_autoc_write(hw, autoc_reg, locked);
H A Dixgbe_82599.c141 ret_val = hw->mac.ops.prot_autoc_write(hw,
849 status = hw->mac.ops.prot_autoc_write(hw, autoc, false);
1029 status = hw->mac.ops.prot_autoc_write(hw,
2218 .prot_autoc_write = &prot_autoc_write_82599,
H A Dixgbe_82598.c1157 .prot_autoc_write = &prot_autoc_write_generic,

Completed in 261 milliseconds