Lines Matching defs:tmp_tddb
6377 struct ql4_tuple_ddb *tmp_tddb = NULL;
6389 tmp_tddb = vzalloc(sizeof(*tmp_tddb));
6390 if (!tmp_tddb) {
6404 qla4xxx_get_param_ddb(ddb_entry, tmp_tddb);
6405 if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, false)) {
6416 if (tmp_tddb)
6417 vfree(tmp_tddb);
6523 struct ql4_tuple_ddb *tmp_tddb = NULL;
6534 tmp_tddb = vzalloc(sizeof(*tmp_tddb));
6535 if (!tmp_tddb) {
6545 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb,
6547 ret = qla4xxx_compare_tuple_ddb(ha, fw_tddb, tmp_tddb, true);
6554 qla4xxx_convert_param_ddb(&nt_ddb_idx->fw_ddb, tmp_tddb, NULL);
6556 ret = qla4xxx_should_update_isid(ha, tmp_tddb, fw_tddb);
6571 if (tmp_tddb)
6572 vfree(tmp_tddb);
7757 struct ql4_tuple_ddb *tmp_tddb = NULL;
7783 tmp_tddb = vzalloc(sizeof(*tmp_tddb));
7784 if (!tmp_tddb) {
7838 qla4xxx_convert_param_ddb(fw_ddb_entry, tmp_tddb, NULL);
7840 status = qla4xxx_compare_tuple_ddb(ha, flash_tddb, tmp_tddb,
7854 if (tmp_tddb)
7855 vfree(tmp_tddb);