Home
last modified time | relevance | path

Searched defs:esp (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/drivers/scsi/
A Desp_scsi.c130 void scsi_esp_cmd(struct esp *esp, u8 val) in scsi_esp_cmd()
201 static void esp_flush_fifo(struct esp *esp) in esp_flush_fifo()
218 static void hme_read_fifo(struct esp *esp) in hme_read_fifo()
244 static void esp_reset_esp(struct esp *esp) in esp_reset_esp()
958 struct esp *esp = shost_priv(dev->host); in esp_queuecommand_lck() local
2173 struct esp *esp = dev_id; in scsi_esp_intr() local
2377 int scsi_esp_register(struct esp *esp) in scsi_esp_register()
2687 struct esp *esp = shost_priv(host); in esp_get_signalling() local
2701 struct esp *esp = shost_priv(host); in esp_set_offset() local
2714 struct esp *esp = shost_priv(host); in esp_set_period() local
[all …]
A Desp_scsi.h426 struct esp { struct
430 const struct esp_driver_ops *ops; argument
435 struct esp_cmd_entry *active_cmd; argument
459 struct list_head esp_cmd_pool; argument
466 struct esp_event_ent esp_event_log[ESP_EVENT_LOG_SZ]; argument
467 int esp_event_cur; argument
483 enum esp_rev rev; argument
485 u32 flags;
517 /* Probed in esp_get_clock_params() */ argument
525 /* Computed in esp_reset_esp() */ argument
[all …]
A Dsun_esp.c82 static int esp_sbus_map_regs(struct esp *esp, int hme) in esp_sbus_map_regs()
102 static int esp_sbus_map_command_block(struct esp *esp) in esp_sbus_map_command_block()
112 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq()
143 static void esp_get_differential(struct esp *esp) in esp_get_differential()
155 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params()
214 static int sbus_esp_irq_pending(struct esp *esp) in sbus_esp_irq_pending()
221 static void sbus_esp_reset_dma(struct esp *esp) in sbus_esp_reset_dma()
320 static void sbus_esp_dma_drain(struct esp *esp) in sbus_esp_dma_drain()
430 static int sbus_esp_dma_error(struct esp *esp) in sbus_esp_dma_error()
456 struct esp *esp; in esp_sbus_probe_one() local
[all …]
A Dmac_esp.c53 struct esp *esp; member
60 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \ argument
73 static void mac_esp_reset_dma(struct esp *esp) in mac_esp_reset_dma()
78 static void mac_esp_dma_drain(struct esp *esp) in mac_esp_dma_drain()
83 static void mac_esp_dma_invalidate(struct esp *esp) in mac_esp_dma_invalidate()
88 static int mac_esp_dma_error(struct esp *esp) in mac_esp_dma_error()
93 static inline int mac_esp_wait_for_empty_fifo(struct esp *esp) in mac_esp_wait_for_empty_fifo()
113 static inline int mac_esp_wait_for_dreq(struct esp *esp) in mac_esp_wait_for_dreq()
240 static int mac_esp_irq_pending(struct esp *esp) in mac_esp_irq_pending()
294 struct esp *esp; in esp_mac_probe() local
[all …]
A Djazz_esp.c32 static void jazz_esp_write8(struct esp *esp, u8 val, unsigned long reg) in jazz_esp_write8()
37 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8()
42 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending()
49 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma()
54 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain()
59 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate()
64 static void jazz_esp_send_dma_cmd(struct esp *esp, u32 addr, u32 esp_count, in jazz_esp_send_dma_cmd()
84 static int jazz_esp_dma_error(struct esp *esp) in jazz_esp_dma_error()
109 struct esp *esp; in esp_jazz_probe() local
181 struct esp *esp = dev_get_drvdata(&dev->dev); in esp_jazz_remove() local
A Dsun3x_esp.c54 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8()
59 static u8 sun3x_esp_read8(struct esp *esp, unsigned long reg) in sun3x_esp_read8()
64 static int sun3x_esp_irq_pending(struct esp *esp) in sun3x_esp_irq_pending()
71 static void sun3x_esp_reset_dma(struct esp *esp) in sun3x_esp_reset_dma()
84 static void sun3x_esp_dma_drain(struct esp *esp) in sun3x_esp_dma_drain()
106 static void sun3x_esp_dma_invalidate(struct esp *esp) in sun3x_esp_dma_invalidate()
128 static void sun3x_esp_send_dma_cmd(struct esp *esp, u32 addr, u32 esp_count, in sun3x_esp_send_dma_cmd()
149 static int sun3x_esp_dma_error(struct esp *esp) in sun3x_esp_dma_error()
174 struct esp *esp; in esp_sun3x_probe() local
248 struct esp *esp = dev_get_drvdata(&dev->dev); in esp_sun3x_remove() local
A Dam53c974.c92 struct esp *esp; member
98 static inline struct pci_esp_priv *pci_esp_get_priv(struct esp *esp) in pci_esp_get_priv()
108 static u8 pci_esp_read8(struct esp *esp, unsigned long reg) in pci_esp_read8()
118 static int pci_esp_irq_pending(struct esp *esp) in pci_esp_irq_pending()
134 static void pci_esp_reset_dma(struct esp *esp) in pci_esp_reset_dma()
139 static void pci_esp_dma_drain(struct esp *esp) in pci_esp_dma_drain()
181 static void pci_esp_dma_invalidate(struct esp *esp) in pci_esp_dma_invalidate()
191 static int pci_esp_dma_error(struct esp *esp) in pci_esp_dma_error()
347 static void dc390_check_eeprom(struct esp *esp) in dc390_check_eeprom()
377 struct esp *esp; in pci_esp_probe_one() local
[all …]
A Dzorro_esp.c158 struct esp *esp; /* our ESP instance - for Scsi_host* */ member
182 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending()
191 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending()
201 static int fastlane_esp_irq_pending(struct esp *esp) in fastlane_esp_irq_pending()
231 static void zorro_esp_reset_dma(struct esp *esp) in zorro_esp_reset_dma()
236 static void zorro_esp_dma_drain(struct esp *esp) in zorro_esp_dma_drain()
241 static void zorro_esp_dma_invalidate(struct esp *esp) in zorro_esp_dma_invalidate()
246 static void fastlane_esp_dma_invalidate(struct esp *esp) in fastlane_esp_dma_invalidate()
543 static int zorro_esp_dma_error(struct esp *esp) in zorro_esp_dma_error()
718 struct esp *esp; in zorro_esp_probe() local
[all …]
/linux-6.3-rc2/net/ipv4/
A Desp4.c345 struct esp_info *esp, in esp_output_udp_encap()
377 struct esp_info *esp) in esp_output_tcp_encap()
403 struct esp_info *esp) in esp_output_tcp_encap()
410 struct esp_info *esp) in esp_output_encap()
442 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head()
532 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_tail()
660 struct esp_info esp; in esp_output() local
A Desp4_offload.c259 struct esp_info esp; in esp_xmit() local
/linux-6.3-rc2/net/ipv6/
A Desp6.c381 struct esp_info *esp, in esp6_output_udp_encap()
413 struct esp_info *esp) in esp6_output_tcp_encap()
439 struct esp_info *esp) in esp6_output_tcp_encap()
446 struct esp_info *esp) in esp6_output_encap()
478 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head()
569 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_tail()
698 struct esp_info esp; in esp6_output() local
A Desp6_offload.c295 struct esp_info esp; in esp6_xmit() local
/linux-6.3-rc2/arch/um/kernel/
A Dexec.c42 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread()
/linux-6.3-rc2/arch/openrisc/kernel/
A Dtraps.c58 void show_stack(struct task_struct *task, unsigned long *esp, const char *loglvl) in show_stack()
71 unsigned long esp; in show_registers() local
/linux-6.3-rc2/include/uapi/video/
A Duvesafb.h17 __u32 esp; member
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dptrace.h34 long esp; member
A Dvm86.h82 long esp; member
A Dsigcontext.h308 __u32 esp; member
/linux-6.3-rc2/arch/x86/include/asm/xen/
A Dinterface_32.h64 uint32_t esp; member
A Dhypercall.h375 unsigned long ss, unsigned long esp) in MULTI_stack_switch()
/linux-6.3-rc2/arch/x86/kvm/
A Dtss.h20 u32 esp; member
/linux-6.3-rc2/include/xen/interface/hvm/
A Dhvm_vcpu.h16 uint32_t esp; member
/linux-6.3-rc2/arch/x86/include/asm/
A Duser32.h42 __u32 eflags, esp; member
/linux-6.3-rc2/drivers/infiniband/core/
A Duverbs.h263 struct ib_uverbs_flow_spec_esp esp; member
/linux-6.3-rc2/fs/proc/
A Darray.c455 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local

Completed in 61 milliseconds

12