Lines Matching refs:mpt_off
1273 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()
1748 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req()
1872 se = (SGE_SIMPLE32 *) &mpt_off[nxt_off]; in mpt_execute_req()
1970 mpt_off = trq->req_vbuf; in mpt_execute_req()
1972 memset(mpt_off, 0xff, MPT_REQUEST_AREA); in mpt_execute_req()