Searched refs:sd_mhreq (Results 1 – 1 of 1) sorted by relevance
24786 struct sd_thr_request *sd_mhreq; local24812 sd_mhreq = sd_tr.srq_thr_cur_req;24833 if (sd_reserve_release(sd_mhreq->dev,24853 ASSERT(sd_mhreq == sd_tr.srq_thr_cur_req);24854 kmem_free(sd_mhreq, sizeof (struct sd_thr_request));24855 sd_mhreq = sd_tr.srq_thr_cur_req = NULL;24888 struct sd_thr_request *sd_mhreq; local24902 sd_prev = sd_mhreq = sd_tr.srq_thr_req_head;24903 if (sd_mhreq && sd_mhreq->dev == dev) {24904 sd_tr.srq_thr_req_head = sd_mhreq->sd_thr_req_next;[all …]