Searched refs:shpnt (Results 1 – 6 of 6) sorted by relevance
509 #define HOSTDATA(shpnt) ((struct aha152x_hostdata *) &shpnt->hostdata) argument511 #define HOSTNO ((shpnt)->host_no)513 #define CURRENT_SC (HOSTDATA(shpnt)->current_SC)514 #define DONE_SC (HOSTDATA(shpnt)->done_SC)515 #define ISSUE_SC (HOSTDATA(shpnt)->issue_SC)516 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC)517 #define QLOCK (HOSTDATA(shpnt)->lock)518 #define QLOCKER (HOSTDATA(shpnt)->locker)519 #define QLOCKERL (HOSTDATA(shpnt)->lockerl)521 #define STATE (HOSTDATA(shpnt)->state)[all …]
109 static int aha1740_show_info(struct seq_file *m, struct Scsi_Host *shpnt) in aha1740_show_info() argument111 struct aha1740_hostdata *host = HOSTDATA(shpnt); in aha1740_show_info()114 shpnt->io_port, shpnt->irq, host->edev->slot, in aha1740_show_info()555 struct Scsi_Host *shpnt; in aha1740_probe() local577 shpnt = scsi_host_alloc(&aha1740_template, in aha1740_probe()579 if(shpnt == NULL) in aha1740_probe()582 shpnt->base = 0; in aha1740_probe()583 shpnt->io_port = slotbase; in aha1740_probe()584 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()585 shpnt->irq = irq_level; in aha1740_probe()[all …]
1252 static void atp870_init(struct Scsi_Host *shpnt) in atp870_init() argument1254 struct atp_unit *atpdev = shost_priv(shpnt); in atp870_init()1267 shpnt->io_port, shpnt->irq); in atp870_init()1269 atpdev->ioport[0] = shpnt->io_port; in atp870_init()1270 atpdev->pciport[0] = shpnt->io_port + 0x20; in atp870_init()1294 tscam(shpnt, wide_chip, scam_on); in atp870_init()1299 shpnt->max_id = wide_chip ? 16 : 8; in atp870_init()1300 shpnt->this_id = host_id; in atp870_init()1303 static void atp880_init(struct Scsi_Host *shpnt) in atp880_init() argument1305 struct atp_unit *atpdev = shost_priv(shpnt); in atp880_init()[all …]
2798 static const char *nsp32_info(struct Scsi_Host *shpnt) in nsp32_info() argument2800 nsp32_hw_data *data = (nsp32_hw_data *)shpnt->hostdata; in nsp32_info()
294 static const char *nsp_info (struct Scsi_Host *shpnt);
1359 static const char *nsp_info(struct Scsi_Host *shpnt) in nsp_info() argument1361 nsp_hw_data *data = (nsp_hw_data *)shpnt->hostdata; in nsp_info()