/Linux-v4.19/drivers/scsi/ |
D | jazz_esp.c | 31 static void jazz_esp_write8(struct esp *esp, u8 val, unsigned long reg) in jazz_esp_write8() 36 static u8 jazz_esp_read8(struct esp *esp, unsigned long reg) in jazz_esp_read8() 41 static dma_addr_t jazz_esp_map_single(struct esp *esp, void *buf, in jazz_esp_map_single() 47 static int jazz_esp_map_sg(struct esp *esp, struct scatterlist *sg, in jazz_esp_map_sg() 53 static void jazz_esp_unmap_single(struct esp *esp, dma_addr_t addr, in jazz_esp_unmap_single() 59 static void jazz_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in jazz_esp_unmap_sg() 65 static int jazz_esp_irq_pending(struct esp *esp) in jazz_esp_irq_pending() 72 static void jazz_esp_reset_dma(struct esp *esp) in jazz_esp_reset_dma() 77 static void jazz_esp_dma_drain(struct esp *esp) in jazz_esp_dma_drain() 82 static void jazz_esp_dma_invalidate(struct esp *esp) in jazz_esp_dma_invalidate() [all …]
|
D | esp_scsi.c | 118 static void esp_log_fill_regs(struct esp *esp, in esp_log_fill_regs() 129 void scsi_esp_cmd(struct esp *esp, u8 val) in scsi_esp_cmd() 146 static void esp_send_dma_cmd(struct esp *esp, int len, int max_len, int cmd) in esp_send_dma_cmd() 164 static void esp_event(struct esp *esp, u8 val) in esp_event() 179 static void esp_dump_cmd_log(struct esp *esp) in esp_dump_cmd_log() 200 static void esp_flush_fifo(struct esp *esp) in esp_flush_fifo() 217 static void hme_read_fifo(struct esp *esp) in hme_read_fifo() 234 static void esp_set_all_config3(struct esp *esp, u8 val) in esp_set_all_config3() 243 static void esp_reset_esp(struct esp *esp) in esp_reset_esp() 368 static void esp_map_dma(struct esp *esp, struct scsi_cmnd *cmd) in esp_map_dma() [all …]
|
D | sun_esp.c | 46 static int esp_sbus_setup_dma(struct esp *esp, struct platform_device *dma_of) in esp_sbus_setup_dma() 81 static int esp_sbus_map_regs(struct esp *esp, int hme) in esp_sbus_map_regs() 101 static int esp_sbus_map_command_block(struct esp *esp) in esp_sbus_map_command_block() 113 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq() 122 static void esp_get_scsi_id(struct esp *esp, struct platform_device *espdma) in esp_get_scsi_id() 144 static void esp_get_differential(struct esp *esp) in esp_get_differential() 156 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params() 172 static void esp_get_bursts(struct esp *esp, struct platform_device *dma_of) in esp_get_bursts() 197 static void esp_sbus_get_props(struct esp *esp, struct platform_device *espdma) in esp_sbus_get_props() 205 static void sbus_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sbus_esp_write8() [all …]
|
D | mac_esp.c | 52 struct esp *esp; member 60 #define MAC_ESP_GET_PRIV(esp) ((struct mac_esp_priv *) \ argument 64 static inline void mac_esp_write8(struct esp *esp, u8 val, unsigned long reg) in mac_esp_write8() 69 static inline u8 mac_esp_read8(struct esp *esp, unsigned long reg) in mac_esp_read8() 78 static dma_addr_t mac_esp_map_single(struct esp *esp, void *buf, in mac_esp_map_single() 84 static int mac_esp_map_sg(struct esp *esp, struct scatterlist *sg, in mac_esp_map_sg() 94 static void mac_esp_unmap_single(struct esp *esp, dma_addr_t addr, in mac_esp_unmap_single() 100 static void mac_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in mac_esp_unmap_sg() 106 static void mac_esp_reset_dma(struct esp *esp) in mac_esp_reset_dma() 111 static void mac_esp_dma_drain(struct esp *esp) in mac_esp_dma_drain() [all …]
|
D | esp_scsi.h | 431 struct esp { struct 435 const struct esp_driver_ops *ops; argument 440 struct esp_cmd_entry *active_cmd; argument 464 struct list_head esp_cmd_pool; argument 466 struct esp_target_data target[ESP_MAX_TARGET]; argument 471 struct esp_event_ent esp_event_log[ESP_EVENT_LOG_SZ]; argument 472 int esp_event_cur; argument 488 enum esp_rev rev; argument 490 u32 flags; 522 /* Probed in esp_get_clock_params() */ argument [all …]
|
D | sun3x_esp.c | 53 static void sun3x_esp_write8(struct esp *esp, u8 val, unsigned long reg) in sun3x_esp_write8() 58 static u8 sun3x_esp_read8(struct esp *esp, unsigned long reg) in sun3x_esp_read8() 63 static dma_addr_t sun3x_esp_map_single(struct esp *esp, void *buf, in sun3x_esp_map_single() 69 static int sun3x_esp_map_sg(struct esp *esp, struct scatterlist *sg, in sun3x_esp_map_sg() 75 static void sun3x_esp_unmap_single(struct esp *esp, dma_addr_t addr, in sun3x_esp_unmap_single() 81 static void sun3x_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in sun3x_esp_unmap_sg() 87 static int sun3x_esp_irq_pending(struct esp *esp) in sun3x_esp_irq_pending() 94 static void sun3x_esp_reset_dma(struct esp *esp) in sun3x_esp_reset_dma() 107 static void sun3x_esp_dma_drain(struct esp *esp) in sun3x_esp_dma_drain() 129 static void sun3x_esp_dma_invalidate(struct esp *esp) in sun3x_esp_dma_invalidate() [all …]
|
D | am53c974.c | 91 struct esp *esp; member 97 static inline struct pci_esp_priv *pci_esp_get_priv(struct esp *esp) in pci_esp_get_priv() 104 static void pci_esp_write8(struct esp *esp, u8 val, unsigned long reg) in pci_esp_write8() 109 static u8 pci_esp_read8(struct esp *esp, unsigned long reg) in pci_esp_read8() 114 static void pci_esp_write32(struct esp *esp, u32 val, unsigned long reg) in pci_esp_write32() 119 static dma_addr_t pci_esp_map_single(struct esp *esp, void *buf, in pci_esp_map_single() 125 static int pci_esp_map_sg(struct esp *esp, struct scatterlist *sg, in pci_esp_map_sg() 131 static void pci_esp_unmap_single(struct esp *esp, dma_addr_t addr, in pci_esp_unmap_single() 137 static void pci_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in pci_esp_unmap_sg() 143 static int pci_esp_irq_pending(struct esp *esp) in pci_esp_irq_pending() [all …]
|
D | zorro_esp.c | 160 struct esp *esp; /* our ESP instance - for Scsi_host* */ member 175 static void zorro_esp_write8(struct esp *esp, u8 val, unsigned long reg) in zorro_esp_write8() 180 static u8 zorro_esp_read8(struct esp *esp, unsigned long reg) in zorro_esp_read8() 185 static dma_addr_t zorro_esp_map_single(struct esp *esp, void *buf, in zorro_esp_map_single() 191 static int zorro_esp_map_sg(struct esp *esp, struct scatterlist *sg, in zorro_esp_map_sg() 197 static void zorro_esp_unmap_single(struct esp *esp, dma_addr_t addr, in zorro_esp_unmap_single() 203 static void zorro_esp_unmap_sg(struct esp *esp, struct scatterlist *sg, in zorro_esp_unmap_sg() 209 static int zorro_esp_irq_pending(struct esp *esp) in zorro_esp_irq_pending() 218 static int cyber_esp_irq_pending(struct esp *esp) in cyber_esp_irq_pending() 228 static int fastlane_esp_irq_pending(struct esp *esp) in fastlane_esp_irq_pending() [all …]
|
/Linux-v4.19/arch/um/kernel/ |
D | exec.c | 43 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread()
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | traps.c | 55 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() 75 unsigned long esp; in show_registers() local
|
/Linux-v4.19/arch/h8300/kernel/ |
D | traps.c | 118 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack()
|
/Linux-v4.19/net/ipv4/ |
D | esp4.c | 226 static void esp_output_udp_encap(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_udp_encap() 264 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_head() 353 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp_output_tail() 478 struct esp_info esp; in esp_output() local
|
D | esp4_offload.c | 170 struct esp_info esp; in esp_xmit() local
|
/Linux-v4.19/net/ipv6/ |
D | esp6.c | 237 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_head() 318 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp) in esp6_output_tail() 442 struct esp_info esp; in esp6_output() local
|
D | esp6_offload.c | 198 struct esp_info esp; in esp6_xmit() local
|
/Linux-v4.19/include/uapi/video/ |
D | uvesafb.h | 17 __u32 esp; member
|
/Linux-v4.19/arch/x86/include/uapi/asm/ |
D | ptrace.h | 34 long esp; member
|
D | vm86.h | 82 long esp; member
|
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | interface_32.h | 64 uint32_t esp; member
|
D | hypercall.h | 514 unsigned long ss, unsigned long esp) in MULTI_stack_switch()
|
/Linux-v4.19/arch/x86/kvm/ |
D | tss.h | 20 u32 esp; member
|
/Linux-v4.19/include/xen/interface/hvm/ |
D | hvm_vcpu.h | 33 uint32_t esp; member
|
/Linux-v4.19/arch/x86/include/asm/ |
D | user32.h | 42 __u32 eflags, esp; member
|
/Linux-v4.19/fs/proc/ |
D | array.c | 423 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs.h | 270 struct ib_uverbs_flow_spec_esp esp; member
|