Home
last modified time | relevance | path

Searched refs:mac (Results 1576 – 1600 of 1882) sorted by relevance

1...<<61626364656667686970>>...76

/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c947 char *mac = (char *)kvp_ip_val->adapter_id; in kvp_mac_to_ip() local
985 if (strcmp(p, mac)) in kvp_mac_to_ip()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1863 int netxen_get_flash_mac_addr(struct netxen_adapter *adapter, u64 *mac);
1864 int netxen_p3_get_mac_addr(struct netxen_adapter *adapter, u64 *mac);
/openbmc/linux/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3.dtsi579 local-mac-address = [00 00 00 00 00 00];
600 local-mac-address = [00 00 00 00 00 00];
/openbmc/linux/arch/arm64/boot/dts/apm/
H A Dapm-shadowcat.dtsi770 local-mac-address = [00 01 73 00 00 01];
793 local-mac-address = [00 01 73 00 00 02];
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c204 static void read_MAC(uint8_t *mac_addr, char *mac) in read_MAC() argument
206 if (sscanf(mac, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", in read_MAC()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7621 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi() argument
7639 if (mac) { in t4_alloc_vi()
7640 memcpy(mac, c.mac, sizeof(c.mac)); in t4_alloc_vi()
7643 memcpy(mac + 24, c.nmac3, sizeof(c.nmac3)); in t4_alloc_vi()
7646 memcpy(mac + 18, c.nmac2, sizeof(c.nmac2)); in t4_alloc_vi()
7649 memcpy(mac + 12, c.nmac1, sizeof(c.nmac1)); in t4_alloc_vi()
7652 memcpy(mac + 6, c.nmac0, sizeof(c.nmac0)); in t4_alloc_vi()
9601 int port, int pf, int vf, u8 mac[]) in t4_init_portinfo() argument
9665 ret = t4_alloc_vi(pi->adapter, mbox, port, pf, vf, 1, mac, &rss_size, in t4_init_portinfo()
/openbmc/linux/drivers/atm/
H A Dnicstar.c172 static char *mac[NS_MAX_CARDS]; variable
173 module_param_array(mac, charp, NULL, 0);
524 if (mac[i] == NULL) in ns_init_card()
775 if (mac[i] == NULL || !mac_pton(mac[i], card->atmdev->esi)) { in ns_init_card()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam33xx-l4.dtsi720 mac: ethernet@0 { label
760 mac-address = [ 00 00 00 00 00 00 ];
766 mac-address = [ 00 00 00 00 00 00 ];
792 mac-address = [ 00 00 00 00 00 00 ];
799 mac-address = [ 00 00 00 00 00 00 ];
/openbmc/u-boot/arch/arm/dts/
H A Dam437x-idk-evm.dts387 &mac {
/openbmc/qemu/pc-bios/
H A Dpetalogix-s3adsp1800.dts122 local-mac-address = [02 00 00 00 00 00];
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c420 static void iwl_mvm_bt_notif_iterator(void *_data, u8 *mac, in iwl_mvm_bt_notif_iterator() argument
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k.h481 u8 mac[6]; member
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dhost.h575 __le32 mac; /* for MAC registers */ member
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc4357-ea4357-devkit.dts565 &mac {
H A Dlpc4357-myd-lpc4357.dts539 &mac {
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1020 __u8 mac[32]; /* MAX_ADDR_LEN */ member
/openbmc/linux/Documentation/networking/
H A Dregulatory.rst145 r = zd_reg2alpha2(mac->regdomain, alpha2);
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.h184 u8 mac[ETH_ALEN]; member
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c38 static void aq_ether_addr_to_mac(u32 mac[2], const unsigned char *emac) in aq_ether_addr_to_mac()
44 mac[0] = swab32(tmp[1]); in aq_ether_addr_to_mac()
45 mac[1] = swab32(tmp[0]); in aq_ether_addr_to_mac()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1602 __mt76_csa_finish(void *priv, u8 *mac, struct ieee80211_vif *vif) in __mt76_csa_finish() argument
1622 __mt76_csa_check(void *priv, u8 *mac, struct ieee80211_vif *vif) in __mt76_csa_check() argument
1695 const u8 *mac) in mt76_sw_scan() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp232 const std::string* mac = in extractEthernetInterfaceData() local
234 if (mac != nullptr) in extractEthernetInterfaceData()
236 ethData.macAddress = *mac; in extractEthernetInterfaceData()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2455 !is_unicast_ether_addr(fi->l_data.mac.mac_addr)) || in ice_fill_sw_info()
2457 !is_unicast_ether_addr(fi->l_data.mac.mac_addr))) in ice_fill_sw_info()
2555 daddr = f_info->l_data.mac.mac_addr; in ice_fill_sw_rule()
2957 u8 *addr = fi->l_data.mac.mac_addr; in ice_update_sw_rule_bridge_mode()
3500 u8 *add = &m_list_itr->fltr_info.l_data.mac.mac_addr[0]; in ice_add_mac()
4070 u8 *macaddr = fi->l_data.mac.mac_addr; in ice_determine_promisc_mask()
4263 mac_addr = new_fltr.l_data.mac.mac_addr; in ice_set_vsi_promisc()
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c2781 bfa_nw_ioc_get_mac(ioc, ad_attr->mac); in bfa_ioc_get_adapter_attr()
2928 bfa_nw_ioc_get_mac(struct bfa_ioc *ioc, u8 *mac) in bfa_nw_ioc_get_mac() argument
2930 ether_addr_copy(mac, ioc->attr->mac); in bfa_nw_ioc_get_mac()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186.dtsi1535 reg-names = "mac", "ippc";
1553 reg-names = "mac";
1601 reg-names = "mac", "ippc";
1619 reg-names = "mac";
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_255.4.bb394 if ! grep -q '^NamePolicy=.*mac' ${D}${rootlibexecdir}/systemd/network/99-default.link; then
395 sed -i '/^NamePolicy=/s/$/ mac/' ${D}${rootlibexecdir}/systemd/network/99-default.link
397 …if ! grep -q 'AlternativeNamesPolicy=.*mac' ${D}${rootlibexecdir}/systemd/network/99-default.link;…
398 sed -i '/AlternativeNamesPolicy=/s/$/ mac/' ${D}${rootlibexecdir}/systemd/network/99-default.link

1...<<61626364656667686970>>...76