Home
last modified time | relevance | path

Searched refs:shpnt (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/scsi/
Daha152x.c527 #define HOSTDATA(shpnt) ((struct aha152x_hostdata *) &shpnt->hostdata) argument
529 #define HOSTNO ((shpnt)->host_no)
531 #define CURRENT_SC (HOSTDATA(shpnt)->current_SC)
532 #define DONE_SC (HOSTDATA(shpnt)->done_SC)
533 #define ISSUE_SC (HOSTDATA(shpnt)->issue_SC)
534 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC)
535 #define QLOCK (HOSTDATA(shpnt)->lock)
536 #define QLOCKER (HOSTDATA(shpnt)->locker)
537 #define QLOCKERL (HOSTDATA(shpnt)->lockerl)
539 #define STATE (HOSTDATA(shpnt)->state)
[all …]
Daha1740.c113 static int aha1740_show_info(struct seq_file *m, struct Scsi_Host *shpnt) in aha1740_show_info() argument
115 struct aha1740_hostdata *host = HOSTDATA(shpnt); in aha1740_show_info()
118 shpnt->io_port, shpnt->irq, host->edev->slot, in aha1740_show_info()
563 struct Scsi_Host *shpnt; in aha1740_probe() local
585 shpnt = scsi_host_alloc(&aha1740_template, in aha1740_probe()
587 if(shpnt == NULL) in aha1740_probe()
590 shpnt->base = 0; in aha1740_probe()
591 shpnt->io_port = slotbase; in aha1740_probe()
592 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()
593 shpnt->irq = irq_level; in aha1740_probe()
[all …]
Datp870u.c1305 static void atp870_init(struct Scsi_Host *shpnt) in atp870_init() argument
1307 struct atp_unit *atpdev = shost_priv(shpnt); in atp870_init()
1321 shpnt->io_port, shpnt->irq); in atp870_init()
1323 atpdev->ioport[0] = shpnt->io_port; in atp870_init()
1324 atpdev->pciport[0] = shpnt->io_port + 0x20; in atp870_init()
1348 tscam(shpnt, wide_chip, scam_on); in atp870_init()
1353 shpnt->max_id = wide_chip ? 16 : 8; in atp870_init()
1354 shpnt->this_id = host_id; in atp870_init()
1357 static void atp880_init(struct Scsi_Host *shpnt) in atp880_init() argument
1359 struct atp_unit *atpdev = shost_priv(shpnt); in atp880_init()
[all …]
Dnsp32.c2798 static const char *nsp32_info(struct Scsi_Host *shpnt) in nsp32_info() argument
2800 nsp32_hw_data *data = (nsp32_hw_data *)shpnt->hostdata; in nsp32_info()
/linux-6.1.9/drivers/scsi/pcmcia/
Dnsp_cs.h294 static const char *nsp_info (struct Scsi_Host *shpnt);
Dnsp_cs.c1371 static const char *nsp_info(struct Scsi_Host *shpnt) in nsp_info() argument
1373 nsp_hw_data *data = (nsp_hw_data *)shpnt->hostdata; in nsp_info()