Lines Matching defs:tmp_tddb
6368 struct ql4_tuple_ddb *tmp_tddb = NULL;
6380 tmp_tddb = vzalloc(sizeof(*tmp_tddb));
6381 if (!tmp_tddb) {
6395 qla4xxx_get_param_ddb(ddb_entry, tmp_tddb);
6396 if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, false)) {
6406 vfree(tmp_tddb);
6512 struct ql4_tuple_ddb *tmp_tddb = NULL;
6523 tmp_tddb = vzalloc(sizeof(*tmp_tddb));
6524 if (!tmp_tddb) {
6534 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb,
6536 ret = qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, true);
6543 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, NULL);
6545 ret = qla4xxx_should_update_isid(ha, tmp_tddb, fw_tddb);
6559 vfree(tmp_tddb);
7744 struct ql4_tuple_ddb *tmp_tddb = NULL;
7770 tmp_tddb = vzalloc(sizeof(*tmp_tddb));
7771 if (!tmp_tddb) {
7825 qla4xxx_convert_param_ddb(fw_ddb_entry, tmp_tddb, NULL);
7827 status = qla4xxx_compare_tuple_ddb(ha, flash_tddb, tmp_tddb,
7840 vfree(tmp_tddb);