Home
last modified time | relevance | path

Searched full:outgoing (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/linux-6.8/include/uapi/linux/
Dif_pppol2tp.h35 __u16 d_tunnel, d_session; /* For sending outgoing packets */
47 __u16 d_tunnel, d_session; /* For sending outgoing packets */
63 __u32 d_tunnel, d_session; /* For sending outgoing packets */
72 __u32 d_tunnel, d_session; /* For sending outgoing packets */
Dnet_tstamp.h100 * No outgoing packet will need hardware time stamping;
107 * Enables hardware time stamping for outgoing packets;
115 * Enables time stamping for outgoing packets just as
Dip_vs.h180 __u32 outpkts; /* outgoing packets */
182 __u64 outbytes; /* outgoing bytes */
449 IPVS_STATS_ATTR_OUTPKTS, /* outgoing packets */
451 IPVS_STATS_ATTR_OUTBYTES, /* outgoing bytes */
/linux-6.8/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
/linux-6.8/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-6.8/drivers/net/arcnet/
Darcnet.c436 skb = lp->outgoing.skb; in arcnet_reply_tasklet()
459 /* finally erasing 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()
[all …]
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()
/linux-6.8/drivers/soc/qcom/
Dsmsm.c71 * @lock: spinlock for read-modify-write of the outgoing state
120 * @ipc_regmap: regmap for outgoing interrupt
121 * @ipc_offset: offset in @ipc_regmap for outgoing interrupt
122 * @ipc_bit: bit in @ipc_regmap + @ipc_offset for outgoing interrupt
131 * smsm_update_bits() - change bit in outgoing entry and inform subscribers
136 * Used to set and clear the bits in the outgoing/local entry and inform
361 * outgoing interrupts to a remote host - identified by @host_id.
565 /* Register the outgoing state */ in qcom_smsm_probe()
/linux-6.8/tools/perf/pmu-events/arch/x86/haswell/
Duncore-interconnect.json20 …"BriefDescription": "Each cycle counts number of all Core outgoing valid entries. Such entry is de…
37 …"BriefDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and no…
/linux-6.8/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c188 /* load onto outgoing mailbox */ in fm10k_update_vlan_vf()
299 /* load onto outgoing mailbox */ in fm10k_update_uc_addr_vf()
338 /* load onto outgoing mailbox */ in fm10k_update_mc_addr_vf()
357 /* load onto outgoing mailbox */ in fm10k_update_int_moderator_vf()
413 /* load onto outgoing mailbox */ in fm10k_update_lport_state_vf()
440 /* load onto outgoing mailbox */ in fm10k_update_xcast_mode_vf()
/linux-6.8/tools/testing/selftests/bpf/progs/
Dcgroup_tcp_skb.c200 /* Check the types of outgoing packets of a server socket to make sure they
246 /* Check the types of outgoing packets of a server socket to make sure they
292 /* Check the types of outgoing packets of a client socket to make sure they
338 /* Check the types of outgoing packets of a client socket to make sure they
/linux-6.8/tools/perf/pmu-events/arch/x86/broadwell/
Duncore-interconnect.json11 …"BriefDescription": "Each cycle counts number of all Core outgoing valid entries. Such entry is de…
37 …"BriefDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and no…
/linux-6.8/tools/perf/pmu-events/arch/x86/rocketlake/
Duncore-interconnect.json43 …"BriefDescription": "Each cycle counts number of all outgoing valid entries in ReqTrk. Such entry …
59 …"BriefDescription": "Total number of all outgoing entries allocated. Accounts for Coherent and non…
/linux-6.8/tools/perf/pmu-events/arch/x86/icelake/
Duncore-interconnect.json43 …"BriefDescription": "Each cycle counts number of all outgoing valid entries in ReqTrk. Such entry …
59 …"BriefDescription": "Total number of all outgoing entries allocated. Accounts for Coherent and non…
/linux-6.8/Documentation/devicetree/bindings/remoteproc/
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-6.8/kernel/irq/
Dcpuhotplug.c35 * Sanity check. If the mask is not empty when excluding the outgoing in irq_needs_fixup()
36 * CPU then it must contain at least one online CPU. The outgoing CPU in irq_needs_fixup()
129 * mask and therefore might keep/reassign the irq to the outgoing in migrate_one_irq()
/linux-6.8/Documentation/translations/zh_TW/process/
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-6.8/Documentation/translations/zh_CN/process/
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-6.8/drivers/infiniband/sw/rdmavt/
Dmad.c19 * @out: any outgoing MAD reply
20 * @out_mad_size: size of the outgoing MAD reply
/linux-6.8/net/batman-adv/
Dbat_iv_ogm.c419 /* only for one specific outgoing interface */ in batadv_iv_ogm_emit()
906 * @orig_ifinfo: ifinfo for the outgoing interface of the orig_node
952 /* only update the entry for this outgoing interface */ in batadv_iv_ogm_orig_update()
1298 * batadv_iv_ogm_process_per_outif() - process a batman iv OGM for an outgoing
1454 "Drop packet: OGM from secondary interface and wrong outgoing interface\n"); in batadv_iv_ogm_process_per_outif()
1773 * given outgoing interface.
1775 * @if_outgoing: Outgoing interface of interest
1804 * @if_outgoing: Limit dump to entries with this outgoing interface
1867 * @if_outgoing: Limit dump to entries with this outgoing interface
1929 * @if_outgoing: Limit dump to entries with this outgoing interface
[all …]
/linux-6.8/drivers/iio/buffer/
Dindustrialio-buffer-dma.c33 * means of two queues. The incoming queue and the outgoing queue. Blocks on the
35 * them with data. Block on the outgoing queue have been filled with data and
45 * * On the outgoing list: Blocks on the outgoing list have been successfully
51 * incoming or outgoing queue the block will be freed.
379 * limbo. It will neither be on the incoming nor outgoing list, nor will in iio_dma_buffer_submit_block()
/linux-6.8/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.
/linux-6.8/include/linux/iio/
Dbuffer-dma.h24 * @IIO_BLOCK_STATE_DONE: Block is on the outgoing queue
93 * atomic context as well as blocks on those lists. This is the outgoing queue
/linux-6.8/drivers/greybus/
Doperation.c112 * Initially an outgoing operation's errno value is -EBADR.
192 * Looks up an outgoing operation on a connection and returns a refcounted
267 * For outgoing requests, the operation result value should have
349 * for an outgoing operation is outbound, as is the response message
501 * For outgoing requests, the request message's header will be
503 * Outgoing operations must also specify the response buffer size,
537 /* Allocate the response buffer for outgoing operations */ in gb_operation_create_common()
1068 * Cancel an outgoing operation synchronously, and record the given error to

12345678910>>...17