Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dscsi_tgt_lib.c84 struct scsi_tgt_cmd *tcmd; in scsi_host_get_command() local
90 tcmd = kmem_cache_alloc(scsi_tgt_cmd_cache, GFP_ATOMIC); in scsi_host_get_command()
91 if (!tcmd) in scsi_host_get_command()
116 rq->end_io_data = tcmd; in scsi_host_get_command()
118 tcmd->rq = rq; in scsi_host_get_command()
125 kmem_cache_free(scsi_tgt_cmd_cache, tcmd); in scsi_host_get_command()
149 struct scsi_tgt_cmd *tcmd = rq->end_io_data; in scsi_host_put_command() local
152 kmem_cache_free(scsi_tgt_cmd_cache, tcmd); in scsi_host_put_command()
167 struct scsi_tgt_cmd *tcmd = cmd->request->end_io_data; in cmd_hashlist_del() local
170 list_del(&tcmd->hash_list); in cmd_hashlist_del()
[all …]
/linux-3.4.99/drivers/target/
Dtarget_core_tmr.c385 struct se_cmd *cmd, *tcmd; in core_tmr_drain_cmd_list() local
396 list_for_each_entry_safe(cmd, tcmd, &qobj->qobj_list, se_queue_node) { in core_tmr_drain_cmd_list()
/linux-3.4.99/drivers/net/hamradio/
Ddmascc.c311 int base[MAX_NUM_DEVS], tcmd[MAX_NUM_DEVS], t0[MAX_NUM_DEVS], in dmascc_init() local
356 tcmd[i] = in dmascc_init()
372 outb(0x36, tcmd[i]); in dmascc_init()
378 outb(0x70, tcmd[i]); in dmascc_init()
385 outb(0xb0, tcmd[i]); in dmascc_init()
396 outb(0x40, tcmd[i]); in dmascc_init()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dinit.c49 .tcmd = AR6003_HW_2_0_TCMD_FIRMWARE_FILE,
71 .tcmd = AR6003_HW_2_1_1_TCMD_FIRMWARE_FILE,
732 if (ar->hw.fw.tcmd == NULL) { in ath6kl_fetch_testmode_file()
738 ar->hw.fw.dir, ar->hw.fw.tcmd); in ath6kl_fetch_testmode_file()
Dcore.h654 const char *tcmd; member