Home
last modified time | relevance | path

Searched refs:mac (Results 676 – 700 of 1888) sorted by relevance

1...<<21222324252627282930>>...76

/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ipq9574.c655 MSM_PIN_FUNCTION(mac),
748 PINGROUP(46, pwm, audio_sec, rx1, mac, _, qdss_tracedata_a, _, _, _),
749 PINGROUP(47, pwm, audio_sec, mac, _, qdss_tracedata_a, _, _, _, _),
759 PINGROUP(57, wci20, cxc1, mac, pwm, qdss_tracedata_a, _, _, _, _),
760 PINGROUP(58, wci20, cxc1, mac, pwm, qdss_tracedata_a, _, _, _, _),
/openbmc/linux/arch/um/include/shared/
H A Dnet_kern.h31 unsigned char mac[ETH_ALEN]; member
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh687 local mac=00:11:22:33:44:55
690 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb $mac self \
693 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb $mac master \
704 local mac=00:11:22:33:44:55
707 bridge fdb show dev vxlan0 | grep $mac | grep -q self
709 busywait "$TIMEOUT" not wait_for_offload grep_bridge_fdb $mac self \
722 local mac=00:11:22:33:44:55
725 bridge fdb show dev vxlan0 | grep $mac | grep -q master
727 busywait "$TIMEOUT" not wait_for_offload grep_bridge_fdb $mac master \
736 local mac=00:11:22:33:44:55
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c1267 bit = qed_mcast_bin_from_mac(p_filter_cmd->mac[i]); in qed_vf_pf_filter_mcast()
1287 memcpy(req->mac, p_ucast->mac, ETH_ALEN); in qed_vf_pf_filter_ucast()
1385 ether_addr_copy(p_req->mac, p_mac); in qed_vf_pf_bulletin_update_mac()
1606 bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac) in qed_vf_check_mac() argument
1615 if (ether_addr_equal(bulletin->mac, mac)) in qed_vf_check_mac()
1638 ether_addr_copy(dst_mac, bulletin->mac); in qed_vf_bulletin_get_forced_mac()
1672 u8 mac[ETH_ALEN], is_mac_exist, is_mac_forced; in qed_handle_bulletin_change() local
1677 is_mac_exist = qed_vf_bulletin_get_forced_mac(hwfn, mac, in qed_handle_bulletin_change()
1680 ops->force_mac(cookie, mac, !!is_mac_forced); in qed_handle_bulletin_change()
/openbmc/qemu/hw/net/
H A Dcadence_gem.c759 static unsigned get_bit(const uint8_t *mac, unsigned bit) in get_bit() argument
763 byte = mac[bit / 8]; in get_bit()
773 static unsigned calc_mac_hash(const uint8_t *mac) in calc_mac_hash() argument
781 hash_index |= (get_bit(mac, mac_bit) ^ in calc_mac_hash()
782 get_bit(mac, mac_bit + 6) ^ in calc_mac_hash()
783 get_bit(mac, mac_bit + 12) ^ in calc_mac_hash()
784 get_bit(mac, mac_bit + 18) ^ in calc_mac_hash()
785 get_bit(mac, mac_bit + 24) ^ in calc_mac_hash()
786 get_bit(mac, mac_bit + 30) ^ in calc_mac_hash()
787 get_bit(mac, mac_bit + 36) ^ in calc_mac_hash()
[all …]
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dserializer.cpp52 const char* p_arr = reinterpret_cast<const char*>(event->mac); in SerializeEvent()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_sriov.h59 int nfp_app_set_vf_mac(struct net_device *netdev, int vf, u8 *mac);
/openbmc/linux/drivers/ssb/
H A Dsdio.c478 void *mac; in ssb_sdio_get_invariants() local
494 mac = tuple->data + 2; in ssb_sdio_get_invariants()
495 memcpy(sprom->il0mac, mac, ETH_ALEN); in ssb_sdio_get_invariants()
496 memcpy(sprom->et1mac, mac, ETH_ALEN); in ssb_sdio_get_invariants()
/openbmc/linux/drivers/net/usb/
H A Ddm9601.c362 u8 mac[ETH_ALEN], id; in dm9601_bind() local
390 if (dm_read(dev, DM_PHY_ADDR, ETH_ALEN, mac) < 0) { in dm9601_bind()
399 if (is_valid_ether_addr(mac)) in dm9601_bind()
400 eth_hw_addr_set(dev->net, mac); in dm9601_bind()
/openbmc/linux/Documentation/networking/
H A Dipvlan.rst115 Note: VEPA mode in IPvlan has limitations. IPvlan uses the mac-address of the
117 neighbor will have source and destination mac same. This will make the switch /
129 policy configured that allows only one mac per port.
130 (b) No of virtual devices created on a master exceed the mac capacity and
/openbmc/linux/arch/powerpc/boot/dts/
H A Dxpedite5200.dts204 local-mac-address = [ 00 00 00 00 00 00 ];
253 local-mac-address = [ 00 00 00 00 00 00 ];
282 local-mac-address = [ 00 00 00 00 00 00 ];
311 local-mac-address = [ 00 00 00 00 00 00 ];
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c997 __nfp_tunnel_offload_mac(struct nfp_app *app, const u8 *mac, u16 idx, bool del) in __nfp_tunnel_offload_mac() argument
1009 ether_addr_copy(payload.addr, mac); in __nfp_tunnel_offload_mac()
1046 nfp_tunnel_lookup_offloaded_macs(struct nfp_app *app, const u8 *mac) in nfp_tunnel_lookup_offloaded_macs() argument
1050 return rhashtable_lookup_fast(&priv->tun.offloaded_macs, mac, in nfp_tunnel_lookup_offloaded_macs()
1165 const u8 *mac, bool mod) in nfp_tunnel_del_shared_mac() argument
1174 entry = nfp_tunnel_lookup_offloaded_macs(app, mac); in nfp_tunnel_del_shared_mac()
1191 if (__nfp_tunnel_offload_mac(app, mac, nfp_mac_idx, in nfp_tunnel_del_shared_mac()
1213 err = __nfp_tunnel_offload_mac(app, mac, nfp_mac_idx, false); in nfp_tunnel_del_shared_mac()
1246 return __nfp_tunnel_offload_mac(app, mac, 0, true); in nfp_tunnel_del_shared_mac()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c396 memcpy(&ramrod.user_req.u.mac.mac, filter->mac, ETH_ALEN); in bnx2x_vf_mac_vlan_config()
404 memcpy(&ramrod.user_req.u.mac.mac, filter->mac, ETH_ALEN); in bnx2x_vf_mac_vlan_config()
565 mc[i].mac = mcasts[i]; in bnx2x_vf_mcast()
2636 mac_obj->get_n_elements(bp, mac_obj, 1, (u8 *)&ivi->mac, in bnx2x_get_vf_config()
2647 memcpy(&ivi->mac, bulletin->mac, ETH_ALEN); in bnx2x_get_vf_config()
2650 eth_zero_addr(ivi->mac); in bnx2x_get_vf_config()
2690 if (!is_valid_ether_addr(mac)) { in bnx2x_set_vf_mac()
2706 memcpy(bulletin->mac, mac, ETH_ALEN); in bnx2x_set_vf_mac()
2753 bnx2x_set_mac_one(bp, (u8 *)&bulletin->mac, mac_obj, true, in bnx2x_set_vf_mac()
3072 !ether_addr_equal(bulletin->mac, bp->old_bulletin.mac)) { in bnx2x_sample_bulletin()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dam437x-gp-evm-u-boot.dtsi26 &mac {
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_server.h113 const mac_addr_t* mac);
H A Dncsi.h358 uint8_t mac[6]; member
366 uint8_t mac[6]; member
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.h11 struct mac_header mac; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A DMakefile8 mac.o \
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.h55 unsigned char mac[ETH_ALEN]; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.h49 int efx_siena_sriov_set_vf_mac(struct efx_nic *efx, int vf, const u8 *mac);
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-generic.c30 plat_dat = stmmac_probe_config_dt(pdev, stmmac_res.mac); in dwmac_generic_probe()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c609 u32 mac, txq, rxq; in alx_start_mac() local
616 mac = hw->rx_ctrl; in alx_start_mac()
618 mac |= ALX_MAC_CTRL_FULLD; in alx_start_mac()
620 mac &= ~ALX_MAC_CTRL_FULLD; in alx_start_mac()
621 ALX_SET_FIELD(mac, ALX_MAC_CTRL_SPEED, in alx_start_mac()
624 mac |= ALX_MAC_CTRL_TX_EN | ALX_MAC_CTRL_RX_EN; in alx_start_mac()
625 hw->rx_ctrl = mac; in alx_start_mac()
626 alx_write_mem32(hw, ALX_MAC_CTRL, mac); in alx_start_mac()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmarvell-orion-net.txt39 - local-mac-address: See ethernet.txt file in the same directory.
81 local-mac-address = [00 00 00 00 00 00];
/openbmc/u-boot/doc/
H A DREADME.t1040-l2switch40 …_no>] [vlan <vid>] fdb { [help] | show | flush | { add | del } <mac> } - add/delete a mac entry in…
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h213 struct cmac *mac; member
330 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);

1...<<21222324252627282930>>...76