Searched refs:get_mac_addr (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_vf.c | 65 hw->mac.ops.get_mac_addr = ixgbe_get_mac_addr_vf; in ixgbe_init_ops_vf() 166 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
|
H A D | ixgbe_x540.c | 271 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
H A D | ixgbe_82598.c | 926 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
H A D | ixgbe_api.c | 318 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
|
H A D | ixgbe_82599.c | 1170 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
H A D | ixgbe_common.c | 104 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic() 2492 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
H A D | ixgbe_type.h | 3907 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
H A D | ixgbe_x550.c | 2533 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 154 boolean_t (*get_mac_addr)(struct gem_dev *); member 1921 lp->get_mac_addr = &sfe_get_mac_addr_sis962; in sfe_chipinfo_init_sis900() 1924 lp->get_mac_addr = &sfe_get_mac_addr_sis900; in sfe_chipinfo_init_sis900() 1967 lp->get_mac_addr = &sfe_get_mac_addr_dp83815; in sfe_attach_chip() 1971 if (!(lp->get_mac_addr)(dp)) { in sfe_attach_chip()
|
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 471 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, in get_mac_addr() function 791 maclen = get_mac_addr(currp, ierrnop, in inittab_encode_e() 846 maclen = get_mac_addr(currp, ierrnop, &dll.dll_hwtype, in inittab_encode_e()
|