Home
last modified time | relevance | path

Searched refs:mac (Results 1226 – 1250 of 1886) sorted by relevance

1...<<41424344454647484950>>...76

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0002-Fix-osspuuid-build.patch23 set(PATCH_FILE1 "${SOURCE_DIR}/thirdparty/ossp-uuid/ossp-uuid-mac-fix.patch")
/openbmc/qemu/target/openrisc/
H A Dcpu.h242 uint64_t mac; /* Multiply registers MACHI:MACLO */ member
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2871 u8 mac[ETH_ALEN]; in cxgb4vf_get_port_mask() local
2877 err = t4vf_get_vf_mac_acl(adapter, pidx, &naddr, mac); in cxgb4vf_get_port_mask()
2878 if (!err && !is_zero_ether_addr(mac)) in cxgb4vf_get_port_mask()
3033 u8 mac[ETH_ALEN]; in cxgb4vf_pci_probe() local
3111 err = t4vf_get_vf_mac_acl(adapter, port_id, &naddr, mac); in cxgb4vf_pci_probe()
3119 ether_addr_copy(addr.sa_data, mac); in cxgb4vf_pci_probe()
3124 mac); in cxgb4vf_pci_probe()
3128 "Using assigned MAC ACL: %pM\n", mac); in cxgb4vf_pci_probe()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c137 static int qede_set_vf_mac(struct net_device *ndev, int vfidx, u8 *mac) in qede_set_vf_mac() argument
141 DP_VERBOSE(edev, QED_MSG_IOV, "Setting MAC %pM to VF [%d]\n", mac, vfidx); in qede_set_vf_mac()
143 if (!is_valid_ether_addr(mac)) { in qede_set_vf_mac()
148 return edev->ops->iov->set_mac(edev->cdev, mac, vfidx); in qede_set_vf_mac()
2829 ether_addr_copy(data->mac[0], edev->ndev->dev_addr); in qede_get_generic_tlv_data()
2830 eth_zero_addr(data->mac[1]); in qede_get_generic_tlv_data()
2831 eth_zero_addr(data->mac[2]); in qede_get_generic_tlv_data()
2836 ether_addr_copy(data->mac[i++], ha->addr); in qede_get_generic_tlv_data()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c43 static void iwl_mvm_mac_tsf_id_iter(void *_data, u8 *mac, in iwl_mvm_mac_tsf_id_iter() argument
149 static void iwl_mvm_mac_iface_iterator(void *_data, u8 *mac, in iwl_mvm_mac_iface_iterator() argument
170 iwl_mvm_mac_tsf_id_iter(_data, mac, vif); in iwl_mvm_mac_iface_iterator()
791 static void iwl_mvm_go_iterator(void *_data, u8 *mac, struct ieee80211_vif *vif) in iwl_mvm_go_iterator() argument
1206 static void iwl_mvm_mac_ap_iterator(void *_data, u8 *mac, in iwl_mvm_mac_ap_iterator() argument
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c201 d->mac.buff_id = cpu_to_le16(buff_id); in wil_ring_alloc_skb_edma()
1132 d->mac.d[0] = (ring_index << WIL_EDMA_DESC_TX_MAC_CFG_0_QID_POS); in wil_tx_desc_map_edma()
1136 d->mac.d[2] = BIT(MAC_CFG_DESC_TX_2_SNAP_HDR_INSERTION_EN_POS) | in wil_tx_desc_map_edma()
1328 d->mac.d[2] |= 1; in wil_tx_desc_offload_setup_tso_edma()
1330 d->mac.tso_mss |= cpu_to_le16(mss >> 2); in wil_tx_desc_offload_setup_tso_edma()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c821 int qlcnic_82xx_get_mac_address(struct qlcnic_adapter *adapter, u8 *mac, in qlcnic_82xx_get_mac_address() argument
840 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_82xx_get_mac_address()
842 mac[i] = (u8) (mac_low >> ((5 - i) * 8)); in qlcnic_82xx_get_mac_address()
1003 memcpy(pci_info->mac, npar->mac, ETH_ALEN); in qlcnic_82xx_get_pci_info()
H A Dqlcnic_83xx_hw.c2144 u8 mac[ETH_ALEN]; in qlcnic_83xx_change_l2_filter() local
2145 memcpy(&mac, addr, ETH_ALEN); in qlcnic_83xx_change_l2_filter()
2146 qlcnic_83xx_sre_macaddr_change(adapter, mac, vlan_id, QLCNIC_MAC_ADD); in qlcnic_83xx_change_l2_filter()
2155 memcpy(&cmd->req.arg[2], mac, sizeof(u32)); in qlcnic_83xx_configure_mac()
2156 memcpy(&cmd->req.arg[3], &mac[4], sizeof(u16)); in qlcnic_83xx_configure_mac()
2162 int qlcnic_83xx_get_mac_address(struct qlcnic_adapter *adapter, u8 *mac, in qlcnic_83xx_get_mac_address() argument
2173 qlcnic_83xx_configure_mac(adapter, mac, QLCNIC_GET_CURRENT_MAC, &cmd); in qlcnic_83xx_get_mac_address()
2181 mac[i] = (u8) (mac_high >> ((1 - i) * 8)); in qlcnic_83xx_get_mac_address()
2183 mac[i] = (u8) (mac_low >> ((5 - i) * 8)); in qlcnic_83xx_get_mac_address()
2530 memcpy(pci_info->mac, &cmd.rsp.arg[i], ETH_ALEN - 2); in qlcnic_83xx_get_pci_info()
[all …]
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2400pci.c304 conf->mac, sizeof(conf->mac)); in rt2400pci_config_intf()
1435 u8 *mac; in rt2400pci_validate_eeprom() local
1455 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2400pci_validate_eeprom()
1456 rt2x00lib_set_mac_address(rt2x00dev, mac); in rt2400pci_validate_eeprom()
/openbmc/qemu/net/
H A Dnet.c1763 char *mac, *nd_id; in net_param_nic() local
1814 mac = qemu_opt_get_del(opts, "mac"); in net_param_nic()
1815 if (mac) { in net_param_nic()
1816 ret = net_parse_macaddr(ni->macaddr.a, mac); in net_param_nic()
1817 g_free(mac); in net_param_nic()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1068 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl88e_phy_set_bw_mode_callback() local
1094 (reg_prsr_rsc & 0x90) | (mac->cur_40_prime_sc << 5); in rtl88e_phy_set_bw_mode_callback()
1114 (mac->cur_40_prime_sc >> 1)); in rtl88e_phy_set_bw_mode_callback()
1115 rtl_set_bbreg(hw, ROFDM1_LSTF, 0xC00, mac->cur_40_prime_sc); in rtl88e_phy_set_bw_mode_callback()
1119 (mac->cur_40_prime_sc == in rtl88e_phy_set_bw_mode_callback()
2156 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl88ee_phy_set_rf_power_state() local
2186 if (mac->link_state == MAC80211_LINKED) { in _rtl88ee_phy_set_rf_power_state()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1186 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl8723be_phy_set_bw_mode_callback() local
1212 (mac->cur_40_prime_sc << 5); in rtl8723be_phy_set_bw_mode_callback()
1232 (mac->cur_40_prime_sc >> 1)); in rtl8723be_phy_set_bw_mode_callback()
1233 rtl_set_bbreg(hw, ROFDM1_LSTF, 0xC00, mac->cur_40_prime_sc); in rtl8723be_phy_set_bw_mode_callback()
1237 (mac->cur_40_prime_sc == in rtl8723be_phy_set_bw_mode_callback()
2511 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl8723be_phy_set_rf_power_state() local
2538 if (mac->link_state == MAC80211_LINKED) in _rtl8723be_phy_set_rf_power_state()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8315erdb.dts198 local-mac-address = [ 00 00 00 00 00 00 ];
239 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dmpc8377_rdb.dts257 local-mac-address = [ 00 00 00 00 00 00 ];
294 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dsequoia.dts327 local-mac-address = [000000000000];
356 local-mac-address = [000000000000];
H A Dmpc8378_rdb.dts257 local-mac-address = [ 00 00 00 00 00 00 ];
294 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dmakalu.dts222 local-mac-address = [000000000000]; /* Filled in by U-Boot */
252 local-mac-address = [000000000000]; /* Filled in by U-Boot */
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dluton_switch.c560 const unsigned char mac[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, in luton_start() local
570 mac, PGID_BROADCAST); in luton_start()
/openbmc/linux/arch/arm64/crypto/
H A Dpoly1305-armv8.pl45 my ($mac,$nonce)=($inp,$len);
257 stp $h0,$h1,[$mac] // write result
/openbmc/linux/drivers/firmware/
H A Discsi_ibft.c128 char mac[6]; member
338 str += sprintf(str, "%pM\n", nic->mac); in ibft_attr_show_nic()
/openbmc/u-boot/drivers/usb/gadget/
H A DKconfig217 string "USB Gadget Ethernet device mac address"
224 string "USB Gadget Ethernet host mac address"
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c326 static int aq_a2_fw_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_a2_fw_get_mac_permanent() argument
331 ether_addr_copy(mac, (u8 *)mac_address.aligned.mac_address); in aq_a2_fw_get_mac_permanent()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Ddevlink.c329 eth_broadcast_addr(addr.mac); in mv88e6xxx_region_atu_snapshot_fid()
366 } while (!is_broadcast_ether_addr(addr.mac)); in mv88e6xxx_region_atu_snapshot_fid()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-mba6.dtsi174 mac-address = [00 00 00 00 00 00];
306 nvmem-cell-names = "mac-address";
/openbmc/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2.dtsi141 local-mac-address = [00 00 00 00 00 00];
164 local-mac-address = [00 00 00 00 00 00];

1...<<41424344454647484950>>...76