Searched refs:MPT_REQUEST_AREA (Results 1 – 4 of 4) sorted by relevance
833 #define MPT_REQUEST_AREA 512 macro835 #define MPT_REQ_MEM_SIZE(mpt) (MPT_MAX_REQUESTS(mpt) * MPT_REQUEST_AREA)893 #define MPT_NRFM(mpt) (MPT_REQUEST_AREA / MPT_RQSL(mpt))
1357 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req_a64()1475 if ((nxt_off + MPT_RQSL(mpt)) > MPT_REQUEST_AREA) { in mpt_execute_req_a64()1476 nxt_off = MPT_REQUEST_AREA; in mpt_execute_req_a64()1576 if (seg < nseg && nxt_off >= MPT_REQUEST_AREA) { in mpt_execute_req_a64()1600 memset(mpt_off, 0xff, MPT_REQUEST_AREA); in mpt_execute_req_a64()1748 memset(&mpt_off[tidx], 0xff, MPT_REQUEST_AREA - tidx); in mpt_execute_req()1863 if ((nxt_off + MPT_RQSL(mpt)) > MPT_REQUEST_AREA) { in mpt_execute_req()1864 nxt_off = MPT_REQUEST_AREA; in mpt_execute_req()1948 if (seg < nseg && nxt_off >= MPT_REQUEST_AREA) { in mpt_execute_req()1972 memset(mpt_off, 0xff, MPT_REQUEST_AREA); in mpt_execute_req()[all …]
744 lim = &((char *)se)[MPT_REQUEST_AREA - offset]; in mpt_dump_sgl()
2576 pptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()2577 vptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()