/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | ccm.h | 93 * @replies: received cmsg replies waiting to be consumed 94 * @wq: work queue for waiting for cmsg replies 103 struct sk_buff_head replies; member
|
H A D | ccm.c | 52 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()
|
/openbmc/linux/Documentation/core-api/ |
H A D | netlink.rst | 23 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
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi-raw | 12 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
|
H A D | debugfs-scmi | 42 Description: Timeout in milliseconds allowed for SCMI synchronous replies
|
/openbmc/linux/Documentation/w1/ |
H A D | w1-netlink.rst | 13 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
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | main.c | 300 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 …]
|
/openbmc/qemu/include/block/ |
H A D | nbd.h | 75 NBD_MODE_SIMPLE, /* newstyle but only simple replies */ 76 NBD_MODE_STRUCTURED, /* newstyle, structured replies enabled */ 102 /* Header of all structured replies */ 127 * forms of replies, so let them be accessible without ".simple.", 323 /* Chunk reply flags (for structured and extended replies) */
|
/openbmc/linux/drivers/w1/ |
H A D | Kconfig | 27 3. Replies to userspace commands.
|
H A D | w1_netlink.h | 17 * @W1_CN_BUNDLE: Request bundling replies into fewer messagse. Be prepared
|
/openbmc/qemu/include/hw/remote/ |
H A D | proxy.h | 35 * blocks while awaiting for the replies from the
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_gsc_proxy.c | 30 * 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
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/ |
H A D | fping_5.2.bb | 7 replies, fping will send out a ping packet and move on to the next target \
|
/openbmc/linux/include/linux/ |
H A D | drbd_genl_api.h | 9 * For (unicast) replies or informational (broadcast) messages
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | fddimib.h | 339 #define SMT_OID_ECF_REPLY_RX 21 /* ECF replies received */ 341 #define SMT_OID_ECF_REPLY_TX 23 /* ECF replies transmitted */
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_netbios_ns.c | 34 MODULE_PARM_DESC(timeout, "timeout for master connection/replies in seconds");
|
H A D | nf_conntrack_snmp.c | 26 MODULE_PARM_DESC(timeout, "timeout for master connection/replies in seconds");
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/ |
H A D | python3-scapy_2.6.0.bb | 4 them on the wire, capture them, match requests and replies, and much more. \
|
/openbmc/linux/fs/nfsd/ |
H A D | cache.h | 66 * attrstat replies. Using cache entries with fixed length instead
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-receive.rst | 73 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
|
/openbmc/qemu/qapi/ |
H A D | pragma.json | 107 'QapiErrorClass', # QMP error replies
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | raw_mode.c | 11 * 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 1348 * Immediate and delayed replies to previously injected Raw in scmi_raw_message_report() 1412 * unexpected replies.
|
/openbmc/linux/include/xen/interface/io/ |
H A D | xs_wire.h | 94 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */
|
/openbmc/linux/fs/nfs/ |
H A D | nfsroot.c | 31 * Martin Mares : RARP replies not tested for server address. 37 * Gero Kuhlmann : RARP replies are tested for specified server
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-kernel.md | 579 Sends a request to a broadcast EID, and receives (unicast) replies. Typical 622 /* Calculate the amount of time left for replies */ 700 field will cause the kernel to allocate a unique tag for subsequent replies from 734 when a reply is received, as there may be multiple replies to a broadcast. 945 Broadcast MCTP request messages may have multiple replies from multiple
|