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

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c1273 char *mpt_off; local
1292 mpt_off = req->req_vbuf;
1366 int tidx = ((char *)sglp) - mpt_off;
1367 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
1495 se = (SGE_SIMPLE64 *) &mpt_off[nxt_off];
1609 mpt_off = trq->req_vbuf;
1611 memset(mpt_off, 0xff, MPT_REQUEST_AREA);
1677 char *mpt_off; local
1695 mpt_off = req->req_vbuf;
1768 int tidx = ((char *)sglp) - mpt_off;
[all...]

Completed in 61 milliseconds