Searched refs:perm_addr (Results 1 – 19 of 19) sorted by relevance
| /titanic_53/usr/src/uts/common/io/e1000api/ |
| H A D | e1000_82540.c | 705 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82540() 706 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82540() 711 hw->mac.perm_addr[5] ^= 1; in e1000_read_mac_addr_82540() 714 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82540()
|
| H A D | e1000_82542.c | 582 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82542() 583 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82542() 587 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82542()
|
| H A D | e1000_vf.c | 292 memcpy(hw->mac.perm_addr, addr, 6); in e1000_reset_hw_vf() 518 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_vf()
|
| H A D | e1000_82543.c | 1583 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82543() 1584 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82543() 1589 hw->mac.perm_addr[5] ^= 1; in e1000_read_mac_addr_82543() 1592 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82543()
|
| H A D | e1000_vf.h | 218 u8 perm_addr[6]; member
|
| H A D | e1000_nvm.c | 1140 hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); in e1000_read_mac_addr_generic() 1143 hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); in e1000_read_mac_addr_generic() 1146 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_generic()
|
| H A D | e1000_82541.c | 1294 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82541() 1295 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82541() 1299 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82541()
|
| H A D | e1000_hw.h | 775 u8 perm_addr[ETH_ADDR_LEN]; member
|
| /titanic_53/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_vf.c | 232 memcpy(hw->mac.perm_addr, addr, IXGBE_ETH_LENGTH_OF_ADDRESS); in ixgbe_reset_hw_vf() 480 mac_addr[i] = hw->mac.perm_addr[i]; in ixgbe_get_mac_addr_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_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 | 3799 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member
|
| /titanic_53/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_type.h | 419 u8 perm_addr[I40E_ETH_LENGTH_OF_ADDRESS]; member
|
| /titanic_53/usr/src/uts/common/io/i40e/ |
| H A D | i40e_main.c | 1345 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHERADDRL); in i40e_common_code_init()
|
| /titanic_53/usr/src/uts/common/io/igb/ |
| H A D | igb_main.c | 3430 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHERADDRL); in igb_find_mac_address()
|
| /titanic_53/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_main.c | 4074 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHERADDRL); in ixgbe_find_mac_address()
|
| /titanic_53/usr/src/uts/common/io/e1000g/ |
| H A D | e1000g_main.c | 6048 bcopy(hw->mac.addr, hw->mac.perm_addr, in e1000g_find_mac_address()
|