Lines Matching refs:trq
1272 request_t *req, *trq; in mpt_execute_req_a64() local
1453 trq = req; in mpt_execute_req_a64()
1496 chain_list_addr = trq->req_pbuf; in mpt_execute_req_a64()
1589 if ((trq = req->chain) == NULL) { in mpt_execute_req_a64()
1592 while (trq->chain != NULL) { in mpt_execute_req_a64()
1593 trq = trq->chain; in mpt_execute_req_a64()
1595 trq->chain = nrq; in mpt_execute_req_a64()
1597 trq = nrq; in mpt_execute_req_a64()
1598 mpt_off = trq->req_vbuf; in mpt_execute_req_a64()
1639 for (trq = req->chain; trq; trq = trq->chain) { in mpt_execute_req_a64()
1641 mpt_dump_sgl(trq->req_vbuf, 0); in mpt_execute_req_a64()
1665 request_t *req, *trq; in mpt_execute_req() local
1837 trq = req; in mpt_execute_req()
1884 chain_list_addr = trq->req_pbuf; in mpt_execute_req()
1961 if ((trq = req->chain) == NULL) { in mpt_execute_req()
1964 while (trq->chain != NULL) { in mpt_execute_req()
1965 trq = trq->chain; in mpt_execute_req()
1967 trq->chain = nrq; in mpt_execute_req()
1969 trq = nrq; in mpt_execute_req()
1970 mpt_off = trq->req_vbuf; in mpt_execute_req()
2011 for (trq = req->chain; trq; trq = trq->chain) { in mpt_execute_req()
2013 mpt_dump_sgl(trq->req_vbuf, 0); in mpt_execute_req()