Lines Matching refs:tmp_tddb
6359 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_is_session_exists() local
6371 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_session_exists()
6372 if (!tmp_tddb) { in qla4xxx_is_session_exists()
6386 qla4xxx_get_param_ddb(ddb_entry, tmp_tddb); in qla4xxx_is_session_exists()
6387 if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, false)) { in qla4xxx_is_session_exists()
6397 vfree(tmp_tddb); in qla4xxx_is_session_exists()
6503 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_is_flash_ddb_exists() local
6514 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_flash_ddb_exists()
6515 if (!tmp_tddb) { in qla4xxx_is_flash_ddb_exists()
6525 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, in qla4xxx_is_flash_ddb_exists()
6527 ret = qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, true); in qla4xxx_is_flash_ddb_exists()
6534 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, NULL); in qla4xxx_is_flash_ddb_exists()
6536 ret = qla4xxx_should_update_isid(ha, tmp_tddb, fw_tddb); in qla4xxx_is_flash_ddb_exists()
6550 vfree(tmp_tddb); in qla4xxx_is_flash_ddb_exists()
7735 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_sysfs_ddb_logout() local
7761 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_sysfs_ddb_logout()
7762 if (!tmp_tddb) { in qla4xxx_sysfs_ddb_logout()
7816 qla4xxx_convert_param_ddb(fw_ddb_entry, tmp_tddb, NULL); in qla4xxx_sysfs_ddb_logout()
7818 status = qla4xxx_compare_tuple_ddb(ha, flash_tddb, tmp_tddb, in qla4xxx_sysfs_ddb_logout()
7831 vfree(tmp_tddb); in qla4xxx_sysfs_ddb_logout()