Home
last modified time | relevance | path

Searched refs:shp (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c354 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach() argument
362 sh->physhim = shp->physhim; in wlc_phy_shared_attach()
363 sh->unit = shp->unit; in wlc_phy_shared_attach()
364 sh->corerev = shp->corerev; in wlc_phy_shared_attach()
366 sh->vid = shp->vid; in wlc_phy_shared_attach()
367 sh->did = shp->did; in wlc_phy_shared_attach()
368 sh->chip = shp->chip; in wlc_phy_shared_attach()
369 sh->chiprev = shp->chiprev; in wlc_phy_shared_attach()
370 sh->chippkg = shp->chippkg; in wlc_phy_shared_attach()
371 sh->sromrev = shp->sromrev; in wlc_phy_shared_attach()
[all …]
Dphy_hal.h171 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
/drivers/atm/
Deni.c1961 int error,rate,rsv,shp; in eni_change_qos() local
1967 rsv = shp = 0; in eni_change_qos()
1970 if ((flgs & ATM_MF_DEC_SHP) && rate && rate < tx->shaping) shp = 1; in eni_change_qos()
1971 if ((flgs & ATM_MF_INC_SHP) && (!rate || rate > tx->shaping)) shp = 1; in eni_change_qos()
1972 if (!rsv && !shp) return 0; in eni_change_qos()
1973 error = reserve_or_set_tx(vcc,&qos->txtp,rsv,shp); in eni_change_qos()
1975 if (shp && !(flgs & ATM_MF_IMMED)) return 0; in eni_change_qos()
/drivers/staging/unisys/visorhba/
Dvisorhba_main.c409 static const char *visorhba_get_info(struct Scsi_Host *shp) in visorhba_get_info() argument
/drivers/scsi/
Dscsi_debug.c5798 static const char *scsi_debug_info(struct Scsi_Host *shp) in scsi_debug_info() argument