Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_cam.c1271 request_t *req, *trq; in mpt_execute_req_a64() local
1452 trq = req; in mpt_execute_req_a64()
1495 chain_list_addr = trq->req_pbuf; in mpt_execute_req_a64()
1588 if ((trq = req->chain) == NULL) { in mpt_execute_req_a64()
1591 while (trq->chain != NULL) { in mpt_execute_req_a64()
1592 trq = trq->chain; in mpt_execute_req_a64()
1594 trq->chain = nrq; in mpt_execute_req_a64()
1596 trq = nrq; in mpt_execute_req_a64()
1597 mpt_off = trq->req_vbuf; in mpt_execute_req_a64()
1638 for (trq = req->chain; trq; trq = trq->chain) { in mpt_execute_req_a64()
[all …]