Searched +full:rx +full:- +full:ping +full:- +full:pong (Results 1 – 13 of 13) sorted by relevance
/linux/arch/mips/boot/dts/xilfpga/ |
H A D | nexys4ddr.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 14 stdout-path = "serial0:115200n8"; 22 cpuintc: interrupt-controller { 23 #address-cells = <0>; 24 #interrupt-cells = <1>; 25 interrupt-controller; 26 compatible = "mti,cpu-interrupt-controller"; 29 axi_intc: interrupt-controller@10200000 { 30 #interrupt-cells = <1>; [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_hw_metadata.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * RX: 7 * - UDP 9091 packets are diverted into AF_XDP 8 * - Metadata verified: 9 * - rx_timestamp 10 * - rx_hash 13 * - UDP 9091 packets trigger TX reply 14 * - TX HW timestamp is requested and reported back upon completion 15 * - TX checksum is requested 54 struct xsk_ring_cons rx; member [all …]
|
H A D | test_sockmap.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2017-2018 Covalent IO, Inc. http://covalent.io 193 env.type = o->map; in test_start_subtest() 194 env.subtest = t->title; in test_start_subtest() 195 env.prepend = o->prepend; in test_start_subtest() 205 int error = env.fail_cnt - env.fail_last; in test_end_subtest() 228 printf(" Usage: %s --cgroup <cgroup_path>\n", argv[0]); in usage() 231 printf(" --%-12s", long_options[i].name); in usage() 236 printf(" -%c\n", long_options[i].val); in usage() 279 return -EINVAL; in sockmap_init_ktls() [all …]
|
/linux/net/rds/ |
H A D | recv.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 47 refcount_set(&inc->i_refcount, 1); in rds_inc_init() 48 INIT_LIST_HEAD(&inc->i_item); in rds_inc_init() 49 inc->i_conn = conn; in rds_inc_init() 50 inc->i_saddr = *saddr; in rds_inc_init() 51 inc->i_usercopy.rdma_cookie = 0; in rds_inc_init() 52 inc->i_usercopy.rx_tstamp = ktime_set(0, 0); in rds_inc_init() 54 memset(inc->i_rx_lat_trace, 0, sizeof(inc->i_rx_lat_trace)); in rds_inc_init() 61 refcount_set(&inc->i_refcount, 1); in rds_inc_path_init() [all …]
|
H A D | rds.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 56 /* Used to limit both RDMA and non-RDMA RDS message to 1MB */ 96 #define RDS_MPATH_HASH(rs, n) (jhash_1word((rs)->rs_bound_port, \ 97 (rs)->rs_hash_initval) & ((n) - 1)) 176 return read_pnet(&conn->c_net); in rds_conn_net() 182 write_pnet(&conn->c_net, net); in rds_conn_net_set() 190 /* RDS_FLAG_PROBE_PORT is the reserved sport used for sending a ping 194 * it would return a pong message without additional control information 221 * Reserved - indicates end of extensions 328 * conn->c_lock. m_sock_item has additional meaning in that once it is empty [all …]
|
/linux/drivers/net/ethernet/8390/ |
H A D | 8390.h | 1 /* SPDX-License-Identifier: GPL-1.0+ */ 6 * under the same license. Auto-loading of 8390.o only in v2.2 - Paul G. 21 /* The 8390 specific per-packet-header format. */ 34 /* Without I/O delay - non ISA or later chips */ 70 /* You have one of these per-board */ 85 unsigned word16:1; /* We have the 16-bit (vs 8-bit) 88 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT 98 short tx1, tx2; /* Packet lengths for ping-pong tx. */ 102 unsigned char saved_irq; /* Original dev->irq value. */ 148 #define E8390_PAGE1 0x40 /* using the two high-order bits */ [all …]
|
/linux/net/dccp/ |
H A D | input.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 19 /* rate-limit for syncs in reply to sequence-invalid packets; RFC 4340, 7.5.4 */ 24 __skb_pull(skb, dccp_hdr(skb)->dccph_doff * 4); in dccp_enqueue_skb() 25 __skb_queue_tail(&sk->sk_receive_queue, skb); in dccp_enqueue_skb() 27 sk->sk_data_ready(sk); in dccp_enqueue_skb() 38 sk->sk_shutdown = SHUTDOWN_MASK; in dccp_fin() 47 switch (sk->sk_state) { in dccp_rcv_close() 50 * - CLOSED (may be a late or duplicate packet) in dccp_rcv_close() 51 * - PASSIVE_CLOSEREQ (the peer has sent a CloseReq earlier) in dccp_rcv_close() 52 * - RESPOND (already handled by dccp_check_req) in dccp_rcv_close() [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | main.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2021-2024 Intel Corporation 23 #include "iwl-mei.h" 25 #include "trace-data.h" 95 * +-----------------------------------+ 97 * +-----------------------------------+ 98 * |Host -> ME data queue | 99 * +-----------------------------------+ 100 * |Host -> ME notif queue | 101 * +-----------------------------------+ [all …]
|
/linux/include/soc/tegra/ |
H A D | bpmp-abi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2014-2022, NVIDIA CORPORATION. All rights reserved. 66 * A well-defined subset of the MRQ messages that the CPU sends to the 130 * -BPMP_EBADMSG and ignore the request. 144 …* | -------------------- | ------------------------------------ | --------------------------------… 223 * calculated by BPMP, -BPMP_EBADMSG will be returned and the request will 382 * @defgroup Ping Ping 402 * @defgroup CC3 Auto-CC3 415 * @brief A simple ping 425 * @brief A deeper ping [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 * Copyright (c) 2003 - 2005 Chelsio Communications, Inc. * 170 unsigned int in_use; /* # of in-use command descriptors */ 186 unsigned int credits; /* # of available RX buffers */ 218 unsigned int avail; /* available bits - quota */ 244 * separate the RX(in irq context) and TX state in order to decrease memory 253 unsigned int rx_pkt_pad; /* RX padding for L2 packets */ 255 unsigned int intrtimer_nres; /* no-resource interrupt timer */ 256 unsigned int fixed_intrtimer;/* non-adaptive interrupt timer */ 277 struct sched *s = sge->tx_sched; in tx_sched_stop() [all …]
|
/linux/include/trace/events/ |
H A D | rxrpc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 21 EM(afs_abort_general_error, "afs-error") \ 22 EM(afs_abort_interrupted, "afs-intr") \ 23 EM(afs_abort_oom, "afs-oom") \ 24 EM(afs_abort_op_not_supported, "afs-op-notsupp") \ 25 EM(afs_abort_probeuuid_negative, "afs-probeuuid-neg") \ 26 EM(afs_abort_send_data_error, "afs-send-data") \ 27 EM(afs_abort_unmarshal_error, "afs-unmarshal") \ 29 EM(rxperf_abort_general_error, "rxperf-error") \ 30 EM(rxperf_abort_oom, "rxperf-oom") \ [all …]
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 1 // SPDX-License-Identifier: ISC 3 * Copyright (c) 2005-2011 Atheros Communications Inc. 4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc. 19 #include "wmi-ops.h" 35 dev_info(ar->dev, "%pV", &vaf); in ath10k_info() 50 ar->hw_params.name, in ath10k_debug_print_hwfw_info() 51 ar->target_version, in ath10k_debug_print_hwfw_info() 52 ar->bus_param.chip_id, in ath10k_debug_print_hwfw_info() 53 ar->id.subsystem_vendor, ar->id.subsystem_device); in ath10k_debug_print_hwfw_info() 62 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info() [all …]
|
/linux/net/mac80211/ |
H A D | mlme.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2003-2008, Jouni Malinen <j@w1.fi> 7 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz> 9 * Copyright 2013-2014 Intel Mobile Communications GmbH 10 * Copyright (C) 2015 - 2017 Intel Deutschland GmbH 11 * Copyright (C) 2018 - 2024 Intel Corporation 29 #include "driver-ops.h" 105 * has happened -- the work that runs from this timer will 111 lockdep_assert_wiphy(sdata->local->hw.wiphy); in run_again() 113 if (!timer_pending(&sdata->u.mgd.timer) || in run_again() [all …]
|