Searched refs:get_mac_addr (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 157 boolean_t (*get_mac_addr)(struct gem_dev *); member 2001 lp->get_mac_addr = &sfe_get_mac_addr_sis630e; in sfe_chipinfo_init_sis900() 2004 lp->get_mac_addr = &sfe_get_mac_addr_sis635; in sfe_chipinfo_init_sis900() 2007 lp->get_mac_addr = &sfe_get_mac_addr_sis962; in sfe_chipinfo_init_sis900() 2010 lp->get_mac_addr = &sfe_get_mac_addr_sis900; in sfe_chipinfo_init_sis900() 2053 lp->get_mac_addr = &sfe_get_mac_addr_dp83815; in sfe_attach_chip() 2057 if (!(lp->get_mac_addr)(dp)) { in sfe_attach_chip()
|
/titanic_44/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() 163 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_hw_vf()
|
H A D | ixgbe_x540.c | 257 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
H A D | ixgbe_82598.c | 924 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
H A D | ixgbe_api.c | 320 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr()
|
H A D | ixgbe_common.c | 103 mac->ops.get_mac_addr = ixgbe_get_mac_addr_generic; in ixgbe_init_ops_generic() 2393 hw->mac.ops.get_mac_addr(hw, hw->mac.addr); in ixgbe_init_rx_addrs_generic()
|
H A D | ixgbe_82599.c | 1165 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
H A D | ixgbe_x550.c | 1633 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
|
H A D | ixgbe_type.h | 3662 s32 (*get_mac_addr)(struct ixgbe_hw *, u8 *); member
|
/titanic_44/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 470 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, in get_mac_addr() function 790 maclen = get_mac_addr(currp, ierrnop, in inittab_encode_e() 845 maclen = get_mac_addr(currp, ierrnop, &dll.dll_hwtype, in inittab_encode_e()
|