Home
last modified time | relevance | path

Searched refs:replies (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A 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()
H A Dccm.h103 struct sk_buff_head replies; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A 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 …]
/openbmc/linux/Documentation/core-api/
H A 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
/openbmc/linux/Documentation/ABI/testing/
H A 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
H A Ddebugfs-scmi42 Description: Timeout in milliseconds allowed for SCMI synchronous replies
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/
H A Dfping_5.1.bb7 replies, fping will send out a ping packet and move on to the next target \
/openbmc/qemu/qapi/
H A Dpragma.json61 'QapiErrorClass', # QMP error replies
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/
H A Dpython3-scapy_2.5.0.bb4 them on the wire, capture them, match requests and replies, and much more. \
/openbmc/linux/Documentation/w1/
H A Dw1-netlink.rst75 Currently replies to userspace commands are only generated for read
137 Command status replies
/openbmc/linux/Documentation/networking/devlink/
H A Dprestera.rst78 - Traps ARP replies packets that have switch-port's DA Mac address
/openbmc/linux/Documentation/i2c/
H A Di2c-address-translators.rst76 address 0x10 and replies normally
/openbmc/linux/Documentation/userspace-api/media/cec/
H A 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
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md579 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
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst29 Requests are sent by the *back-end*, and the optional replies by the
/openbmc/u-boot/drivers/net/
H A DKconfig141 This driver simply responds with fake ARP replies and ping
142 replies that are used to verify network stack functionality
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst263 replies, with ``NLM_F_MULTI`` set. Use a filtered dump instead.
/openbmc/linux/net/
H A DKconfig175 replies, the Linux box will silently forward the traffic to the
178 reach the outside and can receive replies. It is even possible to
/openbmc/linux/net/bridge/netfilter/
H A DKconfig180 automatically sending arp replies to arp requests.
/openbmc/linux/Documentation/netlink/
H A Dgenetlink.yaml234 Attribute space from which attributes directly in the requests and replies
H A Dgenetlink-c.yaml265 Attribute space from which attributes directly in the requests and replies
/openbmc/linux/Documentation/filesystems/
H A Dcoda.rst108 serviced a request it replies to the operating system with appropriate
165 offered by the cache manager Venus. When the replies from Venus have
185 Venus replies the response is passed back to the caller in unmodified
209 on behalf of a process P, creates messages for Venus, awaits replies
295 retrieves messages by doing a read on the device, replies are sent
/openbmc/linux/Documentation/usb/
H A Dusbip_protocol.rst34 sends an OP_REQ_IMPORT packet. The server replies with OP_REP_IMPORT. If the
/openbmc/linux/net/ipv6/netfilter/
H A DKconfig152 This option allows you to match packets whose replies would
/openbmc/linux/Documentation/process/
H A Dhandling-regressions.rst327 The bot watches for replies to reports of tracked regressions. Additionally,
329 with "Link:" tags; replies to such patch postings are tracked as well.
408 used in direct or indirect replies to the report. You can write them below one
409 of the `introduced` commands or in replies to the mail that used one of them

123