/openbmc/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone-k2e-netcp.dtsi | 227 efuse-mac = <1>; 239 efuse-mac = <0>; 240 local-mac-address = [02 18 31 7e 3e 00];
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_private.h | 179 const u8 *mac, union vxlan_addr *ip, 189 u32 fdb_head_index(struct vxlan_dev *vxlan, const u8 *mac, __be32 vni); 191 const u8 *mac, union vxlan_addr *ip,
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | Makefile | 2 carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 230 enum mac { enum 571 enum mac mac; member 1043 if (nic->mac == mac_unknown) in e100_get_defaults() 1044 nic->mac = mac_82557_D100_A; in e100_get_defaults() 1127 if (nic->mac >= mac_82558_D101_A4) { in e100_configure() 1132 if (nic->mac >= mac_82559_D101M) { in e100_configure() 1135 if (nic->mac >= mac_82551_10) { in e100_configure() 1244 if (nic->mac == mac_82559_D101M) { in e100_request_firmware() 1248 } else if (nic->mac == mac_82551_F || nic->mac == mac_82551_10) { in e100_request_firmware() 1721 if (nic->mac <= mac_82557_D100_C) in e100_watchdog() [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_vfr.c | 453 static void bnxt_vf_rep_eth_addr_gen(u8 *src_mac, u16 vf_idx, u8 *mac) in bnxt_vf_rep_eth_addr_gen() argument 457 ether_addr_copy(mac, src_mac); in bnxt_vf_rep_eth_addr_gen() 460 mac[3] = (u8)(addr & 0xFF); in bnxt_vf_rep_eth_addr_gen() 461 mac[4] = (u8)((addr >> 8) & 0xFF); in bnxt_vf_rep_eth_addr_gen() 462 mac[5] = (u8)((addr >> 16) & 0xFF); in bnxt_vf_rep_eth_addr_gen()
|
/openbmc/linux/arch/mips/boot/dts/ralink/ |
H A D | mt7621.dtsi | 264 reg-names = "mac", "ippc"; 321 gmac0: mac@0 { 322 compatible = "mediatek,eth-mac"; 333 gmac1: mac@1 { 334 compatible = "mediatek,eth-mac";
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 333 MACAddr *mac = object_field_prop_ptr(obj, prop); in get_mac() local 338 mac->a[0], mac->a[1], mac->a[2], in get_mac() 339 mac->a[3], mac->a[4], mac->a[5]); in get_mac() 348 MACAddr *mac = object_field_prop_ptr(obj, prop); in set_mac() local 378 mac->a[i] = val; in set_mac()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | rswitch.c | 1003 u8 *mac = ða->mac_addr[0]; in rswitch_etha_read_mac_address() local 1005 mac[0] = (mrmac0 >> 8) & 0xFF; in rswitch_etha_read_mac_address() 1006 mac[1] = (mrmac0 >> 0) & 0xFF; in rswitch_etha_read_mac_address() 1007 mac[2] = (mrmac1 >> 24) & 0xFF; in rswitch_etha_read_mac_address() 1008 mac[3] = (mrmac1 >> 16) & 0xFF; in rswitch_etha_read_mac_address() 1009 mac[4] = (mrmac1 >> 8) & 0xFF; in rswitch_etha_read_mac_address() 1010 mac[5] = (mrmac1 >> 0) & 0xFF; in rswitch_etha_read_mac_address() 1015 iowrite32((mac[0] << 8) | mac[1], etha->addr + MRMAC0); in rswitch_etha_write_mac_address() 1016 iowrite32((mac[2] << 24) | (mac[3] << 16) | (mac[4] << 8) | mac[5], in rswitch_etha_write_mac_address() 1031 rswitch_etha_write_mac_address(etha, mac); in rswitch_rmac_setting() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | Makefile | 14 mac.o manage.o nvm.o phy.o \
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.c | 1195 ether_addr_copy(ivi->mac, vf->hw_lan_addr); in ice_get_vf_cfg() 1227 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac() argument 1233 if (is_multicast_ether_addr(mac)) { in ice_set_vf_mac() 1234 netdev_err(netdev, "%pM not a valid unicast address\n", mac); in ice_set_vf_mac() 1243 if (ether_addr_equal(vf->dev_lan_addr, mac) && in ice_set_vf_mac() 1244 ether_addr_equal(vf->hw_lan_addr, mac)) { in ice_set_vf_mac() 1258 ether_addr_copy(vf->dev_lan_addr, mac); in ice_set_vf_mac() 1259 ether_addr_copy(vf->hw_lan_addr, mac); in ice_set_vf_mac() 1260 if (is_zero_ether_addr(mac)) { in ice_set_vf_mac() 1269 mac, vf_id); in ice_set_vf_mac()
|
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | nemora_types.hpp | 56 std::uint8_t mac[MAC_ADDR_SIZE]; member
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra62x.dtsi | 10 &mac {
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 3 PACKAGECONFIG:append = " sync-mac "
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 3 PACKAGECONFIG:append = " sync-mac"
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | Makefile | 8 qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o emac-ethtool.o \
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/ |
H A D | 01-bmc-eth.network | 10 ClientIdentifier=mac
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | mpc8569mds.dts | 256 local-mac-address = [ 00 00 00 00 00 00 ]; 327 local-mac-address = [ 00 00 00 00 00 00 ]; 350 local-mac-address = [ 00 00 00 00 00 00 ]; 373 local-mac-address = [ 00 00 00 00 00 00 ]; 396 local-mac-address = [ 00 00 00 00 00 00 ]; 407 local-mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.h | 318 u8 mac[ETH_ALEN]; member 431 u8 mac[ETH_ALEN]; member 501 u8 mac[ETH_ALEN]; member 558 u8 mac[ETH_ALEN]; member 835 bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac); 1118 static inline bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac) in qed_vf_check_mac() argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | gid.c | 119 const u8 *mac, bool vlan, u16 vlan_id, u8 port_num) in mlx5_core_roce_gid_set() argument 139 ether_addr_copy(addr_mac, mac); in mlx5_core_roce_gid_set()
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_iscsi_if.h | 49 u8 mac[ETH_ALEN]; member 229 int (*change_mac)(struct qed_dev *cdev, u32 handle, const u8 *mac);
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | socionext,uniphier-ave4.yaml | 36 mac-address: true 38 local-mac-address: true
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47081-luxul-xwr-1200.dts | 115 nvmem-cell-names = "mac-address"; 145 nvmem-cell-names = "mac-address";
|
H A D | bcm47094-luxul-xwr-3150-v1.dts | 81 nvmem-cell-names = "mac-address"; 155 nvmem-cell-names = "mac-address";
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7986b-rfb.dts | 36 gmac0: mac@0 { 37 compatible = "mediatek,eth-mac";
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 34 PACKAGECONFIG:append = " sync-mac" 35 PACKAGECONFIG:append = " persist-mac"
|