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

/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_cam.c1274 char *mpt_off; local
1293 mpt_off = req->req_vbuf;
1357 int tidx = ((char *)sglp) - mpt_off;
1358 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx);
1485 se = (SGE_SIMPLE64 *) &mpt_off[nxt_off];
1599 mpt_off = trq->req_vbuf;
1601 memset(mpt_off, 0xff, MPT_REQUEST_AREA);
1667 char *mpt_off; local
1685 mpt_off = req->req_vbuf;
1748 int tidx = ((char *)sglp) - mpt_off;
[all...]

Completed in 108 milliseconds