/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | cm.h | 399 int irdma_add_arp(struct irdma_pci_f *rf, u32 *ip, bool ipv4, const u8 *mac);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-qemu_fw_cfg | 6 sun4*, ppc/mac) are provisioned with a firmware configuration
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am3517.dtsi | 97 local-mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | mba8mx.dtsi | 126 mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-sk-imx53.dts | 100 mac-address = [000000000000]; /* placeholder; will be overwritten by bootloader */
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | common.h | 585 const struct stmmac_ops *mac; member
|
H A D | stmmac.h | 30 u8 mac[ETH_ALEN]; member
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_mld.sh | 165 local mac=$2
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mld.sh | 165 local mac=$2
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.h | 164 uint64_t mac; member
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 379 int ap_control_add_mac(struct mac_restrictions *mac_restrictions, u8 *mac) in ap_control_add_mac() argument 387 memcpy(entry->addr, mac, ETH_ALEN); in ap_control_add_mac() 398 int ap_control_del_mac(struct mac_restrictions *mac_restrictions, u8 *mac) in ap_control_del_mac() argument 408 if (ether_addr_equal(entry->addr, mac)) { in ap_control_del_mac() 422 u8 *mac) in ap_control_mac_deny() argument 432 if (ether_addr_equal(entry->addr, mac)) { in ap_control_mac_deny() 467 int ap_control_kick_mac(struct ap_data *ap, struct net_device *dev, u8 *mac) in ap_control_kick_mac() argument 473 sta = ap_get_sta(ap, mac); in ap_control_kick_mac()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 1151 static void read_mac_address(struct net_device *ndev, unsigned char *mac) in read_mac_address() argument 1153 if (mac[0] || mac[1] || mac[2] || mac[3] || mac[4] || mac[5]) { in read_mac_address() 1154 eth_hw_addr_set(ndev, mac); in read_mac_address()
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | fsp2.dts | 524 local-mac-address = [000000000000]; /* Filled in by 550 local-mac-address = [000000000000]; /* Filled in by
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 266 /sys/devices/platform/soc/<addr>.fman/<addr>.ethernet/dpaa-ethernet.<id>/net/fm<nr>-mac<nr>/fqids 269 /sys/devices/platform/soc/<addr>.fman/<addr>.ethernet/dpaa-ethernet.<id>/net/fm<nr>-mac<nr>/bpids
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvbsky.c | 232 static int dvbsky_read_mac_addr(struct dvb_usb_adapter *adap, u8 mac[6]) in dvbsky_read_mac_addr() 252 memcpy(mac, ibuf, 6); in dvbsky_read_mac_addr()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 2586 sband = &ar->mac.sbands[status->band]; in ath10k_wmi_event_mgmt_rx() 7546 if (!mac) in ath10k_wmi_op_gen_set_ap_ps() 7561 vdev_id, param_id, value, mac); in ath10k_wmi_op_gen_set_ap_ps() 8068 const u8 *mac) in ath10k_wmi_op_gen_addba_clear_resp() argument 8073 if (!mac) in ath10k_wmi_op_gen_addba_clear_resp() 8086 vdev_id, mac); in ath10k_wmi_op_gen_addba_clear_resp() 8097 if (!mac) in ath10k_wmi_op_gen_addba_send() 8112 vdev_id, mac, tid, buf_size); in ath10k_wmi_op_gen_addba_send() 8123 if (!mac) in ath10k_wmi_op_gen_addba_set_resp() 8138 vdev_id, mac, tid, status); in ath10k_wmi_op_gen_addba_set_resp() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am33xx.dtsi | 852 mac: ethernet@4a100000 { label 892 mac-address = [ 00 00 00 00 00 00 ]; 897 mac-address = [ 00 00 00 00 00 00 ];
|
/openbmc/linux/drivers/net/fjes/ |
H A D | fjes_hw.c | 203 u8 mac[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in fjes_hw_setup() local 260 fjes_hw_setup_epbuf(&buf_pair->tx, mac, in fjes_hw_setup() 262 fjes_hw_setup_epbuf(&buf_pair->rx, mac, in fjes_hw_setup()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mcu.c | 121 void mt7921_mcu_set_suspend_iter(void *priv, u8 *mac, struct ieee80211_vif *vif) in mt7921_mcu_set_suspend_iter() argument 131 mt76_connac_mcu_set_suspend_iter(priv, mac, vif); in mt7921_mcu_set_suspend_iter() 174 mt7921_mcu_connection_loss_iter(void *priv, u8 *mac, in mt7921_mcu_connection_loss_iter() argument
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00dev.c | 115 static void rt2x00lib_intf_scheduled_iter(void *data, u8 *mac, in rt2x00lib_intf_scheduled_iter() argument 168 static void rt2x00lib_bc_buffer_iter(void *data, u8 *mac, in rt2x00lib_bc_buffer_iter() argument 191 static void rt2x00lib_beaconupdate_iter(void *data, u8 *mac, in rt2x00lib_beaconupdate_iter() argument
|
H A D | rt2500usb.c | 461 rt2500usb_register_multiwrite(rt2x00dev, MAC_CSR2, conf->mac, in rt2500usb_config_intf() 1320 u8 *mac; in rt2500usb_validate_eeprom() local 1328 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2500usb_validate_eeprom() 1329 rt2x00lib_set_mac_address(rt2x00dev, mac); in rt2500usb_validate_eeprom()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | rzn1_a5psw.c | 507 ether_addr_copy(lk_data.entry.mac, addr); in a5psw_port_fdb_add() 558 ether_addr_copy(lk_data.entry.mac, addr); in a5psw_port_fdb_del() 631 ret = cb(lk_data.entry.mac, 0, lk_data.entry.is_static, data); in a5psw_port_fdb_dump()
|
/openbmc/linux/drivers/ssb/ |
H A D | pci.c | 232 static void sprom_get_mac(char *mac, const u16 *in) in sprom_get_mac() argument 236 *mac++ = in[i] >> 8; in sprom_get_mac() 237 *mac++ = in[i]; in sprom_get_mac()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac80211.c | 229 const struct rtw89_mac_gen_def *mac = rtwdev->chip->mac_def; in rtw89_ops_configure_filter() local 277 rtw89_mac_reg_by_idx(rtwdev, mac->rx_fltr, RTW89_MAC_0), in rtw89_ops_configure_filter() 283 rtw89_mac_reg_by_idx(rtwdev, mac->rx_fltr, RTW89_MAC_1), in rtw89_ops_configure_filter()
|
/openbmc/linux/drivers/net/ethernet/toshiba/ |
H A D | spider_net.c | 2261 const u8 *mac; in spider_net_setup_netdev() local 2297 mac = of_get_property(dn, "local-mac-address", NULL); in spider_net_setup_netdev() 2298 if (!mac) in spider_net_setup_netdev() 2300 memcpy(addr.sa_data, mac, ETH_ALEN); in spider_net_setup_netdev()
|