Lines Matching refs:Adapter
259 } Adapter; typedef
467 Adapter *host; /* host adapter */
738 static inline void wd7000_enable_intr(Adapter * host) in wd7000_enable_intr()
745 static inline void wd7000_enable_dma(Adapter * host) in wd7000_enable_dma()
777 static inline int command_out(Adapter * host, unchar * cmd, int len) in command_out()
895 static int mail_out(Adapter * host, Scb * scbptr) in mail_out()
1001 Adapter *host = (Adapter *) dev_id; in wd7000_intr()
1093 Adapter *host = (Adapter *) SCpnt->device->host->hostdata; in wd7000_queuecommand_lck()
1143 static int wd7000_diagnostics(Adapter * host, int code) in DEF_SCSI_QCMD()
1178 static int wd7000_adapter_reset(Adapter * host) in wd7000_adapter_reset()
1249 static int wd7000_init(Adapter * host) in wd7000_init()
1277 static void wd7000_revision(Adapter * host) in wd7000_revision()
1312 Adapter *adapter = (Adapter *)host->hostdata; in wd7000_show_info()
1381 Adapter *host = NULL; in wd7000_detect()
1476 sh = scsi_register(tpnt, sizeof(Adapter)); in wd7000_detect()
1480 host = (Adapter *) sh->hostdata; in wd7000_detect()
1483 memset(host, 0, sizeof(Adapter)); in wd7000_detect()
1553 Adapter *host = (Adapter *) SCpnt->device->host->hostdata;
1570 Adapter *host = (Adapter *) SCpnt->device->host->hostdata; in wd7000_host_reset()