Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/libmctp/utils/
H A Dmctp-capture.h35 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user);
37 bool outgoing, int eid);
59 bool outgoing __unused, void *user __unused) in capture_binding()
65 bool outgoing __unused, int eid __unused) in capture_socket()
H A Dmctp-capture.c53 void capture_binding(struct mctp_pktbuf *pkt, bool outgoing, void *user) in capture_binding() argument
72 if (outgoing) in capture_binding()
93 bool outgoing, int eid) in capture_socket() argument
111 if (outgoing) in capture_socket()
126 if (outgoing) { in capture_socket()
/openbmc/linux/drivers/net/arcnet/
H A Dcapmode.c193 lp->outgoing.skb->protocol, acked); in ack_tx()
196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()
210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()
225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()
226 lp->outgoing.proto = NULL; in ack_tx()
H A Darcnet.c436 skb = lp->outgoing.skb; in arcnet_reply_tasklet()
460 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_tasklet()
461 lp->outgoing.skb = NULL; in arcnet_reply_tasklet()
736 lp->outgoing.skb = skb; in arcnet_send_packet()
745 lp->outgoing.proto = proto; in arcnet_send_packet()
746 lp->outgoing.skb = skb; in arcnet_send_packet()
747 lp->outgoing.pkt = pkt; in arcnet_send_packet()
980 if (lp->outgoing.proto && in arcnet_interrupt()
981 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
982 lp->outgoing.proto in arcnet_interrupt()
[all …]
H A Drfc1201.c491 out = &lp->outgoing; in prepare_tx()
494 out->dataleft = lp->outgoing.length; in prepare_tx()
513 struct Outgoing *out = &lp->outgoing; in continue_tx()
/openbmc/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c202 list_add_tail(&block->head, &queue->outgoing); in _iio_dma_buffer_block_done()
320 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_request_update()
461 block = list_first_entry_or_null(&queue->outgoing, struct in iio_dma_buffer_dequeue()
555 list_for_each_entry(block, &queue->outgoing, head) in iio_dma_buffer_data_available()
620 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_init()
648 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_exit()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst56 (capturing) buffer from the driver's outgoing queue.
61 By default ``DMX_DQBUF`` blocks when no buffer is in the outgoing
78 buffer was in the outgoing queue.
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst599 $ git format-patch --base=auto --cover-letter -o outgoing/ master
600 outgoing/0000-cover-letter.patch
601 outgoing/0001-First-Commit.patch
602 outgoing/...
604 当你编辑 ``outgoing/0000-cover-letter.patch`` 时,您会注意到在它的最底部有一
/openbmc/linux/include/linux/iio/
H A Dbuffer-dma.h108 struct list_head outgoing; member
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-tls-iothread146 echo === Src VM: Mirror to dst NBD for outgoing storage migration ===
H A Dnbd-tls-iothread.out34 === Src VM: Mirror to dst NBD for outgoing storage migration ===
/openbmc/linux/Documentation/networking/
H A Dip_dynaddr.rst20 ``actual`` outgoing address is unknown at the moment the link is
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A Dscripts_no_bash.patch22 # a sms file in the outgoing queue.
/openbmc/qemu/scripts/
H A Dminikconf.py105 self.outgoing = set()
127 for v in self.outgoing:
132 self.outgoing.add(var)
231 debug_print(i, "->", [str(x) for x in self.referenced_vars[i].outgoing])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/
H A Dsmstools3_3.1.21.bb42 install -d "${D}${localstatedir}/spool/sms/outgoing"
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst124 (capturing) or displayed (output) buffer from the driver's outgoing
143 By default ``VIDIOC_DQBUF`` blocks when no buffer is in the outgoing
160 buffer was in the outgoing queue.
H A Ddev-osd.rst12 outgoing video signal. Applications can set up such an overlay using
111 the target rectangle an area in the outgoing video signal where the
H A Duserp.rst81 <VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the
116 disk. Output buffers must be saved on the incoming and outgoing queue
H A Dfunc-open.rst38 buffer is in the driver outgoing queue, otherwise these functions
H A Dmmap.rst209 and an outgoing queue. They separate the synchronous capture or output
214 FIFO, and were captured in the order dequeued from the outgoing FIFO.
240 blocks when no buffer is in the outgoing queue. When the ``O_NONBLOCK``
/openbmc/qemu/docs/devel/migration/
H A DCPR.rst58 provided the command captures all the data from the outgoing side,
67 * If the VM was running when the outgoing ``migrate`` command was
/openbmc/linux/Documentation/netlabel/
H A Dintroduction.rst13 security attributes to outgoing network packets generated from user space
H A Dlsm_interface.rst35 on outgoing packets as well as read the labels on incoming packets. Functions
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/
H A Diptraf-ng_1.2.1.bb14 outgoing packets for common TCP and UDP application ports, a LAN \
/openbmc/libmctp/
H A Dlibmctp.h100 typedef void (*mctp_capture_fn)(struct mctp_pktbuf *pkt, bool outgoing,

1234