Searched refs:HOSTDATA (Results 1 – 6 of 6) sorted by relevance
138 #define HOSTDATA(host) ((struct aha1542_hostdata *) &host->hostdata) macro412 mb = HOSTDATA(shost)->mb; in aha1542_intr_handle()413 ccb = HOSTDATA(shost)->ccb; in aha1542_intr_handle()455 mbi = HOSTDATA(shost)->aha1542_last_mbi_used + 1; in aha1542_intr_handle()465 } while (mbi != HOSTDATA(shost)->aha1542_last_mbi_used); in aha1542_intr_handle()482 HOSTDATA(shost)->aha1542_last_mbi_used = mbi; in aha1542_intr_handle()500 SCtmp = HOSTDATA(shost)->SCint[mbo]; in aha1542_intr_handle()553 HOSTDATA(shost)->SCint[mbo] = NULL; /* This effectively frees up the mailbox slot, as in aha1542_intr_handle()575 mb = HOSTDATA(SCpnt->device->host)->mb; in aha1542_queuecommand_lck()576 ccb = HOSTDATA(SCpnt->device->host)->ccb; in aha1542_queuecommand_lck()[all …]
286 do { if(HOSTDATA(shpnt)->debug & (when)) printk(msgs); } while(0)576 #define HOSTDATA(shpnt) ((struct aha152x_hostdata *) &shpnt->hostdata) macro580 #define CURRENT_SC (HOSTDATA(shpnt)->current_SC)581 #define DONE_SC (HOSTDATA(shpnt)->done_SC)582 #define ISSUE_SC (HOSTDATA(shpnt)->issue_SC)583 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC)584 #define QLOCK (HOSTDATA(shpnt)->lock)585 #define QLOCKER (HOSTDATA(shpnt)->locker)586 #define QLOCKERL (HOSTDATA(shpnt)->lockerl)588 #define STATE (HOSTDATA(shpnt)->state)[all …]
222 #define HOSTDATA(shpnt) ((struct fd_hostdata *) shpnt->hostdata) macro223 #define bios_base (HOSTDATA(shpnt)->_bios_base)224 #define bios_major (HOSTDATA(shpnt)->_bios_major)225 #define bios_minor (HOSTDATA(shpnt)->_bios_minor)226 #define in_command (HOSTDATA(shpnt)->_in_command)227 #define current_SC (HOSTDATA(shpnt)->_current_SC)228 #define chip (HOSTDATA(shpnt)->_chip)229 #define adapter_mask (HOSTDATA(shpnt)->_adapter_mask)230 #define FIFO_COUNT (HOSTDATA(shpnt)->_fifo_count)231 #define adapter_name (HOSTDATA(shpnt)->_adapter_name)[all …]
86 #define HOSTDATA(host) ((struct aha1740_hostdata *) &host->hostdata) macro91 struct aha1740_hostdata *hdata = HOSTDATA (host); in ecb_dma_to_cpu()101 struct aha1740_hostdata *hdata = HOSTDATA (host); in ecb_cpu_to_dma()119 host = HOSTDATA(shpnt); in aha1740_proc_info()245 edev = HOSTDATA(host)->edev; in aha1740_intr_handle()338 struct aha1740_hostdata *host = HOSTDATA(SCpnt->device->host); in aha1740_queuecommand_lck()527 int extended = HOSTDATA(sdev->host)->translation; in aha1740_biosparam()607 host = HOSTDATA(shpnt); in aha1740_probe()652 struct aha1740_hostdata *host = HOSTDATA (shpnt); in aha1740_remove()
273 #define HOSTDATA(in) ((struct NCR5380_hostdata *)(in)->hostdata) macro1047 struct NCR5380_hostdata *hostdata = HOSTDATA(instance); in DEF_SCSI_QCMD()
260 #define HOSTDATA(in) ((struct NCR5380_hostdata *)(in)->hostdata) macro993 struct NCR5380_hostdata *hostdata = HOSTDATA(instance); in DEF_SCSI_QCMD()