Searched refs:sec_tgt (Results 1 – 1 of 1) sorted by relevance
944 struct qedi_boot_target *pri_tgt = NULL, *sec_tgt = NULL; in qedi_find_boot_info() local966 sec_tgt = kzalloc(sizeof(*sec_tgt), GFP_KERNEL); in qedi_find_boot_info()967 if (!sec_tgt) { in qedi_find_boot_info()971 qedi_get_boot_tgt_info(block, sec_tgt, 1); in qedi_find_boot_info()1006 if (!strcmp(sec_tgt->iscsi_name, sess->targetname) && in qedi_find_boot_info()1007 !strcmp(sec_tgt->ip_addr, ep_ip_addr)) { in qedi_find_boot_info()1032 kfree(sec_tgt); in qedi_find_boot_info()