Home
last modified time | relevance | path

Searched full:deliver (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/Linux-v6.6/net/mctp/test/
Droute-test.c328 bool deliver; member
352 if (params->deliver) { in mctp_test_route_input_sk()
376 { .hdr = RX_HDR(1, 10, 8, FL_S | FL_E | FL_TO), .type = 0, .deliver = true },
377 { .hdr = RX_HDR(1, 10, 8, FL_S | FL_E | FL_TO), .type = 1, .deliver = false },
378 { .hdr = RX_HDR(1, 10, 8, FL_S | FL_E), .type = 0, .deliver = false },
379 { .hdr = RX_HDR(1, 10, 8, FL_E | FL_TO), .type = 0, .deliver = false },
380 { .hdr = RX_HDR(1, 10, 8, FL_TO), .type = 0, .deliver = false },
381 { .hdr = RX_HDR(1, 10, 8, 0), .type = 0, .deliver = false },
532 bool deliver; member
587 if (params->deliver) in mctp_test_route_input_sk_keys()
[all …]
/Linux-v6.6/fs/afs/
Dcmservice.c39 .deliver = afs_deliver_cb_callback,
49 .deliver = afs_deliver_cb_init_call_back_state,
59 .deliver = afs_deliver_cb_init_call_back_state3,
69 .deliver = afs_deliver_cb_probe,
79 .deliver = afs_deliver_cb_probe_uuid,
89 .deliver = afs_deliver_cb_tell_me_about_yourself,
99 .deliver = afs_deliver_yfs_cb_callback,
230 * deliver request data to a CB.CallBack call
347 * deliver request data to a CB.InitCallBackState call
366 * deliver request data to a CB.InitCallBackState3 call
[all …]
Dfsclient.c236 * deliver reply data to an FS.FetchStatus
265 .deliver = afs_deliver_fs_fetch_status,
298 * deliver reply data to an FS.FetchData
407 .deliver = afs_deliver_fs_fetch_data,
414 .deliver = afs_deliver_fs_fetch_data,
484 * deliver reply data to an FS.CreateFile or an FS.MakeDir
516 .deliver = afs_deliver_fs_create_vnode,
569 .deliver = afs_deliver_fs_create_vnode,
620 * Deliver reply data to any operation that returns status and volume sync.
648 .deliver = afs_deliver_fs_file_status_and_vol,
[all …]
Dyfsclient.c325 * Deliver reply data to operations that just return a file status and a volume
347 * Deliver reply data to an YFS.FetchData64.
454 .deliver = yfs_deliver_fs_fetch_data64,
498 * Deliver reply data for YFS.CreateFile or YFS.MakeDir.
532 .deliver = yfs_deliver_fs_create_vnode,
582 .deliver = yfs_deliver_fs_create_vnode,
628 * Deliver reply data to a YFS.RemoveFile2 operation.
670 .deliver = yfs_deliver_fs_remove_file2,
712 * Deliver reply data to a YFS.RemoveFile or YFS.RemoveDir operation.
739 .deliver = yfs_deliver_fs_remove,
[all …]
Dvlclient.c15 * Deliver reply data to a VL.GetEntryByNameU call.
121 .deliver = afs_deliver_vl_get_entry_by_name_u,
173 * Deliver reply data to a VL.GetAddrsU call.
260 .deliver = afs_deliver_vl_get_addrs_u,
312 * Deliver reply data to an VL.GetCapabilities operation.
368 .deliver = afs_deliver_vl_get_capabilities,
413 * Deliver reply data to a YFSVL.GetEndpoints call.
612 .deliver = afs_deliver_yfsvl_get_endpoints,
651 * Deliver reply data to a YFSVL.GetCellName operation.
724 .deliver = afs_deliver_yfsvl_get_cell_name,
/Linux-v6.6/arch/x86/kvm/
Dxen.c548 /* For the per-vCPU lapic vector, deliver it as MSI. */ in kvm_xen_inject_pending_events()
1620 * and prod the vCPU to deliver it for itself. in kvm_xen_set_evtchn_fast()
1642 /* For the per-vCPU lapic vector, deliver it as MSI. */ in kvm_xen_set_evtchn_fast()
1813 } deliver; member
1843 if (!evtchnfd->deliver.port.port || in kvm_xen_eventfd_update()
1844 evtchnfd->deliver.port.port != data->u.evtchn.deliver.port.port) in kvm_xen_eventfd_update()
1848 if (data->u.evtchn.deliver.port.priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL) in kvm_xen_eventfd_update()
1851 evtchnfd->deliver.port.priority = data->u.evtchn.deliver.port.priority; in kvm_xen_eventfd_update()
1852 if (evtchnfd->deliver.port.vcpu_id != data->u.evtchn.deliver.port.vcpu) { in kvm_xen_eventfd_update()
1853 evtchnfd->deliver.port.vcpu_id = data->u.evtchn.deliver.port.vcpu; in kvm_xen_eventfd_update()
[all …]
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s.c193 /* might as well deliver this straight away */ in kvmppc_core_queue_machine_check()
206 /* might as well deliver this straight away */ in kvmppc_core_queue_program()
213 /* might as well deliver this straight away */ in kvmppc_core_queue_fpunavail()
219 /* might as well deliver this straight away */ in kvmppc_core_queue_vec_unavail()
225 /* might as well deliver this straight away */ in kvmppc_core_queue_vsx_unavail()
299 int deliver = 1; in kvmppc_book3s_irqprio_deliver() local
305 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver()
309 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver()
358 deliver = 0; in kvmppc_book3s_irqprio_deliver()
364 printk(KERN_INFO "Deliver interrupt 0x%x? %x\n", vec, deliver); in kvmppc_book3s_irqprio_deliver()
[all …]
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c231 /* Attempt to deliver a *masked* interrupt */ in guest_code()
239 /* Now deliver an *unmasked* interrupt */ in guest_code()
244 /* Change memslots and deliver an interrupt */ in guest_code()
249 /* Deliver event channel with KVM_XEN_HVM_EVTCHN_SEND */ in guest_code()
256 /* Our turn. Deliver event channel (to ourselves) with in guest_code()
275 /* Deliver "outbound" event channel to an eventfd which in guest_code()
593 .u.evtchn.deliver.port.port = EVTCHN_TEST1, in main()
594 .u.evtchn.deliver.port.vcpu = vcpu->id + 1, in main()
595 .u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL, in main()
601 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main()
[all …]
/Linux-v6.6/drivers/irqchip/
Dirq-csky-mpintc.c143 * The csky,mpintc could support auto irq deliver, but it only in csky_irq_set_affinity()
144 * could deliver external irq to one cpu or all cpus. So it in csky_irq_set_affinity()
145 * doesn't support deliver external irq to a group of cpus in csky_irq_set_affinity()
147 * SO we only use auto deliver mode when affinity mask_val is in csky_irq_set_affinity()
/Linux-v6.6/net/ipv6/
Dip6_input.c361 * Deliver the packet to the host
503 bool deliver; in ip6_mc_input() local
523 deliver = ipv6_chk_mcast_addr(dev, &hdr->daddr, NULL); in ip6_mc_input()
553 deliver = false; in ip6_mc_input()
565 deliver = true; in ip6_mc_input()
572 if (deliver) in ip6_mc_input()
585 if (likely(deliver)) in ip6_mc_input()
/Linux-v6.6/net/rxrpc/
Drxperf.c65 int (*deliver)(struct rxperf_call *call); member
153 call->deliver = rxperf_deliver_param_block; in rxperf_charge_preallocation()
273 * deliver messages to a call
296 ret = call->deliver(call); in rxperf_deliver_to_call()
400 call->deliver = rxperf_deliver_request; in rxperf_deliver_param_block()
430 return call->deliver(call); in rxperf_deliver_param_block()
434 * Deliver the request data.
/Linux-v6.6/tools/perf/util/
Dordered-events.h47 ordered_events__deliver_t deliver; member
61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
Dordered-events.c245 ret = oe->deliver(oe, iter); in do_flush()
361 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, in ordered_events__init() argument
369 oe->deliver = deliver; in ordered_events__init()
412 ordered_events__deliver_t old_deliver = oe->deliver; in ordered_events__reinit()
/Linux-v6.6/Documentation/networking/
Dx25-iface.rst80 call "netif_rx" to deliver the received packets. Instead, it should
81 call "netif_receive_skb_core" from softirq context to deliver them.
/Linux-v6.6/drivers/s390/net/
DKconfig51 prompt "Deliver IUCV special messages as uevents (VM only)"
54 Select this option to deliver CP special messages (SMSGs) as
/Linux-v6.6/include/linux/
Dmii_timestamper.h19 * the MII time stamping device promises to deliver it using
25 * device promises to deliver it using skb_complete_tx_timestamp()
/Linux-v6.6/net/can/
Daf_can.c570 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver() function
590 deliver(skb, rcv); in can_rcv_filter()
599 deliver(skb, rcv); in can_rcv_filter()
606 deliver(skb, rcv); in can_rcv_filter()
614 deliver(skb, rcv); in can_rcv_filter()
626 deliver(skb, rcv); in can_rcv_filter()
633 deliver(skb, rcv); in can_rcv_filter()
658 /* deliver the packet to sockets listening on all devices */ in can_receive()
/Linux-v6.6/Documentation/devicetree/bindings/timer/
Darm,arch_timer.yaml17 The per-core architected timer is attached to a GIC to deliver its
19 to deliver its interrupts via SPIs.
/Linux-v6.6/arch/um/kernel/
Dsignal.c102 /* Whee! Actually deliver the signal. */ in do_signal()
136 * if there's no signal to deliver, we just put the saved sigmask in do_signal()
/Linux-v6.6/net/ipv4/
Dtcp_rate.c5 * can currently deliver outbound data packets for this flow. At a high
46 * the full time the network needs to deliver all in-flight in tcp_rate_skb_sent()
49 * able to deliver those packets completely in the sampling in tcp_rate_skb_sent()
/Linux-v6.6/include/xen/
Devents.h95 irq will be disabled so it won't deliver an interrupt. */
99 * the irq will be disabled so it won't deliver an interrupt. */
/Linux-v6.6/arch/ia64/kernel/
Dsignal.c296 * ignored), but it has the desirable effect of making it possible to deliver a in setup_frame()
310 printk("SIG deliver (%s:%d): sig=%d sp=%lx ip=%lx handler=%p\n", in setup_frame()
385 * Whee! Actually deliver the signal. If the delivery failed, we need to in ia64_do_signal()
386 * continue to iterate in this loop so we can deliver the SIGSEGV... in ia64_do_signal()
409 /* if there's no signal to deliver, we just put the saved sigmask in ia64_do_signal()
/Linux-v6.6/tools/testing/selftests/x86/
Dmov_ss_trap.c7 * up a #DB trap but will not actually deliver that trap. The trap
13 * deliver #DB.
14 * - ICEBP: enter the kernel but do not deliver the watchpoint trap
/Linux-v6.6/drivers/net/ethernet/sfc/
Dtc.h52 * @deliver: used to indicate a deliver action should take place
72 u16 deliver:1; member
/Linux-v6.6/sound/core/seq/
Dseq_ump_convert.c361 /* convert UMP packet from MIDI 1.0 to MIDI 2.0 and deliver it */
412 /* convert UMP packet from MIDI 2.0 to MIDI 1.0 and deliver it */
465 /* convert UMP to a legacy ALSA seq event and deliver it */
512 /* Replace UMP group field with the destination and deliver */
543 /* Convert from UMP packet and deliver */
1061 /* Convert ALSA seq event to UMP MIDI 1.0 and deliver it */
1095 /* Convert ALSA seq event to UMP MIDI 2.0 and deliver it */
1143 /* Convert sysex var event to UMP sysex7 packets and deliver them */
1193 /* Convert to UMP packet and deliver */

12345678910>>...17