Searched refs:tmp_tddb (Results 1 – 1 of 1) sorted by relevance
6372 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_is_session_exists() local6384 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_session_exists()6385 if (!tmp_tddb) { in qla4xxx_is_session_exists()6399 qla4xxx_get_param_ddb(ddb_entry, tmp_tddb); in qla4xxx_is_session_exists()6400 if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, false)) { in qla4xxx_is_session_exists()6410 vfree(tmp_tddb); in qla4xxx_is_session_exists()6516 struct ql4_tuple_ddb *tmp_tddb = NULL; in qla4xxx_is_flash_ddb_exists() local6527 tmp_tddb = vzalloc(sizeof(*tmp_tddb)); in qla4xxx_is_flash_ddb_exists()6528 if (!tmp_tddb) { in qla4xxx_is_flash_ddb_exists()6538 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, in qla4xxx_is_flash_ddb_exists()[all …]