Searched refs:shp (Results 1 – 6 of 6) sorted by relevance
3876 static const char *gdth_info(struct Scsi_Host *shp) in gdth_info() argument3878 gdth_ha_str *ha = shost_priv(shp); in gdth_info()4692 struct Scsi_Host *shp; in gdth_isa_probe_one() local4700 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 …]
4161 static const char * scsi_debug_info(struct Scsi_Host * shp) in scsi_debug_info() argument
365 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach() argument373 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 …]
182 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
1960 int error,rate,rsv,shp; in eni_change_qos() local1966 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()
432 static const char *visorhba_get_info(struct Scsi_Host *shp) in visorhba_get_info() argument