Searched refs:mac_address (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/powerpc/pseries/
H A Dphyp_llan.c87 uint8_t mac_address[8]; member in struct:llan_softc
165 len = OF_getprop(node, "local-mac-address", sc->mac_address,
166 sizeof(sc->mac_address));
168 * instead of 8 (sizeof(sc->mac_address)), then its value must be
171 bcopy(sc->mac_address, &sc->mac_address[2], len);
173 bzero(sc->mac_address, 2);
244 ether_ifattach(sc->ifp, &sc->mac_address[2]);
304 memcpy(&macaddr, sc->mac_address, 8);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_wired.c140 u8 *mac_address; local
156 mac_address = (u8 *) &(msg->chaddr);
159 MAC2STR(mac_address));
162 event.new_sta.addr = mac_address;
H A Ddriver.h2214 struct mac_address { struct
2221 struct mac_address mac_acl[0];
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c73 in_mac_addr = MLX5_ADDR_OF(set_l2_table_entry_in, in, mac_address);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02.h93 struct mac_address macaddr_list[8];
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h575 struct mac_address { struct
1141 struct mac_address *addresses;
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h930 struct mac_address addresses[IWL_MVM_MAX_ADDRESSES];
1087 struct mac_address uapsd_noagg_bssids[IWL_MVM_UAPSD_NOAGG_BSSIDS_NUM]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h1873 struct nvm_cfg_mac_address mac_address; /* 0x0 */ member in struct:nvm_cfg1_func
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1156 memcpy(func->mac_addr, resp->mac_address, ETHER_ADDR_LEN);
2976 memcpy(req.mac_address, softc->func.mac_addr, ETHER_ADDR_LEN);
H A Dhsi_struct_def.h14723 uint8_t mac_address[6]; member in struct:hwrm_func_qcaps_output
15533 uint8_t mac_address[6]; member in struct:hwrm_func_qcfg_output
63444 uint8_t mac_address[6]; member in struct:hwrm_wol_filter_alloc_input
63714 uint8_t mac_address[6]; member in struct:hwrm_wol_filter_qcfg_output
[all...]
/freebsd-current/sys/dev/oce/
H A Doce_hw.h1930 uint8_t mac_address[6]; member in struct:mbx_add_common_iface_mac::__anon3817::__anon3818
H A Doce_mbox.c1259 bcopy(mac_addr, fwcmd->params.req.mac_address, 6);
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h3918 struct mlx5_ifc_mac_address_layout_bits mac_address; member in struct:mlx5_ifc_set_l2_table_entry_in_bits
4934 struct mlx5_ifc_mac_address_layout_bits mac_address; member in struct:mlx5_ifc_query_l2_table_entry_out_bits

Completed in 724 milliseconds