Searched refs:MPT_REQUEST_AREA (Results 1 – 4 of 4) sorted by relevance
822 #define MPT_REQUEST_AREA 512 macro824 #define MPT_REQ_MEM_SIZE(mpt) (MPT_MAX_REQUESTS(mpt) * MPT_REQUEST_AREA)882 #define MPT_NRFM(mpt) (MPT_REQUEST_AREA / MPT_RQSL(mpt))
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()[all …]
743 lim = &((char *)se)[MPT_REQUEST_AREA - offset]; in mpt_dump_sgl()
2583 pptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()2584 vptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()