Lines Matching refs:shp
365 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach() argument
373 sh->physhim = shp->physhim; in wlc_phy_shared_attach()
374 sh->unit = shp->unit; in wlc_phy_shared_attach()
375 sh->corerev = shp->corerev; in wlc_phy_shared_attach()
377 sh->vid = shp->vid; in wlc_phy_shared_attach()
378 sh->did = shp->did; in wlc_phy_shared_attach()
379 sh->chip = shp->chip; in wlc_phy_shared_attach()
380 sh->chiprev = shp->chiprev; in wlc_phy_shared_attach()
381 sh->chippkg = shp->chippkg; in wlc_phy_shared_attach()
382 sh->sromrev = shp->sromrev; in wlc_phy_shared_attach()
383 sh->boardtype = shp->boardtype; in wlc_phy_shared_attach()
384 sh->boardrev = shp->boardrev; in wlc_phy_shared_attach()
385 sh->boardflags = shp->boardflags; in wlc_phy_shared_attach()
386 sh->boardflags2 = shp->boardflags2; in wlc_phy_shared_attach()