Searched refs:test_id (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/tools/ |
D | lbtest | 118 test_id = dict[test_name] 129 write_sysfs_val(sys_pfx + 'type', test_id)
|
D | loopback_test.c | 87 int test_id; member 826 write_sysfs_val(t->devices[i].sysfs_entry, "type", t->test_id); in start() 840 t->test_id = dict[i].type; in loopback_run() 842 if (!t->test_id) { in loopback_run()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_dbg.c | 92 u32 test_id; member 148 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_xbar_dump() 158 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_lm_dump() 168 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_ppb0_dump() 178 entry->wr_addr, entry->block_id, entry->test_id, val); in _dpu_debug_bus_ppb1_dump() 2019 writel_relaxed(TEST_MASK(head->block_id, head->test_id), in _dpu_dbg_dump_dpu_dbg_bus() 2038 head->test_id, status); in _dpu_dbg_dump_dpu_dbg_bus() 2043 dump_addr[i*4 + 2] = head->test_id; in _dpu_dbg_dump_dpu_dbg_bus()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_bsg.h | 78 uint32_t test_id; member
|
D | lpfc_bsg.c | 2404 link_diag_test_cmd->test_id); in lpfc_sli4_bsg_link_diag_test()
|
/Linux-v4.19/lib/ |
D | test_bpf.c | 6718 static int test_id = -1; variable 6719 module_param(test_id, int, 0); 6739 if (test_id >= 0) { in prepare_bpf_tests() 6744 if (test_id >= ARRAY_SIZE(tests)) { in prepare_bpf_tests() 6749 test_range[0] = test_id; in prepare_bpf_tests() 6750 test_range[1] = test_id; in prepare_bpf_tests() 6801 static bool exclude_test(int test_id) in exclude_test() argument 6803 return test_id < test_range[0] || test_id > test_range[1]; in exclude_test()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 214 const char *test_format, const char *test_id) in ef4_fill_test() argument 229 snprintf(test_str, sizeof(test_str), test_format, test_id); in ef4_fill_test()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 232 const char *test_format, const char *test_id) in efx_fill_test() argument 247 snprintf(test_str, sizeof(test_str), test_format, test_id); in efx_fill_test()
|
/Linux-v4.19/drivers/net/fddi/ |
D | defxx.h | 974 PI_UINT32 test_id; member
|