Searched refs:san_addr (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_fcoe.c | 966 is_valid_ether_addr(mac->san_addr)) { in ixgbe_fcoe_get_wwn() 968 ((u64) mac->san_addr[0] << 40) | in ixgbe_fcoe_get_wwn() 969 ((u64) mac->san_addr[1] << 32) | in ixgbe_fcoe_get_wwn() 970 ((u64) mac->san_addr[2] << 24) | in ixgbe_fcoe_get_wwn() 971 ((u64) mac->san_addr[3] << 16) | in ixgbe_fcoe_get_wwn() 972 ((u64) mac->san_addr[4] << 8) | in ixgbe_fcoe_get_wwn() 973 ((u64) mac->san_addr[5]); in ixgbe_fcoe_get_wwn()
|
| D | ixgbe_x540.c | 153 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540() 156 if (is_valid_ether_addr(hw->mac.san_addr)) { in ixgbe_reset_hw_X540() 158 hw->mac.san_addr, 0, IXGBE_RAH_AV); in ixgbe_reset_hw_X540()
|
| D | ixgbe_82599.c | 1081 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599() 1084 if (is_valid_ether_addr(hw->mac.san_addr)) { in ixgbe_reset_hw_82599() 1086 hw->mac.san_addr, 0, IXGBE_RAH_AV); in ixgbe_reset_hw_82599()
|
| D | ixgbe_dcb_nl.c | 185 perm_addr[i] = adapter->hw.mac.san_addr[j]; in ixgbe_dcbnl_get_perm_hw_addr()
|
| D | ixgbe_main.c | 7729 if (is_valid_ether_addr(hw->mac.san_addr)) { in ixgbe_add_sanmac_netdev() 7731 err = dev_addr_add(dev, hw->mac.san_addr, NETDEV_HW_ADDR_T_SAN); in ixgbe_add_sanmac_netdev() 7753 if (is_valid_ether_addr(mac->san_addr)) { in ixgbe_del_sanmac_netdev() 7755 err = dev_addr_del(dev, mac->san_addr, NETDEV_HW_ADDR_T_SAN); in ixgbe_del_sanmac_netdev()
|
| D | ixgbe_type.h | 3362 u8 san_addr[ETH_ALEN]; member
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
| D | i40e_dcb_nl.c | 150 perm_addr[i] = pf->hw.mac.san_addr[j]; in i40e_dcbnl_get_perm_hw_addr()
|
| D | i40e_fcoe.c | 1520 i40e_add_filter(vsi, hw->mac.san_addr, 0, false, false); in i40e_fcoe_config_netdev() 1527 ether_addr_copy(netdev->dev_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev() 1528 ether_addr_copy(netdev->perm_addr, hw->mac.san_addr); in i40e_fcoe_config_netdev()
|
| D | i40e_type.h | 296 u8 san_addr[ETH_ALEN]; member
|
| D | i40e_main.c | 10381 err = i40e_get_san_mac_addr(hw, hw->mac.san_addr); in i40e_probe() 10385 if (!is_valid_ether_addr(hw->mac.san_addr)) { in i40e_probe() 10387 hw->mac.san_addr); in i40e_probe() 10388 ether_addr_copy(hw->mac.san_addr, hw->mac.addr); in i40e_probe() 10390 dev_info(&pf->pdev->dev, "SAN MAC: %pM\n", hw->mac.san_addr); in i40e_probe()
|
| D | i40e_debugfs.c | 396 pf->hw.mac.san_addr, in i40e_dbg_dump_vsi_seid()
|
| /linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
| D | i40e_type.h | 296 u8 san_addr[ETH_ALEN]; member
|