Home
last modified time | relevance | path

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

123

/linux/drivers/net/arcnet/
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()
A Darcnet.c438 skb = lp->outgoing.skb; in arcnet_reply_work()
462 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_work()
463 lp->outgoing.skb = NULL; in arcnet_reply_work()
738 lp->outgoing.skb = skb; in arcnet_send_packet()
747 lp->outgoing.proto = proto; in arcnet_send_packet()
748 lp->outgoing.skb = skb; in arcnet_send_packet()
749 lp->outgoing.pkt = pkt; in arcnet_send_packet()
982 if (lp->outgoing.proto && in arcnet_interrupt()
984 lp->outgoing.proto in arcnet_interrupt()
1001 if (lp->outgoing.proto && in arcnet_interrupt()
[all …]
A Drfc1201.c492 out = &lp->outgoing; in prepare_tx()
495 out->dataleft = lp->outgoing.length; in prepare_tx()
514 struct Outgoing *out = &lp->outgoing; in continue_tx()
A Darcdevice.h316 struct Outgoing outgoing; /* packet currently being sent */ member
/linux/Documentation/devicetree/bindings/soc/qcom/
A 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
76 the outgoing entry.
92 Required for outgoing entries.
A Dqcom,smsm.yaml40 Reference to the mailbox representing the outgoing doorbell in APCS for
56 Three entries specifying the outgoing ipc bit used for signaling the N:th
128 # point-of-view. It encompasses one outbound entry and the outgoing interrupt
A Dqcom,rpm.yaml47 Three entries specifying the outgoing ipc bit used for signaling the RPM.
A Dqcom,aoss-qmp.yaml60 Reference to the mailbox representing the outgoing doorbell in APCS for
/linux/Documentation/userspace-api/media/dvb/
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.
/linux/Documentation/translations/zh_CN/process/
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`` 时,您会注意到在它的最底部有一
/linux/Documentation/translations/zh_TW/process/
A Dsubmitting-patches.rst600 $ git format-patch --base=auto --cover-letter -o outgoing/ master
601 outgoing/0000-cover-letter.patch
602 outgoing/0001-First-Commit.patch
603 outgoing/...
605 當你編輯 ``outgoing/0000-cover-letter.patch`` 時,您會注意到在它的最底部有一
/linux/Documentation/devicetree/bindings/remoteproc/
A Dqcom,smd-edge.yaml51 Reference to the mailbox representing the outgoing doorbell in APCS for
62 Three entries specifying the outgoing ipc bit used for signaling the
/linux/Documentation/networking/
A Dip_dynaddr.rst20 ``actual`` outgoing address is unknown at the moment the link is
A Dtimestamping.rst264 Request both hardware and software timestamps for outgoing packets
441 For transmit timestamps the outgoing packet is looped back to the
446 outgoing data packet with two ancillary messages attached.
474 Fragmentation of outgoing datagrams is rare, but is possible, e.g., by
475 explicitly disabling PMTU discovery. If an outgoing packet is fragmented,
561 * no outgoing packet will need hardware time stamping;
568 * enables hardware time stamping for outgoing packets;
614 Time stamps for outgoing packets are to be generated as follows:
/linux/Documentation/userspace-api/media/v4l/
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.
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
A Dfunc-open.rst38 buffer is in the driver outgoing queue, otherwise these functions
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
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``
A Dvidioc-streamon.rst56 and it removes all buffers from the incoming and outgoing queues. That
/linux/Documentation/devicetree/bindings/net/dsa/
A Ddsa-port.yaml35 port is used as the outgoing port towards the phandle ports. The
/linux/Documentation/netlabel/
A Dintroduction.rst13 security attributes to outgoing network packets generated from user space
A Dlsm_interface.rst35 on outgoing packets as well as read the labels on incoming packets. Functions
/linux/Documentation/networking/device_drivers/fddi/
A Ddefza.rst55 7. Queueing incoming/outgoing SMT frames in the driver if the SMT
/linux/Documentation/driver-api/tty/
A Dtty_ldisc.rst9 TTY line discipline process all incoming and outgoing character from/to a tty

Completed in 36 milliseconds

123