Lines Matching defs:found_evt
1493 struct srp_event_struct *tmp_evt, *found_evt;
1506 found_evt = NULL;
1509 found_evt = tmp_evt;
1514 if (!found_evt) {
1539 tsk_mgmt->task_tag = (u64) found_evt;
1564 (((u64) lun) << 48), (u64) found_evt);
1594 found_evt = NULL;
1597 found_evt = tmp_evt;
1602 if (found_evt == NULL) {
1613 list_del(&found_evt->list);
1614 unmap_cmd_data(&found_evt->iu.srp.cmd, found_evt,
1615 found_evt->hostdata->dev);
1616 free_event_struct(&found_evt->hostdata->pool, found_evt);