Home
last modified time | relevance | path

Searched refs:brcmf_c_set_cur_etheraddr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.h73 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr);
H A Dcommon.c224 int brcmf_c_set_cur_etheraddr(struct brcmf_if *ifp, const u8 *addr) in brcmf_c_set_cur_etheraddr() function
280 err = brcmf_c_set_cur_etheraddr(ifp, ifp->mac_addr); in brcmf_c_preinit_dcmds()
296 err = brcmf_c_set_cur_etheraddr(ifp, ifp->mac_addr); in brcmf_c_preinit_dcmds()
H A Dcore.c241 err = brcmf_c_set_cur_etheraddr(ifp, sa->sa_data); in brcmf_netdev_set_mac_address()