Lines Matching refs:tmp_tddb

6358 	struct ql4_tuple_ddb *tmp_tddb = NULL;  in qla4xxx_is_session_exists()  local
6370 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_session_exists()
6371 if (!tmp_tddb) { in qla4xxx_is_session_exists()
6385 qla4xxx_get_param_ddb(ddb_entry, tmp_tddb); in qla4xxx_is_session_exists()
6386 if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, false)) { in qla4xxx_is_session_exists()
6396 vfree(tmp_tddb); in qla4xxx_is_session_exists()
6502 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_is_flash_ddb_exists() local
6513 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_flash_ddb_exists()
6514 if (!tmp_tddb) { in qla4xxx_is_flash_ddb_exists()
6524 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, in qla4xxx_is_flash_ddb_exists()
6526 ret = qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, true); in qla4xxx_is_flash_ddb_exists()
6533 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, NULL); in qla4xxx_is_flash_ddb_exists()
6535 ret = qla4xxx_should_update_isid(ha, tmp_tddb, fw_tddb); in qla4xxx_is_flash_ddb_exists()
6549 vfree(tmp_tddb); in qla4xxx_is_flash_ddb_exists()
7734 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_sysfs_ddb_logout() local
7760 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_sysfs_ddb_logout()
7761 if (!tmp_tddb) { in qla4xxx_sysfs_ddb_logout()
7815 qla4xxx_convert_param_ddb(fw_ddb_entry, tmp_tddb, NULL); in qla4xxx_sysfs_ddb_logout()
7817 status = qla4xxx_compare_tuple_ddb(ha, flash_tddb, tmp_tddb, in qla4xxx_sysfs_ddb_logout()
7830 vfree(tmp_tddb); in qla4xxx_sysfs_ddb_logout()