Home
last modified time | relevance | path

Searched refs:test_param (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Dlink-selection.c82 const struct link_grading_test_case *test_param = in setup_link() local
87 link->bss->signal = DBM_TO_MBM(test_param->input.link.signal); in setup_link()
89 link->chanreq.oper = *test_param->input.link.chandef; in setup_link()
91 if (test_param->input.link.has_chan_util_elem) { in setup_link()
94 .channel_util = test_param->input.link.chan_util, in setup_link()
109 if (test_param->input.link.active) { in setup_link()
118 phy->channel_load_by_us = test_param->input.link.chan_load_by_us; in setup_link()
125 const struct link_grading_test_case *test_param = in test_link_grading() local
131 u8 link_id = test_param->input.link.link_id; in test_link_grading()
132 bool active = test_param->input.link.active; in test_link_grading()
[all …]
H A Dlink.c60 const struct missed_beacon_test_case *test_param = in test_missed_beacon() local
75 pkt = iwl_mld_kunit_create_pkt(test_param->input.notif); in test_missed_beacon()
78 if (test_param->input.emlsr) { in test_missed_beacon()
94 KUNIT_ASSERT_NE(test, vif->cfg.assoc, test_param->output.disconnected); in test_missed_beacon()
/freebsd/crypto/openssl/test/recipes/
H A D15-test_mp_rsa.t20 my @test_param = (
38 plan tests => 2 + scalar(@test_param) * 5 * 2;
55 foreach my $param (@test_param) {
/freebsd/sys/teken/demo/
H A Dteken_demo.c55 static tf_param_t test_param; variable
64 .tf_param = test_param,
231 test_param(void *s __unused, int cmd, unsigned int value) in test_param() function