Searched refs:cardtype (Results 1 – 8 of 8) sorted by relevance
341 unsigned int cardtype; member554 if (hba->cardtype == st_P3) { in stex_ss_send_cmd()640 if (hba->cardtype == st_shasta || id == host->max_id - 1) { in stex_queuecommand_lck()825 hba->cardtype != st_yosemite))) { in stex_mu_intr()865 if (hba->cardtype == st_yosemite) in stex_mu_intr()901 hba->cardtype == st_shasta)) in stex_intr()993 if (hba->cardtype == st_yel) { in stex_ss_intr()1121 if (hba->cardtype == st_yel) { in stex_ss_handshake()1163 if (hba->cardtype == st_yel) { in stex_ss_handshake()1187 if (hba->cardtype == st_yel) { in stex_ss_handshake()[all …]
220 enum lance_type cardtype; member543 lp->cardtype = PAM_CARD; in lance_probe1()546 lp->cardtype = NEW_RIEBL; in lance_probe1()549 lp->cardtype = OLD_RIEBL; in lance_probe1()551 if (lp->cardtype == PAM_CARD || in lance_probe1()577 dev->name, lance_names[lp->cardtype], in lance_probe1()584 switch( lp->cardtype ) { in lance_probe1()604 if (lp->cardtype == OLD_RIEBL) { in lance_probe1()624 if (lp->cardtype == PAM_CARD) in lance_probe1()652 REGA( CSR3 ) = CSR3_BSWP | (lp->cardtype == PAM_CARD ? CSR3_ACON : 0); in lance_open()[all …]
286 enum mac8390_type cardtype) in mac8390_rsrc_init() argument319 if (useresources[cardtype] == 1) { in mac8390_rsrc_init()342 switch (cardtype) { in mac8390_rsrc_init()392 enum mac8390_type cardtype = MAC8390_NONE; in mac8390_device_probe() local405 cardtype = mac8390_ident(fres); in mac8390_device_probe()406 if (cardtype == MAC8390_NONE) in mac8390_device_probe()409 if (mac8390_rsrc_init(dev, fres, cardtype)) in mac8390_device_probe()415 err = mac8390_initdev(dev, board, cardtype); in mac8390_device_probe()
621 enum gxt_cards cardtype; in gxt4500_probe() local653 cardtype = ent->driver_data; in gxt4500_probe()654 par->refclk_ps = cardinfo[cardtype].refclk_ps; in gxt4500_probe()656 strscpy(info->fix.id, cardinfo[cardtype].cardname, in gxt4500_probe()
258 return aac_drivers[dev->cardtype].name; in aac_info()1203 aac_drivers[dev->cardtype].model); in aac_show_model()1224 aac_drivers[dev->cardtype].vname); in aac_show_vendor()1658 aac->cardtype = index; in aac_probe_one()
1534 index = aac->cardtype; in _aac_reset_adapter()1820 aac_reinit_aif(dev, dev->cardtype); in aac_src_reinit_aif_worker()
951 struct aac_driver_ident *mp = aac_get_driver_ident(dev->cardtype); in setinqstr()2231 if (dev->dac_support && (aac_get_driver_ident(dev->cardtype)->quirks in aac_get_adapter_info()2255 ? ((aac_get_driver_ident(dev->cardtype)->quirks & AAC_QUIRK_SCSI_32) in aac_get_adapter_info()
1602 int cardtype; member