Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/drivers/scsi/
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 …]
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 …]
A Dsun_esp.c112 static int esp_sbus_register_irq(struct esp *esp) in esp_sbus_register_irq() argument
139 esp->host->this_id = esp->scsi_id; in esp_get_scsi_id()
140 esp->scsi_id_mask = (1 << esp->scsi_id); in esp_get_scsi_id()
143 static void esp_get_differential(struct esp *esp) in esp_get_differential() argument
155 static void esp_get_clock_params(struct esp *esp) in esp_get_clock_params() argument
214 static int sbus_esp_irq_pending(struct esp *esp) in sbus_esp_irq_pending() argument
221 static void sbus_esp_reset_dma(struct esp *esp) in sbus_esp_reset_dma() argument
320 static void sbus_esp_dma_drain(struct esp *esp) in sbus_esp_dma_drain() argument
430 static int sbus_esp_dma_error(struct esp *esp) in sbus_esp_dma_error() argument
456 struct esp *esp; in esp_sbus_probe_one() local
[all …]
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 …]
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 …]
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 …]
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 …]
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.3-rc2/arch/x86/entry/
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
575 movl %esp, %esi
831 movl TSS_entry2task_stack(%esp), %esp
1029 sgdt (%esp)
1043 lss (%esp), %esp /* switch to the normal stack segment */
1204 pushl %esp
[all …]
/linux-6.3-rc2/arch/x86/kernel/
A Dftrace_32.S37 movl %esp, %ebp
42 movl %esp, %ebp
51 movl 4*4(%esp), %edx
54 lea 4*4(%esp), %edx
111 pushl %esp # points at ss
145 movl PT_OLDESP(%esp), %eax
146 movl PT_EIP(%esp), %ecx
150 movl PT_EAX(%esp), %ecx
160 lea -8(%eax), %esp
171 movl 3*4(%esp), %eax
[all …]
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.3-rc2/net/ipv4/
A Desp4.c437 esp->esph = esph; in esp_output_encap()
492 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
524 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp_output_head()
569 if (esp->inplace) in esp_output_tail()
575 esp->esph = esph; in esp_output_tail()
672 esp.tfclen = 0; in esp_output()
682 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_output()
683 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_output()
684 esp.tailen = esp.tfclen + esp.plen + alen; in esp_output()
688 esp.nfrags = esp_output_head(x, skb, &esp); in esp_output()
[all …]
A Desp4_offload.c259 struct esp_info esp; in esp_xmit() local
263 esp.inplace = true; in esp_xmit()
277 esp.proto = xo->proto; in esp_xmit()
284 esp.tfclen = 0; in esp_xmit()
288 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp_xmit()
289 esp.plen = esp.clen - skb->len - esp.tfclen; in esp_xmit()
290 esp.tailen = esp.tfclen + esp.plen + alen; in esp_xmit()
296 esp.nfrags = esp_output_head(x, skb, &esp); in esp_xmit()
297 if (esp.nfrags < 0) in esp_xmit()
298 return esp.nfrags; in esp_xmit()
[all …]
/linux-6.3-rc2/net/ipv6/
A Desp6.c473 esp->esph = esph; in esp6_output_encap()
527 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
561 esp_output_fill_trailer(tail, esp->tfclen, esp->plen, esp->proto); in esp6_output_head()
606 if (esp->inplace) in esp6_output_tail()
612 esp->esph = esph; in esp6_output_tail()
710 esp.tfclen = 0; in esp6_output()
720 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_output()
721 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_output()
722 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_output()
726 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_output()
[all …]
A Desp6_offload.c295 struct esp_info esp; in esp6_xmit() local
299 esp.inplace = true; in esp6_xmit()
311 esp.proto = xo->proto; in esp6_xmit()
318 esp.tfclen = 0; in esp6_xmit()
322 esp.clen = ALIGN(skb->len + 2 + esp.tfclen, blksize); in esp6_xmit()
323 esp.plen = esp.clen - skb->len - esp.tfclen; in esp6_xmit()
324 esp.tailen = esp.tfclen + esp.plen + alen; in esp6_xmit()
327 esp.nfrags = esp6_output_head(x, skb, &esp); in esp6_xmit()
328 if (esp.nfrags < 0) in esp6_xmit()
329 return esp.nfrags; in esp6_xmit()
[all …]
/linux-6.3-rc2/arch/x86/um/
A Dstub_32.S9 mov %esp, %ecx
11 add $8, %esp
14 mov 0x0(%esp), %eax
23 mov %esp, 0x4(%ecx)
26 add %eax, %esp
43 mov %esp, %ecx
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.3-rc2/arch/x86/platform/efi/
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.3-rc2/Documentation/devicetree/bindings/net/wireless/
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.3-rc2/arch/x86/lib/
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.3-rc2/tools/testing/selftests/net/
A Dl2tp.sh236 tmpl proto esp mode transport
240 tmpl proto esp mode transport
244 tmpl proto esp mode transport
248 tmpl proto esp mode transport
252 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \
257 spi 0x1001 proto esp aead 'rfc4106(gcm(aes))' \
262 spi 0x1000 proto esp aead 'rfc4106(gcm(aes))' \
275 tmpl proto esp mode transport
279 tmpl proto esp mode transport
283 tmpl proto esp mode transport
[all …]
A Dvrf-xfrm-tests.sh223 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel
228 tmpl src ${HOST1_4} dst ${HOST2_4} proto esp mode tunnel
233 tmpl src ${HOST2_4} dst ${HOST1_4} proto esp mode tunnel
265 proto esp spi ${SPI_1} reqid 0 mode tunnel \
272 proto esp spi ${SPI_1} reqid 0 mode tunnel \
280 proto esp spi ${SPI_2} reqid 0 mode tunnel \
287 proto esp spi ${SPI_2} reqid 0 mode tunnel \
295 proto esp spi ${SPI_1} reqid 0 mode tunnel \
302 proto esp spi ${SPI_1} reqid 0 mode tunnel \
310 proto esp spi ${SPI_2} reqid 0 mode tunnel \
[all …]
/linux-6.3-rc2/arch/x86/boot/compressed/
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)
/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() argument
60 if (esp == NULL) in show_stack()
61 esp = (unsigned long *)&esp; in show_stack()
64 unwind_stack((void *)loglvl, esp, print_trace); in show_stack()
71 unsigned long esp; in show_registers() local
73 esp = (unsigned long)(regs->sp); in show_registers()
108 show_stack(NULL, (unsigned long *)esp, KERN_EMERG); in show_registers()
110 if (esp < PAGE_OFFSET) in show_registers()
117 if (__get_user(word, &((unsigned long *)esp)[i])) { in show_registers()
123 print_data(esp, word, i); in show_registers()
/linux-6.3-rc2/include/net/
A Desp.h44 int esp_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
45 int esp_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
47 int esp6_output_head(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);
48 int esp6_output_tail(struct xfrm_state *x, struct sk_buff *skb, struct esp_info *esp);

Completed in 53 milliseconds

12345