Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Daha152x.c509 #define HOSTDATA(shpnt) ((struct aha152x_hostdata *) &shpnt->hostdata) argument
511 #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 …]
Daha1740.c109 static int aha1740_show_info(struct seq_file *m, struct Scsi_Host *shpnt) in aha1740_show_info() argument
111 struct aha1740_hostdata *host = HOSTDATA(shpnt); in aha1740_show_info()
114 shpnt->io_port, shpnt->irq, host->edev->slot, in aha1740_show_info()
559 struct Scsi_Host *shpnt; in aha1740_probe() local
581 shpnt = scsi_host_alloc(&aha1740_template, in aha1740_probe()
583 if(shpnt == NULL) in aha1740_probe()
586 shpnt->base = 0; in aha1740_probe()
587 shpnt->io_port = slotbase; in aha1740_probe()
588 shpnt->n_io_port = SLOTSIZE; in aha1740_probe()
589 shpnt->irq = irq_level; in aha1740_probe()
[all …]
Datp870u.c1317 static void atp870_init(struct Scsi_Host *shpnt) in atp870_init() argument
1319 struct atp_unit *atpdev = shost_priv(shpnt); in atp870_init()
1333 shpnt->io_port, shpnt->irq); in atp870_init()
1335 atpdev->ioport[0] = shpnt->io_port; in atp870_init()
1336 atpdev->pciport[0] = shpnt->io_port + 0x20; in atp870_init()
1360 tscam(shpnt, wide_chip, scam_on); in atp870_init()
1365 shpnt->max_id = wide_chip ? 16 : 8; in atp870_init()
1366 shpnt->this_id = host_id; in atp870_init()
1369 static void atp880_init(struct Scsi_Host *shpnt) in atp880_init() argument
1371 struct atp_unit *atpdev = shost_priv(shpnt); in atp880_init()
[all …]
Dnsp32.c2805 static const char *nsp32_info(struct Scsi_Host *shpnt) in nsp32_info() argument
2807 nsp32_hw_data *data = (nsp32_hw_data *)shpnt->hostdata; in nsp32_info()
/Linux-v5.15/drivers/scsi/pcmcia/
Dnsp_cs.h294 static const char *nsp_info (struct Scsi_Host *shpnt);
Dnsp_cs.c1356 static const char *nsp_info(struct Scsi_Host *shpnt) in nsp_info() argument
1358 nsp_hw_data *data = (nsp_hw_data *)shpnt->hostdata; in nsp_info()