Home
last modified time | relevance | path

Searched refs:set_rar (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c76 hw->mac.ops.set_rar = ixgbe_set_rar_vf; in ixgbe_init_ops_vf()
H A Dixgbe_x540.c289 hw->mac.ops.set_rar(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
H A Dixgbe_api.c915 return ixgbe_call_func(hw, hw->mac.ops.set_rar, (hw, index, addr, vmdq, in ixgbe_set_rar()
H A Dixgbe_common.c121 mac->ops.set_rar = ixgbe_set_rar_generic; in ixgbe_init_ops_generic()
2508 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV); in ixgbe_init_rx_addrs_generic()
2562 hw->mac.ops.set_rar(hw, rar, addr, vmdq, IXGBE_RAH_AV); in ixgbe_add_uc_addr()
H A Dixgbe_82599.c1188 hw->mac.ops.set_rar(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
H A Dixgbe_type.h3951 s32 (*set_rar)(struct ixgbe_hw *, u32, u8 *, u32, u32); member