/tools/testing/selftests/drivers/net/hw/ |
A D | rss_ctx.py | 33 def get_rss(cfg, context=0): argument 37 def get_drop_err_sum(cfg): argument 47 def ethtool_create(cfg, act, opts): argument 54 def require_ntuple(cfg): argument 72 def _get_rx_cnts(cfg, prev=None): argument 116 def test_rss_key_indir(cfg): argument 292 def test_rss_resize(cfg): argument 325 def test_hitless_key_update(cfg): argument 355 def test_rss_context_dump(cfg): argument 500 def test_rss_context4(cfg): argument [all …]
|
A D | rss_api.py | 18 def _require_2qs(cfg): argument 25 def _ethtool_create(cfg, act, opts): argument 64 def test_rxfh_nl_set_fail(cfg): argument 84 def test_rxfh_nl_set_indir(cfg): argument 153 def test_rxfh_indir_ntf(cfg): argument 204 def test_rxfh_nl_set_key(cfg): argument 236 def test_rxfh_fields(cfg): argument 251 def test_rxfh_fields_set(cfg): argument 359 def test_rxfh_fields_ntf(cfg): argument 394 def test_rss_ctx_add(cfg): argument [all …]
|
A D | iou-zcrx.py | 11 def _get_current_settings(cfg): argument 16 def _get_combined_channels(cfg): argument 22 def _create_rss_ctx(cfg, chan): argument 29 def _set_flow_rule(cfg, port, chan): argument 35 def _set_flow_rule_rss(cfg, port, ctx_id): argument 41 def test_zcrx(cfg) -> None: argument 72 def test_zcrx_oneshot(cfg) -> None: argument 103 def test_zcrx_rss(cfg) -> None: argument
|
A D | irq.py | 24 def check_irqs_reported(cfg) -> None: argument 33 def _check_reconfig(cfg, reconfig_cb) -> None: argument 52 def check_reconfig_queues(cfg) -> None: argument 53 def reconfig(cfg) -> None: argument 69 def check_reconfig_xdp(cfg) -> None: argument 70 def reconfig(cfg) -> None: argument 79 def check_down(cfg) -> None: argument 80 def reconfig(cfg) -> None: argument
|
A D | devlink_rate_tc_bw.py | 106 def setup_vf(cfg, set_tc_mapping=True): argument 155 def get_vf_info(cfg): argument 175 def setup_bridge(cfg): argument 197 def setup_devlink_rate(cfg): argument 227 def setup_remote_server(cfg): argument 245 def setup_test_environment(cfg, set_tc_mapping=True): argument 399 def run_bandwidth_distribution_test(cfg, set_tc_mapping): argument 414 def test_no_tc_mapping_bandwidth(cfg): argument 431 def test_tc_mapping_bandwidth(cfg): argument
|
A D | tso.py | 36 def run_one_stream(cfg, ipver, remote_v4, remote_v6, should_lso): argument 95 def build_tunnel(cfg, outer_ipver, tun_info): argument 122 def restore_wanted_features(cfg): argument 133 def test_builder(name, cfg, outer_ipver, feature, tun=None, inner_ipver=None): argument 135 def f(cfg): argument 174 def query_nic_features(cfg) -> None: argument
|
A D | csum.py | 12 def test_receive(cfg, ipver="6", extra_args=None): argument 27 def test_transmit(cfg, ipver="6", extra_args=None): argument 48 def test_builder(name, cfg, ipver="6", tx=False, extra_args=""): argument 53 def f(cfg): argument 65 def check_nic_features(cfg) -> None: argument
|
A D | devmem.py | 12 def require_devmem(cfg): argument 23 def check_rx(cfg) -> None: argument 39 def check_tx(cfg) -> None: argument 53 def check_tx_chunks(cfg) -> None: argument
|
A D | xsk_reconfig.py | 21 def _get_rx_ring_entries(cfg): argument 25 def setup_xsk(cfg, xdp_queue_id = 0) -> bkg: argument 41 def check_xdp_bind(cfg): argument 47 def check_rx_resize(cfg): argument
|
A D | rss_input_xfrm.py | 13 def traffic(cfg, local_port, remote_port, ipver): argument 24 def test_rss_input_xfrm(cfg, ipver): argument 71 def test_rss_input_xfrm_ipv4(cfg): argument 76 def test_rss_input_xfrm_ipv6(cfg): argument
|
A D | pp_alloc_fail.py | 50 def test_pp_alloc(cfg, netdevnl): argument
|
/tools/testing/selftests/drivers/net/ |
A D | ping.py | 14 def _test_v4(cfg) -> None: argument 23 def _test_v6(cfg) -> None: argument 32 def _test_tcp(cfg) -> None: argument 69 def _set_xdp_generic_sb_on(cfg) -> None: argument 78 def _set_xdp_generic_mb_on(cfg) -> None: argument 88 def _set_xdp_native_sb_on(cfg) -> None: argument 105 def _set_xdp_native_mb_on(cfg) -> None: argument 118 def _set_xdp_offload_on(cfg) -> None: argument 131 def get_interface_info(cfg) -> None: argument 142 def set_interface_init(cfg) -> None: argument [all …]
|
A D | hds.py | 12 def _get_hds_mode(cfg, netnl) -> str: argument 22 def _xdp_onoff(cfg): argument 49 def get_hds(cfg, netnl) -> None: argument 53 def get_hds_thresh(cfg, netnl) -> None: argument 61 def set_hds_enable(cfg, netnl) -> None: argument 78 def set_hds_disable(cfg, netnl) -> None: argument 174 def set_xdp(cfg, netnl) -> None: argument 187 def enabled_set_xdp(cfg, netnl) -> None: argument 203 def set_xdp(cfg, netnl) -> None: argument 232 def ioctl(cfg, netnl) -> None: argument [all …]
|
A D | shaper.py | 10 def get_shapers(cfg, nl_shaper) -> None: argument 21 def get_caps(cfg, nl_shaper) -> None: argument 33 def set_qshapers(cfg, nl_shaper) -> None: argument 94 def del_qshapers(cfg, nl_shaper) -> None: argument 105 def set_nshapers(cfg, nl_shaper) -> None: argument 128 def del_nshapers(cfg, nl_shaper) -> None: argument 137 def basic_groups(cfg, nl_shaper) -> None: argument 185 def qgroups(cfg, nl_shaper) -> None: argument 284 def delegation(cfg, nl_shaper) -> None: argument 375 def queue_update(cfg, nl_shaper) -> None: argument
|
A D | xdp.py | 55 def _exchg_udp(cfg, port, test_string): argument 79 def _test_udp(cfg, port, size=256): argument 97 def _load_xdp_prog(cfg, bpf_info): argument 199 def _test_pass(cfg, bpf_info, msg_sz): argument 222 def test_xdp_native_pass_sb(cfg): argument 234 def test_xdp_native_pass_mb(cfg): argument 246 def _test_drop(cfg, bpf_info, msg_sz): argument 269 def test_xdp_native_drop_sb(cfg): argument 281 def test_xdp_native_drop_mb(cfg): argument 293 def test_xdp_native_tx_mb(cfg): argument [all …]
|
A D | stats.py | 24 def check_pause(cfg) -> None: argument 42 def check_fec(cfg) -> None: argument 60 def pkt_byte_sum(cfg) -> None: argument 98 def qstat_by_ifindex(cfg) -> None: argument 171 def check_down(cfg) -> None: argument 208 def procfs_hammer(cfg) -> None: argument 231 def procfs_downup_hammer(cfg) -> None: argument
|
A D | queues.py | 20 def nl_get_queues(cfg, nl, qtype='rx'): argument 27 def check_xsk(cfg, nl, xdp_queue_id=0) -> None: argument 61 def get_queues(cfg, nl) -> None: argument 73 def addremove_queues(cfg, nl) -> None: argument 100 def check_down(cfg, nl) -> None: argument
|
A D | napi_threaded.py | 26 def _set_threaded_state(cfg, threaded) -> None: argument 30 def _setup_deferred_cleanup(cfg) -> None: argument 41 def enable_dev_threaded_disable_napi_threaded(cfg, nl) -> None: argument 72 def change_num_queues(cfg, nl) -> None: argument
|
A D | napi_id.py | 8 def test_napi_id(cfg) -> None: argument
|
/tools/testing/selftests/arm64/abi/ |
A D | syscall-abi.c | 66 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr() 99 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr() 106 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr() 145 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z() 152 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z() 204 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p() 211 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p() 321 static int check_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_za() 348 static int check_zt(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_zt() 393 static bool do_test(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in do_test() [all …]
|
/tools/bpf/bpftool/ |
A D | cfg.c | 12 struct cfg { struct 13 struct list_head funcs; 14 int func_num; 54 #define cfg_first_func(cfg) \ argument 56 #define cfg_last_func(cfg) \ argument 63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn) in cfg_append_func() 131 static bool cfg_partition_funcs(struct cfg *cfg, struct bpf_insn *cur, in cfg_partition_funcs() 334 static bool cfg_build(struct cfg *cfg, struct bpf_insn *insn, unsigned int len) in cfg_build() 355 static void cfg_destroy(struct cfg *cfg) in cfg_destroy() 461 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() [all …]
|
/tools/testing/selftests/alsa/ |
A D | conf.c | 382 snd_config_t *cfg; in conf_get_count() local 403 snd_config_t *cfg; in conf_get_string() local 421 snd_config_t *cfg; in conf_get_long() local 439 snd_config_t *cfg; in conf_get_bool() local 458 snd_config_t *cfg; in conf_get_string_array() local
|
/tools/cgroup/ |
A D | memcg_slabinfo.py | 83 def slub_get_slabinfo(s, cfg): argument 106 def cache_show(s, cfg, objs): argument
|
/tools/testing/selftests/bpf/progs/ |
A D | strobemeta.h | 343 static void read_int_var(struct strobemeta_cfg *cfg, in read_int_var() 358 static __always_inline uint64_t read_str_var(struct strobemeta_cfg *cfg, in read_str_var() 388 static __always_inline uint64_t read_map_var(struct strobemeta_cfg *cfg, in read_map_var() 461 struct strobemeta_cfg *cfg; member 517 struct strobemeta_cfg *cfg; in read_strobe_meta() local
|
/tools/testing/selftests/kvm/x86/ |
A D | amx_test.c | 60 static inline void __ldtilecfg(void *cfg) in __ldtilecfg() 115 static void set_tilecfg(struct tile_config *cfg) in set_tilecfg()
|