/openbmc/u-boot/include/net/ |
H A D | ncsi-pkt.h | 118 unsigned char mac[6]; /* MAC address */ member 238 unsigned char mac[6]; /* Supported MAC addr */ member
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
H A D | generic.c | 329 void imx_get_mac_from_fuse(int dev_id, unsigned char *mac) in imx_get_mac_from_fuse() argument 338 mac[6 - 1 - i] = readl(&fuse->mac_addr[i]) & 0xff; in imx_get_mac_from_fuse()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.h | 158 #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \ argument 166 SCMD_MAC_ONLY_V((mac)) | \
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera.h | 214 } mac; member 246 u8 mac[ETH_ALEN]; member
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,cpsw-switch.yaml | 202 mac-address = [ 00 00 00 00 00 00 ]; 212 mac-address = [ 00 00 00 00 00 00 ];
|
H A D | microchip,sparx5-switch.yaml | 73 mac-address: true 206 mac-address = [ 00 00 00 01 02 03 ];
|
H A D | arc_emac.txt | 32 mac-address = [ 00 11 22 33 44 55 ];
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7986a-rfb.dts | 56 gmac0: mac@0 { 57 compatible = "mediatek,eth-mac";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-kontron-sl28.dts | 96 nvmem-cell-names = "mac-address"; 169 base_mac_address: base-mac-address {
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | Network.vue | 41 <modal-mac-address :mac-address="currentMacAddress" @ok="saveSettings" />
|
/openbmc/openbmc-test-automation/gui/test/server_overview/ |
H A D | test_obmc_gui_server_overview.robot | 117 ${mac}= Get BMC MAC Address 118 Verify Display Content ${mac}
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_enet.c | 189 bna_stats_copy(mac, mac); in bna_bfi_stats_get_rsp() 1307 bna_enet_perm_mac_get(struct bna_enet *enet, u8 *mac) in bna_enet_perm_mac_get() argument 1309 bfa_nw_ioc_get_mac(&enet->bna->ioceth.ioc, mac); in bna_enet_perm_mac_get() 2052 struct bna_mac *mac; in bna_cam_mod_mac_get() local 2054 mac = list_first_entry_or_null(head, struct bna_mac, qe); in bna_cam_mod_mac_get() 2055 if (mac) in bna_cam_mod_mac_get() 2056 list_del(&mac->qe); in bna_cam_mod_mac_get() 2058 return mac; in bna_cam_mod_mac_get()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_core.c | 263 u8 *mac; in liquidio_link_ctrl_cmd_completion() local 275 mac = ((u8 *)&nctrl->udd[0]) + 2; in liquidio_link_ctrl_cmd_completion() 284 mac, vfidx); in liquidio_link_ctrl_cmd_completion() 288 mac); in liquidio_link_ctrl_cmd_completion() 406 void octeon_pf_changed_vf_macaddr(struct octeon_device *oct, u8 *mac) in octeon_pf_changed_vf_macaddr() argument 419 if (!ether_addr_equal(netdev->dev_addr, mac)) { in octeon_pf_changed_vf_macaddr() 421 eth_hw_addr_set(netdev, mac); in octeon_pf_changed_vf_macaddr() 422 ether_addr_copy(((u8 *)&lio->linfo.hw_addr) + 2, mac); in octeon_pf_changed_vf_macaddr() 430 "PF changed VF's MAC address to %pM\n", mac); in octeon_pf_changed_vf_macaddr()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.c | 61 if ((hw->mac.type == e1000_i210) || (hw->mac.type == e1000_i211)) in igb_get_phy_id() 787 if (hw->mac.autoneg) { in igb_copper_link_setup_igp() 909 hw->mac.get_link_status = true; in igb_copper_link_autoneg() 1086 if (hw->mac.autoneg) { in igb_setup_copper_link() 1335 struct e1000_mac_info *mac = &hw->mac; in igb_phy_force_speed_duplex_setup() local 1353 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) { in igb_phy_force_speed_duplex_setup() 1364 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) { in igb_phy_force_speed_duplex_setup()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | mpy.idef | 92 /* multiply/mac 32x32->64 instructions */ 104 /* multiply/mac 32x32->32 (upper) instructions */ 199 /* vector mac 2x[16x16 -> 32] */ 282 /* vector mac 4x[16x16] + 64 ->64 */ 345 "vector dual mac bytes", 374 "vector dual mac bytes", 409 "vector mac bytes", 418 "vector mac bytes", 443 "vector quad mac bytes", 486 /* complex multiply/mac with */ [all …]
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_of_dpa.c | 216 char buf[512], *b = buf, *mac; in of_dpa_flow_key_dump() local 243 mac = qemu_mac_strdup_printf(key->eth.src.a); in of_dpa_flow_key_dump() 244 b += sprintf(b, " src %s", mac); in of_dpa_flow_key_dump() 245 g_free(mac); in of_dpa_flow_key_dump() 248 b += sprintf(b, "/%s", mac); in of_dpa_flow_key_dump() 249 g_free(mac); in of_dpa_flow_key_dump() 255 mac = qemu_mac_strdup_printf(key->eth.dst.a); in of_dpa_flow_key_dump() 256 b += sprintf(b, " dst %s", mac); in of_dpa_flow_key_dump() 257 g_free(mac); in of_dpa_flow_key_dump() 260 b += sprintf(b, "/%s", mac); in of_dpa_flow_key_dump() [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | arches.dts | 263 local-mac-address = [000000000000]; /* Filled in by U-Boot */ 292 local-mac-address = [000000000000]; /* Filled in by U-Boot */ 322 local-mac-address = [000000000000]; /* Filled in by U-Boot */
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mcp.h | 138 u8 mac[ETH_ALEN]; member 244 u8 mac[QED_MFW_TLV_MAC_COUNT][6]; member 567 struct qed_ptt *p_ptt, const u8 *mac);
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | common.c | 302 memcpy(ifp->drvr->mac, ifp->mac_addr, sizeof(ifp->drvr->mac)); in brcmf_c_preinit_dcmds() 303 memcpy(ifp->drvr->wiphy->perm_addr, ifp->drvr->mac, ETH_ALEN); in brcmf_c_preinit_dcmds()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | 618 struct dpaa2_mac *mac; member 776 return dpaa2_mac_is_type_phy(priv->mac); in dpaa2_eth_is_type_phy() 783 return priv->mac ? true : false; in dpaa2_eth_has_mac()
|
/openbmc/linux/Documentation/networking/ |
H A D | statistics.rst | 83 $ ethtool -S eth0 --groups eth-phy eth-mac eth-ctrl rmon 86 eth-mac-FramesTransmittedOK: 1 87 eth-mac-FrameTooLongErrors: 1
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet.c | 354 u64 mac = 0; in cvm_oct_set_mac_filter() local 358 mac = (mac << 8) | (u64)ptr[i]; in cvm_oct_set_mac_filter() 365 cvmx_write_csr(CVMX_GMXX_SMACX(index, interface), mac); in cvm_oct_set_mac_filter()
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hip06.dtsi | 577 local-mac-address = [00 00 00 00 00 00]; 586 local-mac-address = [00 00 00 00 00 00]; 595 local-mac-address = [00 00 00 00 00 00]; 604 local-mac-address = [00 00 00 00 00 00];
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_adminq.c | 777 u8 *mac; in gve_adminq_describe_device() local 854 eth_hw_addr_set(priv->dev, descriptor->mac); in gve_adminq_describe_device() 855 mac = descriptor->mac; in gve_adminq_describe_device() 856 dev_info(&priv->pdev->dev, "MAC addr: %pM\n", mac); in gve_adminq_describe_device()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 1462 static int mwifiex_deauthenticate_infra(struct mwifiex_private *priv, u8 *mac) in mwifiex_deauthenticate_infra() argument 1467 if (!mac || is_zero_ether_addr(mac)) in mwifiex_deauthenticate_infra() 1472 memcpy(mac_address, mac, ETH_ALEN); in mwifiex_deauthenticate_infra() 1487 int mwifiex_deauthenticate(struct mwifiex_private *priv, u8 *mac) in mwifiex_deauthenticate() argument 1497 ret = mwifiex_deauthenticate_infra(priv, mac); in mwifiex_deauthenticate()
|