Home
last modified time | relevance | path

Searched refs:mptscsih_search_pendingQ (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c174 static MPT_FRAME_HDR *mptscsih_search_pendingQ(MPT_SCSI_HOST *hd, int scpnt_idx);
1361 mptscsih_search_pendingQ(hd, ii); in mptscsih_flush_running_cmds()
3045 if ((mf = mptscsih_search_pendingQ(hd, scpnt_idx)) != NULL) { in mptscsih_abort()
3309 if ((mf = mptscsih_search_pendingQ(hd, scpnt_idx)) != NULL) { in mptscsih_old_abort()
3440 if ((mf = mptscsih_search_pendingQ(hd, scpnt_idx)) != NULL) { in mptscsih_old_reset()
4041 mptscsih_search_pendingQ(MPT_SCSI_HOST *hd, int scpnt_idx) in mptscsih_search_pendingQ() function