Searched refs:ld_tgt_id (Results 1 – 1 of 1) sorted by relevance
1789 u32 ld_tgt_id; in megasas_queue_command() local 1825 ld_tgt_id = MEGASAS_TARGET_ID(scmd->device); in megasas_queue_command() 1826 if (instance->ld_tgtid_status[ld_tgt_id] == LD_TARGET_ID_DELETED) { in megasas_queue_command() 2116 u16 pd_index = 0, ld_tgt_id; in megasas_sdev_init() local 2146 ld_tgt_id = MEGASAS_TARGET_ID(sdev); in megasas_sdev_init() 2147 instance->ld_tgtid_status[ld_tgt_id] = LD_TARGET_ID_ACTIVE; in megasas_sdev_init() 2149 sdev_printk(KERN_INFO, sdev, "LD target ID %d created.\n", ld_tgt_id); in megasas_sdev_init() 2161 u16 ld_tgt_id; in megasas_sdev_destroy() local 2171 ld_tgt_id = MEGASAS_TARGET_ID(sdev); in megasas_sdev_destroy() 2172 instance->ld_tgtid_status[ld_tgt_id] in megasas_sdev_destroy() [all...]