| /Linux-v5.4/drivers/scsi/ | 
| D | esp_scsi.c | 119 static void esp_log_fill_regs(struct esp *esp,  in esp_log_fill_regs()130 void scsi_esp_cmd(struct esp *esp, u8 val)  in scsi_esp_cmd()
 147 static void esp_send_dma_cmd(struct esp *esp, int len, int max_len, int cmd)  in esp_send_dma_cmd()
 165 static void esp_event(struct esp *esp, u8 val)  in esp_event()
 180 static void esp_dump_cmd_log(struct esp *esp)  in esp_dump_cmd_log()
 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()
 235 static void esp_set_all_config3(struct esp *esp, u8 val)  in esp_set_all_config3()
 244 static void esp_reset_esp(struct esp *esp)  in esp_reset_esp()
 369 static void esp_map_dma(struct esp *esp, struct scsi_cmnd *cmd)  in esp_map_dma()
 [all …]
 
 | 
| D | esp_scsi.h | 416 struct esp {  struct420 	const struct esp_driver_ops *ops;  argument
 425 	struct esp_cmd_entry	*active_cmd;  argument
 449 	struct list_head	esp_cmd_pool;  argument
 451 	struct esp_target_data	target[ESP_MAX_TARGET];  argument
 456 	struct esp_event_ent	esp_event_log[ESP_EVENT_LOG_SZ];  argument
 457 	int			esp_event_cur;  argument
 473 	enum esp_rev		rev;  argument
 475 	u32			flags;
 507 	/* Probed in esp_get_clock_params() */  argument
 [all …]
 
 | 
| D | sun_esp.c | 47 static int esp_sbus_setup_dma(struct esp *esp, struct platform_device *dma_of)  in esp_sbus_setup_dma()82 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()
 121 static void esp_get_scsi_id(struct esp *esp, struct platform_device *espdma)  in esp_get_scsi_id()
 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()
 171 static void esp_get_bursts(struct esp *esp, struct platform_device *dma_of)  in esp_get_bursts()
 196 static void esp_sbus_get_props(struct esp *esp, struct platform_device *espdma)  in esp_sbus_get_props()
 204 static void sbus_esp_write8(struct esp *esp, u8 val, unsigned long reg)  in sbus_esp_write8()
 [all …]
 
 | 
| D | mac_esp.c | 53 	struct esp *esp;  member60 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \  argument
 63 static inline void mac_esp_write8(struct esp *esp, u8 val, unsigned long reg)  in mac_esp_write8()
 68 static inline u8 mac_esp_read8(struct esp *esp, unsigned long reg)  in mac_esp_read8()
 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()
 [all …]
 
 | 
| D | jazz_esp.c | 32 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
 179 	struct esp *esp = dev_get_drvdata(&dev->dev);  in esp_jazz_remove()  local
 
 | 
| D | sun3x_esp.c | 54 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
 246 	struct esp *esp = dev_get_drvdata(&dev->dev);  in esp_sun3x_remove()  local
 
 | 
| D | am53c974.c | 92 	struct esp *esp;  member98 static inline struct pci_esp_priv *pci_esp_get_priv(struct esp *esp)  in pci_esp_get_priv()
 103 static void pci_esp_write8(struct esp *esp, u8 val, unsigned long reg)  in pci_esp_write8()
 108 static u8 pci_esp_read8(struct esp *esp, unsigned long reg)  in pci_esp_read8()
 113 static void pci_esp_write32(struct esp *esp, u32 val, unsigned long reg)  in pci_esp_write32()
 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()
 [all …]
 
 | 
| D | zorro_esp.c | 158 	struct esp *esp;		/* our ESP instance - for Scsi_host* */  member172 static void zorro_esp_write8(struct esp *esp, u8 val, unsigned long reg)  in zorro_esp_write8()
 177 static u8 zorro_esp_read8(struct esp *esp, unsigned long reg)  in zorro_esp_read8()
 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()
 218 static u32 zorro_esp_dma_length_limit(struct esp *esp, u32 dma_addr,  in zorro_esp_dma_length_limit()
 224 static void zorro_esp_reset_dma(struct esp *esp)  in zorro_esp_reset_dma()
 229 static void zorro_esp_dma_drain(struct esp *esp)  in zorro_esp_dma_drain()
 234 static void zorro_esp_dma_invalidate(struct esp *esp)  in zorro_esp_dma_invalidate()
 [all …]
 
 | 
| /Linux-v5.4/arch/um/kernel/ | 
| D | exec.c | 43 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp)  in start_thread()
 | 
| /Linux-v5.4/arch/openrisc/kernel/ | 
| D | traps.c | 49 void show_stack(struct task_struct *task, unsigned long *esp)  in show_stack()69 	unsigned long esp;  in show_registers()  local
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | esp4.c | 228 static int esp_output_udp_encap(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp)  in esp_output_udp_encap()272 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp)  in esp_output_head()
 365 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp)  in esp_output_tail()
 490 	struct esp_info esp;  in esp_output()  local
 
 | 
| D | esp4_offload.c | 212 	struct esp_info esp;  in esp_xmit()  local
 | 
| /Linux-v5.4/arch/h8300/kernel/ | 
| D | traps.c | 118 void show_stack(struct task_struct *task, unsigned long *esp)  in show_stack()
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | esp6.c | 226 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp)  in esp6_output_head()307 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp)  in esp6_output_tail()
 431 	struct esp_info esp;  in esp6_output()  local
 
 | 
| D | esp6_offload.c | 238 	struct esp_info esp;  in esp6_xmit()  local
 | 
| /Linux-v5.4/include/uapi/video/ | 
| D | uvesafb.h | 17 	__u32 esp;  member
 | 
| /Linux-v5.4/arch/x86/include/uapi/asm/ | 
| D | ptrace.h | 34 	long esp;  member
 | 
| D | vm86.h | 82 	long esp;  member
 | 
| /Linux-v5.4/arch/x86/include/asm/xen/ | 
| D | interface_32.h | 64     uint32_t esp;  member
 | 
| D | hypercall.h | 524 		   unsigned long ss, unsigned long esp)  in MULTI_stack_switch()
 | 
| /Linux-v5.4/arch/x86/kvm/ | 
| D | tss.h | 20 	u32 esp;  member
 | 
| /Linux-v5.4/include/xen/interface/hvm/ | 
| D | hvm_vcpu.h | 33     uint32_t esp;  member
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | user32.h | 42 	__u32 eflags, esp;  member
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | uverbs.h | 263 		struct ib_uverbs_flow_spec_esp     esp;  member
 | 
| /Linux-v5.4/fs/proc/ | 
| D | array.c | 433 	unsigned long vsize, eip, esp, wchan = 0;  in do_task_stat()  local
 |