Lines Matching refs:ld_tgt_id
1790 u32 ld_tgt_id; in megasas_queue_command() local
1826 ld_tgt_id = MEGASAS_TARGET_ID(scmd->device); in megasas_queue_command()
1827 if (instance->ld_tgtid_status[ld_tgt_id] == LD_TARGET_ID_DELETED) { in megasas_queue_command()
2114 u16 pd_index = 0, ld_tgt_id; in megasas_slave_alloc() local
2144 ld_tgt_id = MEGASAS_TARGET_ID(sdev); in megasas_slave_alloc()
2145 instance->ld_tgtid_status[ld_tgt_id] = LD_TARGET_ID_ACTIVE; in megasas_slave_alloc()
2147 sdev_printk(KERN_INFO, sdev, "LD target ID %d created.\n", ld_tgt_id); in megasas_slave_alloc()
2159 u16 ld_tgt_id; in megasas_slave_destroy() local
2169 ld_tgt_id = MEGASAS_TARGET_ID(sdev); in megasas_slave_destroy()
2170 instance->ld_tgtid_status[ld_tgt_id] = LD_TARGET_ID_DELETED; in megasas_slave_destroy()
2173 "LD target ID %d removed from OS stack\n", ld_tgt_id); in megasas_slave_destroy()