Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_cam.c1273 char *mpt_off; in mpt_execute_req_a64() local
1292 mpt_off = req->req_vbuf; in mpt_execute_req_a64()
1356 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req_a64()
1357 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req_a64()
1484 se = (SGE_SIMPLE64 *) &mpt_off[nxt_off]; in mpt_execute_req_a64()
1598 mpt_off = trq->req_vbuf; in mpt_execute_req_a64()
1600 memset(mpt_off, 0xff, MPT_REQUEST_AREA); in mpt_execute_req_a64()
1666 char *mpt_off; in mpt_execute_req() local
1684 mpt_off = req->req_vbuf; in mpt_execute_req()
1747 int tidx = ((char *)sglp) - mpt_off; in mpt_execute_req()
[all …]