Home
last modified time | relevance | path

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

12345678910>>...21

/openbmc/linux/net/mctp/test/
H A 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 …]
/openbmc/linux/fs/afs/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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,
/openbmc/qemu/net/
H A Dqueue.c31 * to deliver packets. It must also call qemu_net_queue_purge() in its
56 NetQueueDeliverFunc *deliver; member
63 NetQueue *qemu_new_net_queue(NetQueueDeliverFunc *deliver, void *opaque) in qemu_new_net_queue() argument
72 queue->deliver = deliver; in qemu_new_net_queue()
164 ret = queue->deliver(sender, flags, &iov, 1, queue->opaque); in qemu_net_queue_deliver()
179 ret = queue->deliver(sender, flags, iov, iovcnt, queue->opaque); in qemu_net_queue_deliver_iov()
/openbmc/linux/arch/x86/kvm/
H A 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 …]
/openbmc/linux/arch/powerpc/kvm/
H A 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 …]
/openbmc/linux/drivers/irqchip/
H A 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()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A 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 …]
/openbmc/linux/tools/perf/util/
H A Dordered-events.h47 ordered_events__deliver_t deliver; member
61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
H A 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()
/openbmc/linux/net/ipv6/
H A 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()
/openbmc/linux/net/rxrpc/
H A 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.
/openbmc/linux/Documentation/networking/
H A 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.
/openbmc/linux/drivers/s390/net/
H A DKconfig51 prompt "Deliver IUCV special messages as uevents (VM only)"
54 Select this option to deliver CP special messages (SMSGs) as
/openbmc/linux/include/linux/
H A Dmii_timestamper.h19 * the MII time stamping device promises to deliver it using
25 * device promises to deliver it using skb_complete_tx_timestamp()
/openbmc/qemu/hw/i386/xen/
H A Dxen-pvh.c64 * Deliver INTX interrupts to Xen guest.
100 * used to deliver the interrupt. in xen_pvh_machine_class_init()
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Darm,arch_timer.yaml17 The per-core architected timer is attached to a GIC to deliver its
19 to deliver its interrupts via SPIs.
/openbmc/linux/arch/um/kernel/
H A 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()
/openbmc/linux/net/can/
H A Daf_can.c571 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver() function
591 deliver(skb, rcv); in can_rcv_filter()
600 deliver(skb, rcv); in can_rcv_filter()
607 deliver(skb, rcv); in can_rcv_filter()
615 deliver(skb, rcv); in can_rcv_filter()
627 deliver(skb, rcv); in can_rcv_filter()
634 deliver(skb, rcv); in can_rcv_filter()
659 /* deliver the packet to sockets listening on all devices */ in can_receive()
/openbmc/linux/include/xen/
H A 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. */
/openbmc/linux/net/ipv4/
H A 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()
/openbmc/linux/arch/ia64/kernel/
H A 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()
/openbmc/linux/tools/testing/selftests/x86/
H A 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

12345678910>>...21