Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/amd-pstate/
H A Dbasic.sh27 if ! /sbin/modprobe -q -n amd-pstate-ut; then
31 if /sbin/modprobe -q amd-pstate-ut; then
32 /sbin/modprobe -q -r amd-pstate-ut
/linux/drivers/vdpa/mlx5/net/
H A Ddebug.c98 static const char *ut = "untagged"; in mlx5_vdpa_add_rx_counters() local
108 strcpy(vidstr, ut); in mlx5_vdpa_add_rx_counters()
/linux/net/xfrm/
H A Dxfrm_user.c2075 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument
2081 for (i = 0; i < nr; i++, ut++) { in copy_templates()
2084 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates()
2085 memcpy(&t->saddr, &ut->saddr, in copy_templates()
2087 t->reqid = ut->reqid; in copy_templates()
2088 t->mode = ut->mode; in copy_templates()
2089 t->share = ut->share; in copy_templates()
2090 t->optional = ut->optional; in copy_templates()
2091 t->aalgos = ut->aalgos; in copy_templates()
2092 t->ealgos = ut->ealgos; in copy_templates()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c10528 const struct wmi_unit_test_arg *ut) in ath12k_wmi_send_unit_test_cmd() argument
10540 arg_len = sizeof(*ut_cmd_args) * ut->num_args; in ath12k_wmi_send_unit_test_cmd()
10551 cmd->vdev_id = cpu_to_le32(ut->vdev_id); in ath12k_wmi_send_unit_test_cmd()
10552 cmd->module_id = cpu_to_le32(ut->module_id); in ath12k_wmi_send_unit_test_cmd()
10553 cmd->num_args = cpu_to_le32(ut->num_args); in ath12k_wmi_send_unit_test_cmd()
10554 cmd->diag_token = cpu_to_le32(ut->diag_token); in ath12k_wmi_send_unit_test_cmd()
10562 for (i = 0; i < ut->num_args; i++) in ath12k_wmi_send_unit_test_cmd()
10563 ut_cmd_args[i] = cpu_to_le32(ut->args[i]); in ath12k_wmi_send_unit_test_cmd()
10567 ut->module_id, ut->vdev_id, ut->num_args, ut->diag_token); in ath12k_wmi_send_unit_test_cmd()
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst632 ``amd-pstate-ut`` is a test module for testing the ``amd-pstate`` driver.
687 We create ``amd-pstate-ut`` module and tie it into kselftest.(for