Searched refs:scsi_q (Results 1 – 1 of 1) sorted by relevance
1179 struct ibmvfc_queue *scsi_q = vhost->scsi_scrqs.scrqs; in ibmvfc_purge_requests() local1198 spin_lock_irqsave(scsi_q[i].q_lock, flags); in ibmvfc_purge_requests()1199 spin_lock(&scsi_q[i].l_lock); in ibmvfc_purge_requests()1200 list_for_each_entry_safe(evt, pos, &scsi_q[i].sent, queue_list) in ibmvfc_purge_requests()1202 list_splice_init(&scsi_q[i].sent, &vhost->purge); in ibmvfc_purge_requests()1203 spin_unlock(&scsi_q[i].l_lock); in ibmvfc_purge_requests()1204 spin_unlock_irqrestore(scsi_q[i].q_lock, flags); in ibmvfc_purge_requests()