Home
last modified time | relevance | path

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

123

/Linux-v5.4/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.c406 skb = lp->outgoing.skb; in arcnet_reply_tasklet()
430 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_tasklet()
431 lp->outgoing.skb = NULL; in arcnet_reply_tasklet()
690 lp->outgoing.skb = skb; in arcnet_send_packet()
699 lp->outgoing.proto = proto; in arcnet_send_packet()
700 lp->outgoing.skb = skb; in arcnet_send_packet()
701 lp->outgoing.pkt = pkt; in arcnet_send_packet()
928 if (lp->outgoing.proto && in arcnet_interrupt()
929 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
930 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.h309 struct Outgoing outgoing; /* packet currently being sent */ member
/Linux-v5.4/drivers/iio/buffer/
Dindustrialio-buffer-dma.c203 list_add_tail(&block->head, &queue->outgoing); in _iio_dma_buffer_block_done()
321 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_request_update()
462 block = list_first_entry_or_null(&queue->outgoing, struct in iio_dma_buffer_dequeue()
556 list_for_each_entry(block, &queue->outgoing, head) in iio_dma_buffer_data_available()
621 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_init()
649 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_exit()
/Linux-v5.4/Documentation/media/uapi/dvb/
Ddmx-qbuf.rst63 (capturing) buffer from the driver's outgoing queue.
68 By default ``DMX_DQBUF`` blocks when no buffer is in the outgoing
86 buffer was in the outgoing queue.
/Linux-v5.4/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smp2p.txt29 Definition: three entries specifying the outgoing ipc bit used for
70 If not specified this node will denote the outgoing entry
78 Usage: required for outgoing entries
Dqcom,smsm.txt18 Definition: three entries specifying the outgoing ipc bit used for
80 encompasses one outbound entry and the outgoing interrupt for the wireless
Dqcom,aoss-qmp.txt37 Definition: reference to the mailbox representing the outgoing doorbell
Dqcom,smd.txt34 Definition: three entries specifying the outgoing ipc bit used for
/Linux-v5.4/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-v5.4/include/linux/iio/
Dbuffer-dma.h113 struct list_head outgoing; member
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dqcom-pcie2-phy.txt23 - clock-output-names: name of the outgoing clock signal from the PHY PLL
/Linux-v5.4/Documentation/networking/
Dip_dynaddr.txt15 ``actual'' outgoing address is unknown at the moment the link is
Dtimestamping.txt227 Request both hardware and software timestamps for outgoing packets
381 For transmit timestamps the outgoing packet is looped back to the
386 outgoing data packet with two ancillary messages attached.
412 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by
413 explicitly disabling PMTU discovery. If an outgoing packet is fragmented,
493 * no outgoing packet will need hardware time stamping;
500 * enables hardware time stamping for outgoing packets;
545 Time stamps for outgoing packets are to be generated as follows:
Ddefza.txt49 7. Queueing incoming/outgoing SMT frames in the driver if the SMT
/Linux-v5.4/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
Ddraft-ietf-cipso-ipsecurity-01.txt476 outgoing datagrams that have a label greater than this maximum MUST be
483 outgoing datagrams that have a label less than this minimum MUST be
510 policies may require both incoming and outgoing datagrams be checked against
554 outgoing IP datagrams. Just providing the correct CIPSO label format
652 The DOI identifier to be used for all outgoing datagrams is configured by
688 The CIPSO label to be used on all outgoing ICMP messages MUST be equivalent
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-osd.rst19 outgoing video signal. Applications can set up such an overlay using
118 the target rectangle an area in the outgoing video signal where the
Dvidioc-qbuf.rst131 (capturing) or displayed (output) buffer from the driver's outgoing
150 By default ``VIDIOC_DQBUF`` blocks when no buffer is in the outgoing
168 buffer was in the outgoing queue.
Duserp.rst87 <VIDIOC_QBUF>` blocks when no buffer is in the outgoing queue. When the
122 disk. Output buffers must be saved on the incoming and outgoing queue
Dfunc-open.rst47 buffer is in the driver outgoing queue, otherwise these functions
Dmmap.rst216 and an outgoing queue. They separate the synchronous capture or output
221 FIFO, and were captured in the order dequeued from the outgoing FIFO.
247 blocks when no buffer is in the outgoing queue. When the ``O_NONBLOCK``
/Linux-v5.4/tools/perf/Documentation/
Dperf-timechart.txt29 Lower bar shows outgoing events (disk writes, egress network packets).

123