Searched refs:perm_addr (Results 1 – 17 of 17) sorted by relevance
| /titanic_41/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 | 580 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82542() 581 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82542() 585 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 | 1588 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82543() 1589 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82543() 1594 hw->mac.perm_addr[5] ^= 1; in e1000_read_mac_addr_82543() 1597 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 | 1315 hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); in e1000_read_mac_addr_82541() 1316 hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); in e1000_read_mac_addr_82541() 1320 hw->mac.addr[i] = hw->mac.perm_addr[i]; in e1000_read_mac_addr_82541()
|
| H A D | e1000_hw.h | 773 u8 perm_addr[ETH_ADDR_LEN]; member
|
| /titanic_41/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_x540.c | 246 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X540()
|
| H A D | ixgbe_82598.c | 919 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82598()
|
| H A D | ixgbe_82599.c | 1082 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_82599()
|
| H A D | ixgbe_type.h | 3057 u8 perm_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member
|
| H A D | ixgbe_main.c | 3689 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHERADDRL); in ixgbe_find_mac_address()
|
| /titanic_41/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_type.h | 419 u8 perm_addr[I40E_ETH_LENGTH_OF_ADDRESS]; member
|
| /titanic_41/usr/src/uts/common/io/i40e/ |
| H A D | i40e_main.c | 1303 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHERADDRL); in i40e_common_code_init()
|
| /titanic_41/usr/src/uts/common/io/igb/ |
| H A D | igb_main.c | 3424 bcopy(hw->mac.addr, hw->mac.perm_addr, ETHERADDRL); in igb_find_mac_address()
|
| /titanic_41/usr/src/uts/common/io/e1000g/ |
| H A D | e1000g_main.c | 5831 bcopy(hw->mac.addr, hw->mac.perm_addr, in e1000g_find_mac_address()
|