Home
last modified time | relevance | path

Searched refs:esp (Results 1 – 11 of 11) sorted by relevance

/drivers/scsi/
A Desp_scsi.c160 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_send_dma_cmd()
1074 i, esp->ireg, esp->sreg); in esp_reconnect_with_tag()
1091 esp->ops->send_dma_cmd(esp, esp->command_block_dma, in esp_reconnect_with_tag()
1110 esp->ops->dma_drain(esp); in esp_reconnect_with_tag()
1114 i, esp->ireg, esp->sreg, in esp_reconnect_with_tag()
1794 esp->ops->dma_drain(esp); in esp_process_event()
2145 esp->sreg, esp->seqreg, esp->sreg2, esp->ireg); in __esp_interrupt()
2173 struct esp *esp = dev_id; in scsi_esp_intr() local
2283 esp->ops->reset_dma(esp); in esp_bootup_reset()
2398 esp->host->unique_id, esp->regs, esp->dma_regs, in scsi_esp_register()
[all …]
A Dsun_esp.c113 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq() argument
140 esp->host->this_id = esp->scsi_id; in esp_get_scsi_id()
141 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_get_scsi_id()
144 static void esp_get_differential(struct esp *esp) in esp_get_differential() argument
156 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params() argument
215 static int sbus_esp_irq_pending(struct esp *esp) in sbus_esp_irq_pending() argument
222 static void sbus_esp_reset_dma(struct esp *esp) in sbus_esp_reset_dma() argument
321 static void sbus_esp_dma_drain(struct esp *esp) in sbus_esp_dma_drain() argument
431 static int sbus_esp_dma_error(struct esp *esp) in sbus_esp_dma_error() argument
457 struct esp *esp; in esp_sbus_probe_one() local
[all …]
A Dzorro_esp.c182 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending() argument
191 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending() argument
201 static int fastlane_esp_irq_pending(struct esp *esp) in fastlane_esp_irq_pending() argument
231 static void zorro_esp_reset_dma(struct esp *esp) in zorro_esp_reset_dma() argument
236 static void zorro_esp_dma_drain(struct esp *esp) in zorro_esp_dma_drain() argument
543 static int zorro_esp_dma_error(struct esp *esp) in zorro_esp_dma_error() argument
718 struct esp *esp; in zorro_esp_probe() local
793 esp->scsi_id_mask = (1 << esp->scsi_id); in zorro_esp_probe()
797 zep->esp = esp; in zorro_esp_probe()
828 esp->fifo_reg = esp->regs + ESP_FDATA * 4; in zorro_esp_probe()
[all …]
A Djazz_esp.c37 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() argument
42 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending() argument
49 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma() argument
54 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain() argument
59 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate() argument
84 static int jazz_esp_dma_error(struct esp *esp) in jazz_esp_dma_error() argument
109 struct esp *esp; in esp_jazz_probe() local
140 esp->command_block = dma_alloc_coherent(esp->dev, 16, in esp_jazz_probe()
154 esp->host->this_id = esp->scsi_id; in esp_jazz_probe()
155 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_jazz_probe()
[all …]
A Dam53c974.c92 struct esp *esp; member
96 static void pci_esp_dma_drain(struct esp *esp);
118 static int pci_esp_irq_pending(struct esp *esp) in pci_esp_irq_pending() argument
134 static void pci_esp_reset_dma(struct esp *esp) in pci_esp_reset_dma() argument
139 static void pci_esp_dma_drain(struct esp *esp) in pci_esp_dma_drain() argument
191 static int pci_esp_dma_error(struct esp *esp) in pci_esp_dma_error() argument
377 struct esp *esp; in pci_esp_probe_one() local
423 pep->esp = esp; in pci_esp_probe_one()
437 esp->dma_regs = esp->regs; in pci_esp_probe_one()
468 esp->scsi_id_mask = (1 << esp->scsi_id); in pci_esp_probe_one()
[all …]
A Dmac_esp.c53 struct esp *esp; member
73 static void mac_esp_reset_dma(struct esp *esp) in mac_esp_reset_dma() argument
78 static void mac_esp_dma_drain(struct esp *esp) in mac_esp_dma_drain() argument
83 static void mac_esp_dma_invalidate(struct esp *esp) in mac_esp_dma_invalidate() argument
88 static int mac_esp_dma_error(struct esp *esp) in mac_esp_dma_error() argument
240 static int mac_esp_irq_pending(struct esp *esp) in mac_esp_irq_pending() argument
294 struct esp *esp; in esp_mac_probe() local
324 esp->scsi_id_mask = 1 << esp->scsi_id; in esp_mac_probe()
329 mep->esp = esp; in esp_mac_probe()
358 esp->fifo_reg = esp->regs + ESP_FDATA * 16; in esp_mac_probe()
[all …]
A Dsun3x_esp.c59 static u8 sun3x_esp_read8(struct esp *esp, unsigned long reg) in sun3x_esp_read8() argument
64 static int sun3x_esp_irq_pending(struct esp *esp) in sun3x_esp_irq_pending() argument
71 static void sun3x_esp_reset_dma(struct esp *esp) in sun3x_esp_reset_dma() argument
84 static void sun3x_esp_dma_drain(struct esp *esp) in sun3x_esp_dma_drain() argument
106 static void sun3x_esp_dma_invalidate(struct esp *esp) in sun3x_esp_dma_invalidate() argument
149 static int sun3x_esp_dma_error(struct esp *esp) in sun3x_esp_dma_error() argument
174 struct esp *esp; in esp_sun3x_probe() local
203 esp->command_block = dma_alloc_coherent(esp->dev, 16, in esp_sun3x_probe()
218 esp->host->this_id = esp->scsi_id; in esp_sun3x_probe()
219 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_sun3x_probe()
[all …]
A Desp_scsi.h365 struct esp;
371 void (*esp_write8)(struct esp *esp, u8 val, unsigned long reg);
372 u8 (*esp_read8)(struct esp *esp, unsigned long reg);
379 int (*irq_pending)(struct esp *esp);
384 u32 (*dma_length_limit)(struct esp *esp, u32 dma_addr,
391 void (*reset_dma)(struct esp *esp);
396 void (*dma_drain)(struct esp *esp);
399 void (*dma_invalidate)(struct esp *esp);
411 void (*send_dma_cmd)(struct esp *esp, u32 dma_addr, u32 esp_count,
417 int (*dma_error)(struct esp *esp);
[all …]
/drivers/infiniband/core/
A Duverbs.h234 struct ib_uverbs_flow_spec_esp esp; member
A Duverbs_cmd.c2838 ib_spec->esp.size = sizeof(struct ib_flow_spec_esp); in ib_uverbs_kern_spec_to_ib_spec_filter()
2839 memcpy(&ib_spec->esp.val, kern_spec_val, actual_filter_sz); in ib_uverbs_kern_spec_to_ib_spec_filter()
2840 memcpy(&ib_spec->esp.mask, kern_spec_mask, actual_filter_sz); in ib_uverbs_kern_spec_to_ib_spec_filter()
/drivers/net/hyperv/
A Dhyperv_net.h1495 u8 esp; member

Completed in 40 milliseconds