Home
last modified time | relevance | path

Searched refs:mac (Results 1301 – 1325 of 1886) sorted by relevance

1...<<51525354555657585960>>...76

/openbmc/linux/net/mac80211/
H A Dcfg.c871 memcpy(mac, sta->sta.addr, ETH_ALEN); in ieee80211_dump_station()
889 const u8 *mac, struct station_info *sinfo) in ieee80211_get_station() argument
898 sta = sta_info_get_bss(sdata, mac); in ieee80211_get_station()
2035 const u8 *mac, in ieee80211_add_station() argument
2052 if (ether_addr_equal(mac, sdata->vif.addr)) in ieee80211_add_station()
2055 if (!is_valid_ether_addr(mac)) in ieee80211_add_station()
2069 sta = sta_info_alloc_with_link(sdata, mac, in ieee80211_add_station()
2074 sta = sta_info_alloc(sdata, mac, GFP_KERNEL); in ieee80211_add_station()
2113 if (params->mac) in ieee80211_del_station()
2121 struct net_device *dev, const u8 *mac, in ieee80211_change_station() argument
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c214 eth_random_addr(vp->mac); in qlcnic_sriov_init()
217 vp->mac, i); in qlcnic_sriov_init()
1497 static void qlcnic_vf_add_mc_list(struct net_device *netdev, const u8 *mac, in qlcnic_vf_add_mc_list() argument
1509 qlcnic_nic_add_mac(adapter, mac, 0, mac_type); in qlcnic_vf_add_mc_list()
1515 qlcnic_nic_add_mac(adapter, mac, vlan_id, in qlcnic_vf_add_mc_list()
1520 qlcnic_nic_add_mac(adapter, mac, 0, mac_type); in qlcnic_vf_add_mc_list()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddw2102.c874 static int dw210x_read_mac_address(struct dvb_usb_device *d, u8 mac[6]) in dw210x_read_mac_address()
894 memcpy(mac, eeprom + 8, 6); in dw210x_read_mac_address()
898 static int s6x0_read_mac_address(struct dvb_usb_device *d, u8 mac[6]) in s6x0_read_mac_address()
934 memcpy(mac, eeprom + 16, 6); in s6x0_read_mac_address()
976 static int su3000_read_mac_address(struct dvb_usb_device *d, u8 mac[6]) in su3000_read_mac_address()
1001 mac[i] = ibuf[0]; in su3000_read_mac_address()
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md304 macaddr<xx:xx:xx:xx:xx:xx> : Set the mac address for this channel
306 defgw macaddr<xx:xx:xx:xx:xx:xx> : Set the mac address of the default gateway
/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/
H A Dgxp.dts433 mac-address = [94 18 82 16 04 d8];
444 mac-address = [94 18 82 16 04 d9];
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.c106 if (!(ar->mac.sbands[band].channels && bands[band])) in ath12k_reg_update_chan_list()
132 if (!(ar->mac.sbands[band].channels && bands[band])) in ath12k_reg_update_chan_list()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dwow.c43 const struct rtw89_mac_gen_def *mac = rtwdev->chip->mac_def; in rtw89_wow_config_mac() local
53 rtw89_write32_clr(rtwdev, mac->rx_fltr, B_AX_SNIFFER_MODE); in rtw89_wow_config_mac()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dkilauea.dts276 local-mac-address = [000000000000]; /* Filled in by U-Boot */
306 local-mac-address = [000000000000]; /* Filled in by U-Boot */
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h655 unsigned char mac[ETH_ALEN + 2]; member
764 int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode);
/openbmc/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs.dtsi425 local-mac-address = [00 00 00 00 00 00];
439 local-mac-address = [00 00 00 00 00 00];
/openbmc/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2cd.dtsi136 local-mac-address = [00 00 00 00 00 00];
154 local-mac-address = [00 00 00 00 00 00];
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.c293 usnic_mac_ip_to_gid(us_ibdev->ufdev->mac, us_ibdev->ufdev->inaddr, in usnic_ib_query_device()
435 usnic_mac_ip_to_gid(us_ibdev->ufdev->mac, us_ibdev->ufdev->inaddr, in usnic_ib_query_gid()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.c471 reg = le32_to_cpu(conf->mac[1]); in rt61pci_config_intf()
473 conf->mac[1] = cpu_to_le32(reg); in rt61pci_config_intf()
476 conf->mac, sizeof(conf->mac)); in rt61pci_config_intf()
2304 u8 *mac; in rt61pci_validate_eeprom() local
2325 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt61pci_validate_eeprom()
2326 rt2x00lib_set_mac_address(rt2x00dev, mac); in rt61pci_validate_eeprom()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c477 void ath5k_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif) in ath5k_vif_iter() argument
486 ~(iter_data->hw_macaddr[i] ^ mac[i]); in ath5k_vif_iter()
490 memcpy(iter_data->active_mac, mac, ETH_ALEN); in ath5k_vif_iter()
494 if (ether_addr_equal(iter_data->hw_macaddr, mac)) in ath5k_vif_iter()
3032 u8 mac[ETH_ALEN] = {}; in ath5k_init() local
3126 ret = ath5k_hw_common(ah)->bus_ops->eeprom_read_mac(ah, mac); in ath5k_init()
3132 SET_IEEE80211_PERM_ADDR(hw, mac); in ath5k_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c8727 mlxsw_sp_rif_mac_profile_alloc(const char *mac) in mlxsw_sp_rif_mac_profile_alloc() argument
8735 ether_addr_copy(profile->mac_prefix, mac); in mlxsw_sp_rif_mac_profile_alloc()
8804 const char *mac, u8 *p_mac_profile, in mlxsw_sp_rif_mac_profile_get() argument
9157 const u8 *mac, bool adding) in mlxsw_sp_rif_vrrp_op() argument
9160 u8 vrrp_id = adding ? mac[5] : 0; in mlxsw_sp_rif_vrrp_op()
9163 if (!mlxsw_sp_rif_macvlan_is_vrrp4(mac) && in mlxsw_sp_rif_vrrp_op()
9164 !mlxsw_sp_rif_macvlan_is_vrrp6(mac)) in mlxsw_sp_rif_vrrp_op()
9172 if (mlxsw_sp_rif_macvlan_is_vrrp4(mac)) in mlxsw_sp_rif_vrrp_op()
10353 info.addr = mac; in mlxsw_sp_rif_fid_fdb_del()
10397 dev = br_fdb_find_port(br_dev, mac, vid); in mlxsw_sp_rif_vlan_fdb_del()
[all …]
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1391 u8 mac[ETH_ALEN]; in ixp4xx_of_get_platdata() local
1433 ret = of_get_mac_address(np, mac); in ixp4xx_of_get_platdata()
1435 dev_info(dev, "Setting macaddr from DT %pM\n", mac); in ixp4xx_of_get_platdata()
1436 memcpy(plat->hwaddr, mac, ETH_ALEN); in ixp4xx_of_get_platdata()
/openbmc/linux/tools/testing/selftests/net/
H A Drtnetlink.sh688 ip link add link $dev kci_macsec1 type macsec port 4 offload mac
691 ip link add link $dev kci_macsec2 type macsec address "aa:bb:cc:dd:ee:ff" port 5 offload mac
694 ip link add link $dev kci_macsec3 type macsec sci abbacdde01020304 offload mac
697 ip link add link $dev kci_macsec4 type macsec port 8 offload mac 2> /dev/null
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62-main.dtsi703 ti,mac-only;
706 mac-address = [00 00 00 00 00 00];
712 ti,mac-only;
715 mac-address = [00 00 00 00 00 00];
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c1474 u8 *addr[], size_t *len, u8 *mac) in omac1_aes_128_vector() argument
1529 aes_encrypt(&ctx, pad, mac); in omac1_aes_128_vector()
1546 int omac1_aes_128(u8 *key, u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() argument
1548 return omac1_aes_128_vector(key, 1, &data, &data_len, mac); in omac1_aes_128()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-g6.dtsi235 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
243 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
251 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
259 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq_cmd.h17 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \
/openbmc/u-boot/arch/nios2/dts/
H A D10m50_devboard.dts118 local-mac-address = [00 00 00 00 00 00];
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h3-orangepi-lite.dts148 * alias for it (which e.g. makes u-boot set a mac-address).
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h76 u8 mac[ETH_ALEN]; member
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h365 const struct sxgbe_core_ops *mac; member

1...<<51525354555657585960>>...76