Home
last modified time | relevance | path

Searched refs:mac (Results 551 – 575 of 1882) sorted by relevance

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

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A DMakefile2 carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c453 static void bnxt_vf_rep_eth_addr_gen(u8 *src_mac, u16 vf_idx, u8 *mac) in bnxt_vf_rep_eth_addr_gen() argument
457 ether_addr_copy(mac, src_mac); in bnxt_vf_rep_eth_addr_gen()
460 mac[3] = (u8)(addr & 0xFF); in bnxt_vf_rep_eth_addr_gen()
461 mac[4] = (u8)((addr >> 8) & 0xFF); in bnxt_vf_rep_eth_addr_gen()
462 mac[5] = (u8)((addr >> 16) & 0xFF); in bnxt_vf_rep_eth_addr_gen()
/openbmc/linux/arch/mips/boot/dts/ralink/
H A Dmt7621.dtsi264 reg-names = "mac", "ippc";
321 gmac0: mac@0 {
322 compatible = "mediatek,eth-mac";
333 gmac1: mac@1 {
334 compatible = "mediatek,eth-mac";
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c307 MACAddr *mac = object_field_prop_ptr(obj, prop); in get_mac() local
312 mac->a[0], mac->a[1], mac->a[2], in get_mac()
313 mac->a[3], mac->a[4], mac->a[5]); in get_mac()
322 MACAddr *mac = object_field_prop_ptr(obj, prop); in set_mac() local
352 mac->a[i] = val; in set_mac()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c1003 u8 *mac = &etha->mac_addr[0]; in rswitch_etha_read_mac_address() local
1005 mac[0] = (mrmac0 >> 8) & 0xFF; in rswitch_etha_read_mac_address()
1006 mac[1] = (mrmac0 >> 0) & 0xFF; in rswitch_etha_read_mac_address()
1007 mac[2] = (mrmac1 >> 24) & 0xFF; in rswitch_etha_read_mac_address()
1008 mac[3] = (mrmac1 >> 16) & 0xFF; in rswitch_etha_read_mac_address()
1009 mac[4] = (mrmac1 >> 8) & 0xFF; in rswitch_etha_read_mac_address()
1010 mac[5] = (mrmac1 >> 0) & 0xFF; in rswitch_etha_read_mac_address()
1015 iowrite32((mac[0] << 8) | mac[1], etha->addr + MRMAC0); in rswitch_etha_write_mac_address()
1016 iowrite32((mac[2] << 24) | (mac[3] << 16) | (mac[4] << 8) | mac[5], in rswitch_etha_write_mac_address()
1031 rswitch_etha_write_mac_address(etha, mac); in rswitch_rmac_setting()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A DMakefile14 mac.o manage.o nvm.o phy.o \
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c1195 ether_addr_copy(ivi->mac, vf->hw_lan_addr); in ice_get_vf_cfg()
1227 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in ice_set_vf_mac() argument
1233 if (is_multicast_ether_addr(mac)) { in ice_set_vf_mac()
1234 netdev_err(netdev, "%pM not a valid unicast address\n", mac); in ice_set_vf_mac()
1243 if (ether_addr_equal(vf->dev_lan_addr, mac) && in ice_set_vf_mac()
1244 ether_addr_equal(vf->hw_lan_addr, mac)) { in ice_set_vf_mac()
1258 ether_addr_copy(vf->dev_lan_addr, mac); in ice_set_vf_mac()
1259 ether_addr_copy(vf->hw_lan_addr, mac); in ice_set_vf_mac()
1260 if (is_zero_ether_addr(mac)) { in ice_set_vf_mac()
1269 mac, vf_id); in ice_set_vf_mac()
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/network/
H A Dphosphor-network_%.bbappend3 PACKAGECONFIG:append = " sync-mac"
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dnemora_types.hpp56 std::uint8_t mac[MAC_ADDR_SIZE]; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra62x.dtsi10 &mac {
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8569mds.dts256 local-mac-address = [ 00 00 00 00 00 00 ];
327 local-mac-address = [ 00 00 00 00 00 00 ];
350 local-mac-address = [ 00 00 00 00 00 00 ];
373 local-mac-address = [ 00 00 00 00 00 00 ];
396 local-mac-address = [ 00 00 00 00 00 00 ];
407 local-mac-address = [ 00 00 00 00 00 00 ];
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h318 u8 mac[ETH_ALEN]; member
431 u8 mac[ETH_ALEN]; member
501 u8 mac[ETH_ALEN]; member
558 u8 mac[ETH_ALEN]; member
835 bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac);
1118 static inline bool qed_vf_check_mac(struct qed_hwfn *p_hwfn, u8 *mac) in qed_vf_check_mac() argument
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A DMakefile8 qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o emac-ethtool.o \
/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/
H A D01-bmc-eth.network10 ClientIdentifier=mac
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgid.c119 const u8 *mac, bool vlan, u16 vlan_id, u8 port_num) in mlx5_core_roce_gid_set() argument
139 ether_addr_copy(addr_mac, mac); in mlx5_core_roce_gid_set()
/openbmc/linux/include/linux/qed/
H A Dqed_iscsi_if.h49 u8 mac[ETH_ALEN]; member
229 int (*change_mac)(struct qed_dev *cdev, u32 handle, const u8 *mac);
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dsocionext,uniphier-ave4.yaml36 mac-address: true
38 local-mac-address: true
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47081-luxul-xwr-1200.dts115 nvmem-cell-names = "mac-address";
145 nvmem-cell-names = "mac-address";
H A Dbcm47094-luxul-xwr-3150-v1.dts81 nvmem-cell-names = "mac-address";
155 nvmem-cell-names = "mac-address";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7986b-rfb.dts36 gmac0: mac@0 {
37 compatible = "mediatek,eth-mac";
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_net.c1011 const u8 *mac, u8 *mac_mask) argument
1030 (*secfilter)->filter_value[3]=mac[5];
1031 (*secfilter)->filter_value[4]=mac[4];
1032 (*secfilter)->filter_value[8]=mac[3];
1033 (*secfilter)->filter_value[9]=mac[2];
1034 (*secfilter)->filter_value[10]=mac[1];
1035 (*secfilter)->filter_value[11]=mac[0];
1045 netdev_dbg(dev, "filter mac=%pM mask=%pM\n", mac, mac_mask);
1055 const unsigned char *mac = (const unsigned char *) dev->dev_addr; local
1087 dvb_net_filter_sec_set(dev, &priv->secfilter, mac, mask_normal);
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A DMakefile6 mac.o util.o debugfs.o tx.o
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dsriov.h14 int efx_sriov_set_vf_mac(struct net_device *net_dev, int vf_i, u8 *mac);
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fip.h43 struct fip_mac_desc mac; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A DMakefile5 mt7915e-y := pci.o init.o dma.o eeprom.o main.o mcu.o mac.o \

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