Home
last modified time | relevance | path

Searched defs:expected_val (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c412 static inline bool comp_eq(u32 val, u32 expected_val) in comp_eq()
417 static inline bool comp_and(u32 val, u32 expected_val) in comp_and()
422 static inline bool comp_or(u32 val, u32 expected_val) in comp_or()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c849 __u64 val, expected_val = 0; in test_bpf_hash_map() local
942 __u32 expected_val = 0; in test_bpf_percpu_hash_map() local
1021 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local
1122 __u32 expected_key = 0, expected_val = 0; in test_bpf_percpu_array_map() local
1327 __u32 val, expected_val = 0; in test_bpf_sk_storage_map() local
H A Dbtf_dump.c341 size_t ptr_sz, char *str, const char *expected_val) in btf_dump_data() argument
892 const char *expected_val) in btf_dump_one_string() argument
999 const char *name, const char *expected_val, in test_btf_datasec() argument
H A Dunpriv_bpf_disabled.c106 __u32 expected_val = 1; in test_unpriv_bpf_disabled_positive() local
/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c377 uint64_t expected_val) in guest_test_rdpmc()
421 const uint64_t expected_val = expect_success ? test_val : 0; in guest_rd_wr_counters() local
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c524 snd_ctl_elem_value_t *expected_val) in show_mismatch() argument
589 snd_ctl_elem_value_t *expected_val) in write_and_verify() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dpci_vsc.c180 static int mlx5_vsc_wait_on_flag(struct mlx5_core_dev *dev, u8 expected_val) in mlx5_vsc_wait_on_flag()
/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c706 u32 expected_val, unsigned long timeout_ms) in marvell_nfc_poll_status()