/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 994 writeb(0, &ptx->mac.frame_ctl_2); in ray_build_header() 1003 writeb(FC2_FROM_DS, &ptx->mac.frame_ctl_2); in ray_build_header() 1004 memcpy_toio(ptx->mac.addr_1, in ray_build_header() 1006 memcpy_toio(ptx->mac.addr_2, local->bss_id, 6); in ray_build_header() 1007 memcpy_toio(ptx->mac.addr_3, in ray_build_header() 1011 writeb(FC2_TO_DS, &ptx->mac.frame_ctl_2); in ray_build_header() 1013 memcpy_toio(ptx->mac.addr_2, in ray_build_header() 1015 memcpy_toio(ptx->mac.addr_3, in ray_build_header() 2442 memcpy(local->auth_id, msg->mac.addr_2, in rx_authenticate() 2690 writeb(0, &ptx->mac.frame_ctl_2); in build_auth_frame() [all …]
|
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ |
H A D | Makefile | 6 xgene-enet-v2-objs := main.o mac.o enet.o ring.o mdio.o ethtool.o
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 2018 vp_oper->state.mac = vp_admin->mac; in mlx4_master_activate_admin_state() 2999 s_info->mac = ether_addr_to_u64(mac); in mlx4_set_vf_mac() 3001 vf, port, s_info->mac); in mlx4_set_vf_mac() 3172 u8 mac[ETH_ALEN]; in mlx4_set_vf_spoofchk() local 3185 u64_to_ether_addr(s_info->mac, mac); in mlx4_set_vf_spoofchk() 3214 ivf->mac[0] = ((s_info->mac >> (5*8)) & 0xff); in mlx4_get_vf_config() 3215 ivf->mac[1] = ((s_info->mac >> (4*8)) & 0xff); in mlx4_get_vf_config() 3216 ivf->mac[2] = ((s_info->mac >> (3*8)) & 0xff); in mlx4_get_vf_config() 3217 ivf->mac[3] = ((s_info->mac >> (2*8)) & 0xff); in mlx4_get_vf_config() 3218 ivf->mac[4] = ((s_info->mac >> (1*8)) & 0xff); in mlx4_get_vf_config() [all …]
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.h | 11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-mac-config.service | 7 ExecStart=/usr/libexec/gbmc-mac-config.sh
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | Makefile | 6 mac.o \
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_cmn.h | 496 int bnx2x_set_vf_mac(struct net_device *dev, int queue, u8 *mac); 992 __le16 *fw_lo, u8 *mac) in bnx2x_set_fw_mac_addr() argument 994 ((u8 *)fw_hi)[0] = mac[1]; in bnx2x_set_fw_mac_addr() 995 ((u8 *)fw_hi)[1] = mac[0]; in bnx2x_set_fw_mac_addr() 996 ((u8 *)fw_mid)[0] = mac[3]; in bnx2x_set_fw_mac_addr() 997 ((u8 *)fw_mid)[1] = mac[2]; in bnx2x_set_fw_mac_addr() 998 ((u8 *)fw_lo)[0] = mac[5]; in bnx2x_set_fw_mac_addr() 999 ((u8 *)fw_lo)[1] = mac[4]; in bnx2x_set_fw_mac_addr()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | az6007.c | 612 static int az6007_read_mac_addr(struct dvb_usb_adapter *adap, u8 mac[6]) in az6007_read_mac_addr() 619 memcpy(mac, st->data, 6); in az6007_read_mac_addr() 622 pr_debug("%s: mac is %pM\n", __func__, mac); in az6007_read_mac_addr() 849 u8 *mac; in az6007_identify_state() local 853 mac = kmalloc(6, GFP_ATOMIC); in az6007_identify_state() 854 if (!mac) in az6007_identify_state() 858 ret = __az6007_read(d->udev, AZ6007_READ_DATA, 6, 0, mac, 6); in az6007_identify_state() 864 kfree(mac); in az6007_identify_state()
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 570 u64 mac = *pmac; in octeon_fdt_set_mac_addr() local 578 new_mac[0] = (mac >> 40) & 0xff; in octeon_fdt_set_mac_addr() 579 new_mac[1] = (mac >> 32) & 0xff; in octeon_fdt_set_mac_addr() 580 new_mac[2] = (mac >> 24) & 0xff; in octeon_fdt_set_mac_addr() 581 new_mac[3] = (mac >> 16) & 0xff; in octeon_fdt_set_mac_addr() 582 new_mac[4] = (mac >> 8) & 0xff; in octeon_fdt_set_mac_addr() 583 new_mac[5] = mac & 0xff; in octeon_fdt_set_mac_addr() 592 *pmac = mac + 1; in octeon_fdt_set_mac_addr()
|
/openbmc/u-boot/board/siemens/common/ |
H A D | factoryset.h | 13 uchar mac[6]; member
|
/openbmc/phosphor-networkd/ |
H A D | 60-phosphor-networkd-default.network.in | 8 ClientIdentifier=mac
|
/openbmc/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac.h | 32 struct pasemi_mac *mac; /* Needed in intr handler */ member 45 struct pasemi_mac *mac; /* Needed in intr handler */ member
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_console.c | 21 static void mac(void *pointer, u16 **buf) in mac() function 198 mac(va_arg(args, void*), &pos); in efi_st_printc()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 33 PACKAGECONFIG:append = " sync-mac" 34 PACKAGECONFIG:append = " persist-mac"
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | rdma.c | 122 u8 mac[ETH_ALEN]; in mlx5_rdma_add_roce_addr() local 127 0, gid.raw, mac, in mlx5_rdma_add_roce_addr()
|
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
H A D | bcm4906-netgear-r8000p.dts | 83 nvmem-cell-names = "mac-address"; 150 base_mac_addr: mac@106a0 {
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | netup-eeprom.h | 15 u8 mac[6];/* card MAC address */ member
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | Makefile | 6 mac.o \
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | Makefile | 5 mac.o \
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | Makefile | 6 core.o dma.o mac.o eeprom.o \
|
/openbmc/linux/include/linux/ |
H A D | smsc911x.h | 22 unsigned char mac[ETH_ALEN]; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | Makefile | 5 mt7996e-y := pci.o init.o dma.o eeprom.o main.o mcu.o mac.o \
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | altera_tse.txt | 48 - local-mac-address: See ethernet.txt in the same directory. 69 local-mac-address = [ 00 00 00 00 00 00 ]; 107 local-mac-address = [ 00 00 00 00 00 00 ];
|
/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,
|