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

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c1272 request_t *req, *trq; local
1464 trq = req;
1507 chain_list_addr = trq->req_pbuf;
1600 if ((trq = req->chain) == NULL) {
1603 while (trq->chain != NULL) {
1604 trq = trq->chain;
1606 trq->chain = nrq;
1608 trq = nrq;
1609 mpt_off = trq
1676 request_t *req, *trq; local
[all...]

Completed in 176 milliseconds