Lines Matching refs:drvr

82 	struct brcmf_pub *drvr = ifp->drvr;  in brcmf_c_set_joinpref_default()  local
99 bphy_err(drvr, "Set join_pref error (%d)\n", err); in brcmf_c_set_joinpref_default()
122 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_process_clm_blob() local
123 struct brcmf_bus *bus = drvr->bus_if; in brcmf_c_process_clm_blob()
139 bphy_err(drvr, "get CLM blob file name failed (%d)\n", err); in brcmf_c_process_clm_blob()
176 bphy_err(drvr, "clmload (%zu byte file) failed (%d)\n", in brcmf_c_process_clm_blob()
181 bphy_err(drvr, "get clmload_status failed (%d)\n", err); in brcmf_c_process_clm_blob()
195 struct brcmf_pub *drvr = ifp->drvr; in brcmf_c_preinit_dcmds() local
209 bphy_err(drvr, "Retrieving cur_etheraddr failed, %d\n", err); in brcmf_c_preinit_dcmds()
212 memcpy(ifp->drvr->mac, ifp->mac_addr, sizeof(ifp->drvr->mac)); in brcmf_c_preinit_dcmds()
213 memcpy(ifp->drvr->wiphy->perm_addr, ifp->drvr->mac, ETH_ALEN); in brcmf_c_preinit_dcmds()
215 bus = ifp->drvr->bus_if; in brcmf_c_preinit_dcmds()
216 ri = &ifp->drvr->revinfo; in brcmf_c_preinit_dcmds()
221 bphy_err(drvr, "retrieving revision info failed, %d\n", err); in brcmf_c_preinit_dcmds()
255 bphy_err(drvr, "download CLM blob file failed, %d\n", err); in brcmf_c_preinit_dcmds()
263 bphy_err(drvr, "Retrieving version information failed, %d\n", in brcmf_c_preinit_dcmds()
275 strlcpy(ifp->drvr->fwver, ptr, sizeof(ifp->drvr->fwver)); in brcmf_c_preinit_dcmds()
285 memcpy(ifp->drvr->clmver, clmver, sizeof(ifp->drvr->clmver)); in brcmf_c_preinit_dcmds()
298 bphy_err(drvr, "failed setting mpc\n"); in brcmf_c_preinit_dcmds()
308 bphy_err(drvr, "Get event_msgs error (%d)\n", err); in brcmf_c_preinit_dcmds()
315 bphy_err(drvr, "Set event_msgs error (%d)\n", err); in brcmf_c_preinit_dcmds()
323 bphy_err(drvr, "BRCMF_C_SET_SCAN_CHANNEL_TIME error (%d)\n", in brcmf_c_preinit_dcmds()
332 bphy_err(drvr, "BRCMF_C_SET_SCAN_UNASSOC_TIME error (%d)\n", in brcmf_c_preinit_dcmds()