Lines Matching refs:MPT_REQUEST_AREA
1362 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req_a64()
1481 if ((nxt_off + MPT_RQSL(mpt)) > MPT_REQUEST_AREA) { in mpt_execute_req_a64()
1482 nxt_off = MPT_REQUEST_AREA; in mpt_execute_req_a64()
1582 if (seg < nseg && nxt_off >= MPT_REQUEST_AREA) { in mpt_execute_req_a64()
1606 memset(mpt_off, 0xff, MPT_REQUEST_AREA); in mpt_execute_req_a64()
1765 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req()
1881 if ((nxt_off + MPT_RQSL(mpt)) > MPT_REQUEST_AREA) { in mpt_execute_req()
1882 nxt_off = MPT_REQUEST_AREA; in mpt_execute_req()
1969 if (seg < nseg && nxt_off >= MPT_REQUEST_AREA) { in mpt_execute_req()
1993 memset(mpt_off, 0xff, MPT_REQUEST_AREA); in mpt_execute_req()
4133 memset(fc, 0, MPT_REQUEST_AREA); in mpt_fc_post_els()
4179 memset(req->req_vbuf, 0, MPT_REQUEST_AREA); in mpt_post_target_command()