/Linux-v6.6/drivers/net/arcnet/ |
D | capmode.c | 193 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()
|
D | arcnet.c | 436 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 …]
|
D | rfc1201.c | 491 out = &lp->outgoing; in prepare_tx() 494 out->dataleft = lp->outgoing.length; in prepare_tx() 513 struct Outgoing *out = &lp->outgoing; in continue_tx()
|
D | arcdevice.h | 313 struct Outgoing outgoing; /* packet currently being sent */ member
|
/Linux-v6.6/drivers/iio/buffer/ |
D | industrialio-buffer-dma.c | 202 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-v6.6/Documentation/userspace-api/media/dvb/ |
D | dmx-qbuf.rst | 56 (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-v6.6/Documentation/translations/zh_CN/process/ |
D | submitting-patches.rst | 599 $ 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`` 时,您会注意到在它的最底部有一
|
/Linux-v6.6/include/linux/iio/ |
D | buffer-dma.h | 108 struct list_head outgoing; member
|
/Linux-v6.6/Documentation/networking/ |
D | ip_dynaddr.rst | 20 ``actual`` outgoing address is unknown at the moment the link is
|
D | timestamping.rst | 263 Request both hardware and software timestamps for outgoing packets 422 For transmit timestamps the outgoing packet is looped back to the 427 outgoing data packet with two ancillary messages attached. 455 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by 456 explicitly disabling PMTU discovery. If an outgoing packet is fragmented, 542 * no outgoing packet will need hardware time stamping; 549 * enables hardware time stamping for outgoing packets; 595 Time stamps for outgoing packets are to be generated as follows:
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-qbuf.rst | 124 (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.
|
D | dev-osd.rst | 12 outgoing video signal. Applications can set up such an overlay using 111 the target rectangle an area in the outgoing video signal where the
|
D | func-open.rst | 38 buffer is in the driver outgoing queue, otherwise these functions
|
D | userp.rst | 81 <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
|
D | mmap.rst | 209 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``
|
D | vidioc-streamon.rst | 56 and it removes all buffers from the incoming and outgoing queues. That
|
D | func-select.rst | 54 the outgoing queue of the driver the function returns immediately.
|
D | func-poll.rst | 40 display. When buffers are already in the outgoing queue of the driver
|
/Linux-v6.6/Documentation/netlabel/ |
D | introduction.rst | 13 security attributes to outgoing network packets generated from user space
|
D | lsm_interface.rst | 35 on outgoing packets as well as read the labels on incoming packets. Functions
|
D | draft-ietf-cipso-ipsecurity-01.txt | 476 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-v6.6/Documentation/networking/device_drivers/fddi/ |
D | defza.rst | 55 7. Queueing incoming/outgoing SMT frames in the driver if the SMT
|
/Linux-v6.6/Documentation/driver-api/tty/ |
D | tty_ldisc.rst | 9 TTY line discipline process all incoming and outgoing character from/to a tty
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-timechart.txt | 29 Lower bar shows outgoing events (disk writes, egress network packets).
|
/Linux-v6.6/arch/x86/ |
D | Makefile | 185 KBUILD_CFLAGS += $(call cc-option,-maccumulate-outgoing-args,)
|