/linux-6.3-rc2/drivers/scsi/ |
A D | esp_scsi.c | 130 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 D | esp_scsi.h | 426 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 D | sun_esp.c | 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() 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 D | mac_esp.c | 53 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 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 181 struct esp *esp = dev_get_drvdata(&dev->dev); in esp_jazz_remove() local
|
A 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 248 struct esp *esp = dev_get_drvdata(&dev->dev); in esp_sun3x_remove() local
|
A D | am53c974.c | 92 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 D | zorro_esp.c | 158 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 D | esp4.c | 345 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 D | esp4_offload.c | 259 struct esp_info esp; in esp_xmit() local
|
/linux-6.3-rc2/net/ipv6/ |
A D | esp6.c | 381 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 D | esp6_offload.c | 295 struct esp_info esp; in esp6_xmit() local
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | exec.c | 42 void start_thread(struct pt_regs *regs, unsigned long eip, unsigned long esp) in start_thread()
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | traps.c | 58 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 D | uvesafb.h | 17 __u32 esp; member
|
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | ptrace.h | 34 long esp; member
|
A D | vm86.h | 82 long esp; member
|
A D | sigcontext.h | 308 __u32 esp; member
|
/linux-6.3-rc2/arch/x86/include/asm/xen/ |
A D | interface_32.h | 64 uint32_t esp; member
|
A D | hypercall.h | 375 unsigned long ss, unsigned long esp) in MULTI_stack_switch()
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | tss.h | 20 u32 esp; member
|
/linux-6.3-rc2/include/xen/interface/hvm/ |
A D | hvm_vcpu.h | 16 uint32_t esp; member
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | user32.h | 42 __u32 eflags, esp; member
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | uverbs.h | 263 struct ib_uverbs_flow_spec_esp esp; member
|
/linux-6.3-rc2/fs/proc/ |
A D | array.c | 455 unsigned long vsize, eip, esp, wchan = 0; in do_task_stat() local
|