Searched refs:found_evt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1493 struct srp_event_struct *tmp_evt, *found_evt; local
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
[all...]
H A Dibmvfc.c2597 struct ibmvfc_event *evt, *found_evt, *temp; local
2611 found_evt = NULL;
2614 found_evt = evt;
2620 if (found_evt && vhost->logged_in) {
2677 struct ibmvfc_event *evt, *found_evt; local
2684 found_evt = NULL;
2689 found_evt = evt;
2695 if (!found_evt) {
2812 struct ibmvfc_event *evt, *found_evt; local
2820 found_evt
[all...]

Completed in 128 milliseconds