Home
last modified time | relevance | path

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

/drivers/scsi/
Dgdth.c3876 static const char *gdth_info(struct Scsi_Host *shp) in gdth_info() argument
3878 gdth_ha_str *ha = shost_priv(shp); in gdth_info()
4692 struct Scsi_Host *shp; in gdth_isa_probe_one() local
4700 shp = scsi_host_alloc(&gdth_template, sizeof(gdth_ha_str)); in gdth_isa_probe_one()
4701 if (!shp) in gdth_isa_probe_one()
4703 ha = shost_priv(shp); in gdth_isa_probe_one()
4727 shp->unchecked_isa_dma = 1; in gdth_isa_probe_one()
4728 shp->irq = ha->irq; in gdth_isa_probe_one()
4729 shp->dma_channel = ha->drq; in gdth_isa_probe_one()
4732 ha->shost = shp; in gdth_isa_probe_one()
[all …]
Dscsi_debug.c4161 static const char * scsi_debug_info(struct Scsi_Host * shp) in scsi_debug_info() argument
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c365 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()
[all …]
Dphy_hal.h182 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
/drivers/atm/
Deni.c1960 int error,rate,rsv,shp; in eni_change_qos() local
1966 rsv = shp = 0; in eni_change_qos()
1969 if ((flgs & ATM_MF_DEC_SHP) && rate && rate < tx->shaping) shp = 1; in eni_change_qos()
1970 if ((flgs & ATM_MF_INC_SHP) && (!rate || rate > tx->shaping)) shp = 1; in eni_change_qos()
1971 if (!rsv && !shp) return 0; in eni_change_qos()
1972 error = reserve_or_set_tx(vcc,&qos->txtp,rsv,shp); in eni_change_qos()
1974 if (shp && !(flgs & ATM_MF_IMMED)) return 0; in eni_change_qos()
/drivers/staging/unisys/visorhba/
Dvisorhba_main.c432 static const char *visorhba_get_info(struct Scsi_Host *shp) in visorhba_get_info() argument