Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py249 tcmd = Template(cmd)
250 subcmd = tcmd.safe_substitute(self.args.NAMES)
/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c54 .tcmd = AR6003_HW_2_0_TCMD_FIRMWARE_FILE,
77 .tcmd = AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE,
159 .tcmd = AR6004_HW_1_3_TCMD_FIRMWARE_FILE,
182 .tcmd = AR6004_HW_3_0_TCMD_FIRMWARE_FILE,
831 if (ar->hw.fw.tcmd == NULL) { in ath6kl_fetch_testmode_file()
837 ar->hw.fw.dir, ar->hw.fw.tcmd); in ath6kl_fetch_testmode_file()
H A Dcore.h795 const char *tcmd; member
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py196 tcmd = Template(cmd)
197 subcmd = tcmd.safe_substitute(NAMES)
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c3762 struct qla_tgt_cmd *cmd, *tcmd; in qlt_init_term_exchange() local
3767 cmd = tcmd = NULL; in qlt_init_term_exchange()
3772 list_for_each_entry_safe(cmd, tcmd, &free_list, cmd_list) { in qlt_init_term_exchange()
5548 struct qla_tgt_cmd *cmd, *tcmd; in qlt_free_qfull_cmds() local
5568 list_for_each_entry_safe(cmd, tcmd, &q_full_list, cmd_list) { in qlt_free_qfull_cmds()
5600 list_for_each_entry_safe(cmd, tcmd, &free_list, cmd_list) { in qlt_free_qfull_cmds()