Home
last modified time | relevance | path

Searched full:replies (Results 1 – 25 of 217) sorted by relevance

123456789

/linux-6.12.1/drivers/net/ethernet/netronome/nfp/
Dccm.h93 * @replies: received cmsg replies waiting to be consumed
94 * @wq: work queue for waiting for cmsg replies
103 struct sk_buff_head replies; member
Dccm.c52 skb_queue_walk(&ccm->replies, skb) { in __nfp_ccm_reply()
56 __skb_unlink(skb, &ccm->replies); in __nfp_ccm_reply()
194 __skb_queue_tail(&ccm->replies, skb); in nfp_ccm_rx()
209 skb_queue_head_init(&ccm->replies); in nfp_ccm_init()
216 WARN_ON(!skb_queue_empty(&ccm->replies)); in nfp_ccm_clean()
/linux-6.12.1/Documentation/core-api/
Dnetlink.rst23 Use the same command IDs for requests and replies. This makes it easier
27 sort the notifications from replies (and present them to the user
28 application via a different API than replies).
36 added whether it replies with a full message or only an ACK is uAPI and
/linux-6.12.1/Documentation/ABI/testing/
Ddebugfs-scmi-raw12 and sent while the replies are read back one message at time
30 and sent while the replies are read back one message at time
81 and sent while the replies are read back one message at time
108 and sent while the replies are read back one message at time
Ddebugfs-scmi42 Description: Timeout in milliseconds allowed for SCMI synchronous replies
/linux-6.12.1/Documentation/w1/
Dw1-netlink.rst13 3. Replies to userspace commands.
75 Currently replies to userspace commands are only generated for read
77 read request. Replies are not combined when sent - i.e. typical reply
87 Replies to W1_LIST_MASTERS should send a message back to the userspace
137 Command status replies
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Dmain.c300 nfp_flower_wait_repr_reify(struct nfp_app *app, atomic_t *replies, int tot_repl) in nfp_flower_wait_repr_reify() argument
309 atomic_read(replies) >= tot_repl, in nfp_flower_wait_repr_reify()
353 atomic_t *replies = &priv->reify_replies; in nfp_flower_repr_netdev_preclean() local
356 atomic_set(replies, 0); in nfp_flower_repr_netdev_preclean()
363 nfp_flower_wait_repr_reify(app, replies, 1); in nfp_flower_repr_netdev_preclean()
383 atomic_t *replies = &priv->reify_replies; in nfp_flower_spawn_vnic_reprs() local
461 atomic_set(replies, 0); in nfp_flower_spawn_vnic_reprs()
469 err = nfp_flower_wait_repr_reify(app, replies, reify_cnt); in nfp_flower_spawn_vnic_reprs()
497 atomic_t *replies = &priv->reify_replies; in nfp_flower_spawn_phy_reprs() local
585 atomic_set(replies, 0); in nfp_flower_spawn_phy_reprs()
[all …]
/linux-6.12.1/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst73 be used to associate both transmit results and replies with the original
158 are processed differently: either value will match both possible replies.
160 message that has two possible replies other than Feature Abort. The
248 This flag makes it easier to wait for replies to vendor commands.
/linux-6.12.1/drivers/w1/
DKconfig27 3. Replies to userspace commands.
Dw1_netlink.h17 * @W1_CN_BUNDLE: Request bundling replies into fewer messagse. Be prepared
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_gsc_proxy.c30 * 2 - GSC replies with the proxy header + payload for CSME
32 * 4 - CSME replies with the proxy header + payload for GSC
34 * 6 - GSC replies either with a new header + payload (same as step 2, so we
/linux-6.12.1/drivers/net/fddi/skfp/h/
Dfddimib.h339 #define SMT_OID_ECF_REPLY_RX 21 /* ECF replies received */
341 #define SMT_OID_ECF_REPLY_TX 23 /* ECF replies transmitted */
/linux-6.12.1/include/linux/
Ddrbd_genl_api.h9 * For (unicast) replies or informational (broadcast) messages
Dnfs_fs.h198 /* Keep track of out-of-order replies.
204 * been seen in replies from the server.
211 * change in iversion ARE added. Later replies
/linux-6.12.1/net/netfilter/
Dnf_conntrack_netbios_ns.c34 MODULE_PARM_DESC(timeout, "timeout for master connection/replies in seconds");
Dnf_conntrack_snmp.c26 MODULE_PARM_DESC(timeout, "timeout for master connection/replies in seconds");
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gsc_proxy.c38 * 2 - GSC replies with the proxy header + payload for CSME
40 * 4 - CSME replies with the proxy header + payload for GSC
42 * 6 - GSC replies either with a new header + payload (same as step 2, so we
/linux-6.12.1/tools/testing/selftests/net/packetdrill/
Dtcp_zerocopy_fastopen-server.pkt22 // Server accepts and replies with data.
/linux-6.12.1/fs/nfsd/
Dcache.h66 * attrstat replies. Using cache entries with fixed length instead
/linux-6.12.1/drivers/firmware/arm_scmi/
Draw_mode.c11 * to send and receive SCMI commands, replies and notifications from a user
66 * - errors: used to read back timed-out and unexpected replies
89 * and sent while the replies or delayed response are read back from those same
93 * on replies and properly choosing SCMI sequence numbers for the outgoing
104 * the messages, late replies arrived after timeouts and any other sort of
1343 * Immediate and delayed replies to previously injected Raw in scmi_raw_message_report()
1407 * unexpected replies.
/linux-6.12.1/fs/nfs/
Dnfsroot.c31 * Martin Mares : RARP replies not tested for server address.
37 * Gero Kuhlmann : RARP replies are tested for specified server
/linux-6.12.1/include/xen/interface/io/
Dxs_wire.h94 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */
/linux-6.12.1/drivers/firmware/arm_scmi/transports/
Dvirtio.c46 * @deferred_tx_work: Worker for TX deferred replies processing
47 * @deferred_tx_wq: Workqueue for TX deferred replies
331 * late timed-out replies to polled messages dequeued by chance while in scmi_vio_deferred_tx_worker()
591 * Possible late replies to timed-out polled messages will be eventually freed
/linux-6.12.1/Documentation/networking/devlink/
Dprestera.rst78 - Traps ARP replies packets that have switch-port's DA Mac address
/linux-6.12.1/arch/m68k/mac/
Diop.c38 * 990612 (jmt) - Copyright notice added. Reworked the way replies are handled.
39 * It turns out that replies are placed back in the send buffer
41 * unsolicited messages from the IOP (and our replies to them

123456789