Home
last modified time | relevance | path

Searched refs:mac (Results 926 – 950 of 1882) sorted by relevance

1...<<31323334353637383940>>...76

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c88 memcpy(ah->av.mac, ah_attr->roce.dmac, ETH_ALEN); in hns_roce_create_ah()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c285 const unsigned char *mac, u16 vid, bool dynamic) in prestera_fdb_add() argument
289 mac, vid, dynamic); in prestera_fdb_add()
291 return prestera_hw_fdb_add(port, mac, vid, dynamic); in prestera_fdb_add()
295 const unsigned char *mac, u16 vid) in prestera_fdb_del() argument
299 mac, vid); in prestera_fdb_del()
301 return prestera_hw_fdb_del(port, mac, vid); in prestera_fdb_del()
1795 info.addr = evt->fdb_evt.data.mac; in prestera_fdb_event()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8308rdb.dts149 local-mac-address = [ 00 00 00 00 00 00 ];
182 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dasp834x-redboot.dts189 local-mac-address = [ 00 08 e5 11 32 33 ];
230 local-mac-address = [ 00 08 e5 11 32 34 ];
H A Dstx_gp3_8560.dts146 local-mac-address = [ 00 00 00 00 00 00 ];
184 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dxcalibur1501.dts397 local-mac-address = [ 00 00 00 00 00 00 ];
447 local-mac-address = [ 00 00 00 00 00 00 ];
477 local-mac-address = [ 00 00 00 00 00 00 ];
507 local-mac-address = [ 00 00 00 00 00 00 ];
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddynack.c85 static inline bool ath_dynack_bssidmask(struct ath_hw *ah, const u8 *mac) in ath_dynack_bssidmask() argument
92 (mac[i] & common->bssidmask[i])) in ath_dynack_bssidmask()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-params.rst121 - Typically macvlan, vlan net devices mac are also programmed in their
123 maximum number of unicast mac address filters to receive traffic from
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h354 int (*get_mac_permanent)(struct aq_hw_s *self, u8 *mac);
378 const u8 *mac);
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslic.h338 u8 mac[ETH_ALEN]; /* 20 MAC addresses */ member
395 u8 mac[ETH_ALEN]; /* 29 MAC addresses (2 ports) */ member
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_debugfs.c251 f->cmd.mac.addr); in lif_filters_show()
257 f->cmd.mac.addr); in lif_filters_show()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c348 hdev->hw.mac.supported = in hclgevf_mbx_async_handler()
351 hdev->hw.mac.advertising = in hclgevf_mbx_async_handler()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcdns,macb.yaml86 local-mac-address: true
181 local-mac-address = [3a 0e 03 04 05 06];
H A Drockchip,emac.yaml30 - description: mac TX/RX clock
H A Dsamsung-sxgbe.txt49 mac-address = [ 00 11 22 33 44 55 ]; /* Filled in by U-Boot */
H A Dadi,adin1110.yaml79 local-mac-address = [ 00 11 22 33 44 55 ];
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst90 is same as mac id. The "tc" filter option must be set to 0xF in this mode,
99 is same as mac id. The "tc" filter option must be set to 0 ~ 7 in this
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-asrock-x570d4u.dts146 nvmem-cell-names = "mac-address";
156 nvmem-cell-names = "mac-address";
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c207 int mac; in iwl_mvm_rx_handle_tcm() local
224 mac = mvmsta->mac_id_n_color & FW_CTXT_ID_MSK; in iwl_mvm_rx_handle_tcm()
228 mdata = &mvm->tcm.data[mac]; in iwl_mvm_rx_handle_tcm()
623 static void iwl_mvm_stat_iterator(void *_data, u8 *mac, in iwl_mvm_stat_iterator() argument
657 static void iwl_mvm_stat_iterator_all_macs(void *_data, u8 *mac, in iwl_mvm_stat_iterator_all_macs() argument
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_common.c24 hw->mac.type = IAVF_MAC_X722_VF; in iavf_set_mac_type()
29 hw->mac.type = IAVF_MAC_VF; in iavf_set_mac_type()
32 hw->mac.type = IAVF_MAC_GENERIC; in iavf_set_mac_type()
793 ether_addr_copy(hw->mac.perm_addr, in iavf_vf_parse_hw_config()
795 ether_addr_copy(hw->mac.addr, in iavf_vf_parse_hw_config()
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1714 enum prueth_mac mac; in prueth_netdev_init() local
1720 mac = prueth_node_mac(eth_node); in prueth_netdev_init()
1721 if (mac == PRUETH_MAC_INVALID) in prueth_netdev_init()
1833 prueth->emac[mac] = emac; in prueth_netdev_init()
1843 prueth->emac[mac] = NULL; in prueth_netdev_init()
1853 enum prueth_mac mac; in prueth_netdev_exit() local
1855 mac = prueth_node_mac(eth_node); in prueth_netdev_exit()
1856 if (mac == PRUETH_MAC_INVALID) in prueth_netdev_exit()
1859 emac = prueth->emac[mac]; in prueth_netdev_exit()
1871 prueth->emac[mac] = NULL; in prueth_netdev_exit()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c32 u8 mac[WILC_MAX_NUM_STA][ETH_ALEN]; member
832 static void wilc_hif_pack_sta_param(u8 *cur_byte, const u8 *mac, in wilc_hif_pack_sta_param() argument
835 ether_addr_copy(cur_byte, mac); in wilc_hif_pack_sta_param()
1383 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, u32 *out_val) in wilc_get_inactive_time() argument
1395 ether_addr_copy(wid.val, mac); in wilc_get_inactive_time()
1815 int wilc_add_station(struct wilc_vif *vif, const u8 *mac, in wilc_add_station() argument
1831 wilc_hif_pack_sta_param(cur_byte, mac, params); in wilc_add_station()
1880 ether_addr_copy(del_sta.mac[i], mac_addr[i]); in wilc_del_allstation()
1901 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac, in wilc_edit_station() argument
1917 wilc_hif_pack_sta_param(cur_byte, mac, params); in wilc_edit_station()
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c495 memset(&dp->mac, 0, sizeof(dp->mac)); in dp_fill()
497 memcpy(&dp->mac, &pdata->enetaddr, ARP_HLEN); in dp_fill()
877 memcpy(ndp->mac.addr, eth_get_ethaddr(), ARP_HLEN); in efi_dp_from_eth()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.h98 unsigned char mac:4, /* max activate count */ member
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h34 u8 mac[ETH_ALEN]; member

1...<<31323334353637383940>>...76