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

/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1150 struct srp_event_struct *tmp_evt, *found_evt; local
1163 found_evt = NULL;
1166 found_evt = tmp_evt;
1171 if (!found_evt) {
1196 tsk_mgmt->task_tag = (u64) found_evt;
1221 (((u64) lun) << 48), (u64) found_evt);
1251 found_evt = NULL;
1254 found_evt = tmp_evt;
1259 if (found_evt == NULL) {
1270 list_del(&found_evt
[all...]
H A Dibmvfc.c2159 struct ibmvfc_event *evt, *found_evt; local
2167 found_evt = NULL;
2170 found_evt = evt;
2175 if (!found_evt) {
2259 struct ibmvfc_event *evt, *found_evt; local
2267 found_evt = NULL;
2270 found_evt = evt;
2275 if (!found_evt) {

Completed in 279 milliseconds