Home
last modified time | relevance | path

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

123

/linux-5.19.10/drivers/net/arcnet/
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()
Darcnet.c440 skb = lp->outgoing.skb; in arcnet_reply_tasklet()
464 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_tasklet()
465 lp->outgoing.skb = NULL; in arcnet_reply_tasklet()
740 lp->outgoing.skb = skb; in arcnet_send_packet()
749 lp->outgoing.proto = proto; in arcnet_send_packet()
750 lp->outgoing.skb = skb; in arcnet_send_packet()
751 lp->outgoing.pkt = pkt; in arcnet_send_packet()
984 if (lp->outgoing.proto && in arcnet_interrupt()
985 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
986 lp->outgoing.proto in arcnet_interrupt()
[all …]
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()
Darcdevice.h313 struct Outgoing outgoing; /* packet currently being sent */ member
/linux-5.19.10/drivers/iio/buffer/
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()
/linux-5.19.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smp2p.yaml31 Reference to the mailbox representing the outgoing doorbell in APCS for
42 Three entries specifying the outgoing ipc bit used for signaling the
75 the outgoing entry.
91 Required for outgoing entries.
Dqcom,smsm.yaml48 Three entries specifying the outgoing ipc bit used for signaling the N:th
116 # point-of-view. It encompasses one outbound entry and the outgoing interrupt
Dqcom,smd.yaml43 Reference to the mailbox representing the outgoing doorbell in APCS for
54 Three entries specifying the outgoing ipc bit used for signaling the
Dqcom,aoss-qmp.yaml52 Reference to the mailbox representing the outgoing doorbell in APCS for
/linux-5.19.10/Documentation/userspace-api/media/dvb/
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.
/linux-5.19.10/Documentation/devicetree/bindings/spi/
Dnvidia,tegra114-spi.txt28 with this tap value. This property is used to tune the outgoing data from
29 Tegra SPI master with respect to outgoing Tegra SPI master clock.
/linux-5.19.10/include/linux/iio/
Dbuffer-dma.h108 struct list_head outgoing; member
/linux-5.19.10/Documentation/devicetree/bindings/phy/
Dqcom-pcie2-phy.txt23 - clock-output-names: name of the outgoing clock signal from the PHY PLL
/linux-5.19.10/Documentation/networking/
Dip_dynaddr.rst20 ``actual`` outgoing address is unknown at the moment the link is
Dtimestamping.rst233 Request both hardware and software timestamps for outgoing packets
392 For transmit timestamps the outgoing packet is looped back to the
397 outgoing data packet with two ancillary messages attached.
425 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by
426 explicitly disabling PMTU discovery. If an outgoing packet is fragmented,
512 * no outgoing packet will need hardware time stamping;
519 * enables hardware time stamping for outgoing packets;
565 Time stamps for outgoing packets are to be generated as follows:
/linux-5.19.10/Documentation/devicetree/bindings/net/dsa/
Ddsa-port.yaml33 port is used as the outgoing port towards the phandle ports. The
/linux-5.19.10/Documentation/userspace-api/media/v4l/
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.
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
Dfunc-open.rst38 buffer is in the driver outgoing queue, otherwise these functions
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
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``
/linux-5.19.10/Documentation/netlabel/
Dintroduction.rst13 security attributes to outgoing network packets generated from user space
Dlsm_interface.rst35 on outgoing packets as well as read the labels on incoming packets. Functions
/linux-5.19.10/Documentation/networking/device_drivers/fddi/
Ddefza.rst55 7. Queueing incoming/outgoing SMT frames in the driver if the SMT
/linux-5.19.10/Documentation/driver-api/tty/
Dtty_ldisc.rst9 TTY line discipline process all incoming and outgoing character from/to a tty

123