Home
last modified time | relevance | path

Searched refs:incoming (Results 26 – 50 of 230) sorted by relevance

12345678910

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.h83 struct list_head incoming; /* incoming requests */ member
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Duserp.rst111 the incoming buffer queue, and perhaps by maintaining caches assuming
115 the pages of empty buffers in the incoming queue need not be saved to
116 disk. Output buffers must be saved on the incoming and outgoing queue
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Ddma-router.yaml35 Number of incoming request lines the router can handle.
/openbmc/linux/drivers/greybus/
H A Dconnection.c635 bool incoming; in gb_connection_flush_incoming_operations() local
638 incoming = false; in gb_connection_flush_incoming_operations()
643 incoming = true; in gb_connection_flush_incoming_operations()
648 if (!incoming) in gb_connection_flush_incoming_operations()
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md163 Sockets that receive incoming request packets will bind to a local address,
180 The reference to 'incoming' is important here; a bound socket will only receive
181 messages with the TO bit set, to indicate an incoming request message, rather
194 incoming packets from any locally-connected network. A specific network value
195 will cause the socket to only receive incoming messages from that network.
202 7 bits of the type is matched on incoming messages (ie., the most-significant IC
346 address of the incoming message, including tag value (this will be needed in
417 socket to continue to receive incoming messages to the old (dest,tag) tuple, in
746 responsible for responding to incoming control protocol messages, any dynamic
873 model of the message type; sockets are bound to an incoming message type,
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/gyroscope/
H A Dinvensense,mpu3050.yaml35 incoming I2C bus, alternatively drive traffic to a slave device (usually
/openbmc/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst82 This statistic tracks the circumstance where incoming
89 i.e. was not woken to handle any incoming network packets for
108 Note that incoming packets on NFS transports will be dealt with in
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst121 On the rx path, the driver is responsible to push incoming HCP frames to HCI
200 fast, cannot sleep. sends incoming frames to HCI where they are passed to
217 Dispatches incoming HCI commands or events.
248 receives incoming frames in an skb queue filled from the driver IRQ handler.
290 - driver (pn544) fails to deliver an incoming frame: it stores the error such
296 - SMW is basically a background thread to handle incoming and outgoing shdlc
/openbmc/qemu/tests/qemu-iotests/
H A D234.out22 Restart A with -incoming and second parent...
/openbmc/linux/Documentation/bpf/
H A Dprog_sk_lookup.rst12 incoming packet by calling the ``bpf_sk_assign()`` BPF helper function.
47 find a listening (TCP) or an unconnected (UDP) socket for an incoming packet.
/openbmc/linux/net/bluetooth/
H A Dhci_sock.c232 if (!bt_cb(skb)->incoming) in hci_send_to_sock()
377 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
383 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
389 if (bt_cb(skb)->incoming) in hci_send_to_monitor()
796 bt_cb(skb)->incoming = 1; in hci_si_event()
1518 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local
1519 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg()
1520 &incoming); in hci_sock_cmsg()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/
H A Dsmstools3_3.1.21.bb42 install -d "${D}${localstatedir}/spool/sms/incoming"
/openbmc/linux/Documentation/networking/devlink/
H A Dbnxt.rst43 incoming packets.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-tls-iothread.out23 === Dst VM: Enable NBD server for incoming storage migration ===
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dmicrochip,csi2dc.yaml15 CSI2DC is a hardware block that receives incoming data from either from an
22 CSI2DC can act a simple bypass bridge if the incoming data is coming from
/openbmc/linux/drivers/virt/
H A DKconfig37 2) A file interface to reading incoming doorbells.
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dnpcm-video.rst27 Compare the incoming frame with the frame stored in memory, and updates the
/openbmc/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch285 -int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess…
290 -int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
296 -char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming messages.
310 … date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming message.
315 +EXTERN int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
321 +EXTERN char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming mess…
507 -int translate_incoming; // 0 if incoming message headers are NOT transtaled.
516 +EXTERN int translate_incoming; // 0 if incoming message headers are NOT transtaled.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-gth26 incoming data while output port is in reset.
/openbmc/linux/Documentation/networking/
H A Dtc-queue-filters.rst25 1) TC flower filter directs incoming traffic to a set of queues using
H A Drxrpc.rst261 (#) Notifications of incoming calls.
265 (#) When the kernel has received and set up an incoming call, it sends a
694 (5) The server is then set to listen out for incoming calls::
834 incoming data packets or remote aborts happen.
955 and handling the incoming message, the ID assigned by the kernel utility
964 RXRPC_SKB_MARK_FINAL_ACK Final ACK received for an incoming call
969 RXRPC_SKB_MARK_NEW_CALL New incoming call awaiting acceptance
986 (#) Accept an incoming call::
1000 (#) Reject an incoming call::
1005 a BUSY message. -ENODATA is returned if there were no incoming calls.
[all …]
/openbmc/qemu/system/
H A Dvl.c161 static const char *incoming; variable
2440 if (loadvm && incoming) { in qemu_validate_options()
2449 if (incoming && preconfig_requested && strcmp(incoming, "defer") != 0) { in qemu_validate_options()
2735 if (incoming) { in qmp_x_exit_preconfig()
2737 if (strcmp(incoming, "defer") != 0) { in qmp_x_exit_preconfig()
2738 qmp_migrate_incoming(incoming, false, NULL, true, true, in qmp_x_exit_preconfig()
2741 error_reportf_err(local_err, "-incoming %s: ", incoming); in qmp_x_exit_preconfig()
3463 if (!incoming) { in qemu_init()
3466 incoming = optarg; in qemu_init()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Datmel,sama5d2-pdmic.yaml16 that decodes an incoming PDM sample stream.
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm6345-l1-intc.txt8 - 32, 64 or 128 incoming level IRQ lines

12345678910