Home
last modified time | relevance | path

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

12345

/linux-6.15/drivers/scsi/
H 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 …]
H 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 …]
H 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 …]
H 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 …]
H 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 …]
H 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 …]
H 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 …]
H 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 …]
/linux-6.15/arch/x86/entry/
H A Dentry_32.S350 lss (%esp), %esp /* switch to espfix segment */
385 movl %esp, %esi
427 movl %edi, %esp
532 movl %esp, %esi
547 movl %ebx, %esp
737 addl $4, %esp
800 movl TSS_entry2task_stack(%esp), %esp
1001 sgdt (%esp)
1015 lss (%esp), %esp /* switch to the normal stack segment */
1177 pushl %esp
[all …]
/linux-6.15/arch/x86/kernel/
H A Dftrace_32.S37 movl %esp, %ebp
42 movl %esp, %ebp
51 movl 4*4(%esp), %edx
54 lea 4*4(%esp), %edx
146 movl PT_EIP(%esp), %ecx
150 movl PT_EAX(%esp), %ecx
160 lea -8(%eax), %esp
176 movl 3*4(%esp), %eax
178 lea 4*4(%esp), %edx
191 movl $0, PT_EBP(%esp)
[all …]
H A Drelocate_kernel_32.S51 movl %esp, ESP(%edi)
90 lea PAGE_SIZE(%edi), %esp
142 addl $8, %esp
172 addl $PAGE_SIZE, %esp
178 movl 0(%esp), %ebp
184 lea PAGE_SIZE(%ebx), %esp
190 addl $8, %esp
196 lea PAGE_SIZE(%edi), %esp
212 movl ESP(%edi), %esp
227 movl 8(%esp), %edx
[all …]
/linux-6.15/drivers/firmware/efi/libstub/
H A Dx86-mixed.S41 add $0x4, %esp /* Discard return address */
86 addl $32, %esp
94 movl %esp, %ebp
144 movl %esp, %ebp
146 subl $8, %esp
153 subl %ecx, %esp /* Allocate new GDT */
154 andl $~15, %esp /* Realign the stack */
155 movl %esp, %edi /* New GDT address */
207 movl %eax, 2(%esp)
212 ljmpl *2(%esp)
[all …]
/linux-6.15/net/ipv4/
H A Desp4.c397 esp->esph = esph; in esp_output_encap()
452 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
484 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
529 if (esp->inplace) in esp_output_tail()
535 esp->esph = esph; in esp_output_tail()
632 esp.tfclen = 0; in esp_output()
642 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output()
643 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output()
644 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
648 esp.nfrags = esp_output_head(x, skb, &esp); in esp_output()
[all …]
H A Desp4_offload.c271 struct esp_info esp; in esp_xmit() local
276 esp.inplace = true; in esp_xmit()
290 esp.proto = xo->proto; in esp_xmit()
297 esp.tfclen = 0; in esp_xmit()
301 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit()
302 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit()
303 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
311 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit()
312 if (esp.nfrags < 0) in esp_xmit()
313 return esp.nfrags; in esp_xmit()
[all …]
/linux-6.15/net/ipv6/
H A Desp6.c427 esp->esph = esph; in esp6_output_encap()
481 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
515 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
560 if (esp->inplace) in esp6_output_tail()
566 esp->esph = esph; in esp6_output_tail()
664 esp.tfclen = 0; in esp6_output()
674 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output()
675 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output()
676 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
680 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
[all …]
H A Desp6_offload.c309 struct esp_info esp; in esp6_xmit() local
313 esp.inplace = true; in esp6_xmit()
325 esp.proto = xo->proto; in esp6_xmit()
332 esp.tfclen = 0; in esp6_xmit()
336 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit()
337 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit()
338 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
341 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()
342 if (esp.nfrags < 0) in esp6_xmit()
343 return esp.nfrags; in esp6_xmit()
[all …]
/linux-6.15/arch/x86/platform/efi/
H A Defi_stub_32.S17 movl %esp, %ebp
20 push 16(%esp)
21 push 16(%esp)
41 subl $__PAGE_OFFSET, %esp
49 movl 36(%esp), %edx // &efi.runtime
57 movl 16(%esp), %ebx
/linux-6.15/arch/x86/um/
H A Dsetjmp_32.S11 # %esp
26 movl 4(%esp),%edx
31 movl %esp,4(%edx) # Post-return %esp!
49 movl 4(%esp),%edx # jmp_ptr address
50 movl 8(%esp),%eax # Return value
53 movl 4(%edx),%esp
/linux-6.15/Documentation/devicetree/bindings/net/wireless/
H A Desp,esp8089.yaml4 $id: http://devicetree.org/schemas/net/wireless/esp,esp8089.yaml#
14 const: esp,esp8089
19 esp,crystal-26M-en:
37 compatible = "esp,esp8089";
39 esp,crystal-26M-en = <2>;
/linux-6.15/arch/x86/lib/
H A Dchecksum_32.S52 movl 20(%esp),%eax # Function arg: unsigned int sum
53 movl 16(%esp),%ecx # Function arg: int len
124 testb $1, 12(%esp)
140 movl 20(%esp),%eax # Function arg: unsigned int sum
141 movl 16(%esp),%ecx # Function arg: int len
242 testb $1, 12(%esp)
273 subl $4,%esp
277 movl ARGBASE+12(%esp),%ecx # len
278 movl ARGBASE+4(%esp),%esi # src
279 movl ARGBASE+8(%esp),%edi # dst
[all …]
/linux-6.15/tools/testing/selftests/net/
H A Dl2tp.sh230 tmpl proto esp mode transport
234 tmpl proto esp mode transport
238 tmpl proto esp mode transport
242 tmpl proto esp mode transport
246 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \
251 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \
256 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \
269 tmpl proto esp mode transport
273 tmpl proto esp mode transport
277 tmpl proto esp mode transport
[all …]
H A Dvrf-xfrm-tests.sh218 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel
223 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel
228 tmpl src ${HOST2_4} dst ${HOST1_4} proto esp mode tunnel
260 proto esp spi ${SPI_1} reqid 0 mode tunnel \
267 proto esp spi ${SPI_1} reqid 0 mode tunnel \
275 proto esp spi ${SPI_2} reqid 0 mode tunnel \
282 proto esp spi ${SPI_2} reqid 0 mode tunnel \
290 proto esp spi ${SPI_1} reqid 0 mode tunnel \
297 proto esp spi ${SPI_1} reqid 0 mode tunnel \
305 proto esp spi ${SPI_2} reqid 0 mode tunnel \
[all …]
/linux-6.15/arch/x86/crypto/
H A Daesni-intel_asm.S144 movl (FRAME_OFFSET+8)(%esp), KEYP # ctx
258 movl (FRAME_OFFSET+12)(%esp), KEYP # ctx
259 movl (FRAME_OFFSET+16)(%esp), OUTP # dst
260 movl (FRAME_OFFSET+20)(%esp), INP # src
449 movl (FRAME_OFFSET+20)(%esp), INP # src
641 movl (FRAME_OFFSET+24)(%esp), INP # src
765 movl (FRAME_OFFSET+36)(%esp), IVP # iv
809 movl (FRAME_OFFSET+36)(%esp), IVP # iv
902 movl (FRAME_OFFSET+36)(%esp), IVP # iv
959 movl (FRAME_OFFSET+36)(%esp), IVP # iv
[all …]
/linux-6.15/arch/openrisc/kernel/
H A Dtraps.c68 void show_stack(struct task_struct *task, unsigned long *esp, const char *loglvl) in show_stack() argument
70 if (esp == NULL) in show_stack()
71 esp = (unsigned long *)&esp; in show_stack()
74 unwind_stack((void *)loglvl, esp, print_trace); in show_stack()
81 unsigned long esp; in show_registers() local
83 esp = (unsigned long)(regs->sp); in show_registers()
118 show_stack(NULL, (unsigned long *)esp, KERN_EMERG); in show_registers()
120 if (esp < PAGE_OFFSET) in show_registers()
127 if (__get_user(word, &((unsigned long *)esp)[i])) { in show_registers()
133 print_data(esp, word, i); in show_registers()
/linux-6.15/arch/x86/boot/compressed/
H A Dmem_encrypt.S103 cmpl $0x72, 16(%esp)
111 movl %edx, 12(%esp) # Store result
118 movl %edx, 8(%esp) # Store result
125 movl %edx, 4(%esp) # Store result
132 movl %edx, 0(%esp) # Store result
142 cmpl $0x8000001f, 12(%esp)
150 btl $1, 12(%esp)
160 addl $4, %esp
163 addl $2, (%esp)

12345