Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt.h833 #define MPT_REQUEST_AREA 512 macro
835 #define MPT_REQ_MEM_SIZE(mpt) (MPT_MAX_REQUESTS(mpt) * MPT_REQUEST_AREA)
893 #define MPT_NRFM(mpt) (MPT_REQUEST_AREA / MPT_RQSL(mpt))
H A Dmpt_cam.c1357 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 …]
H A Dmpt_debug.c744 lim = &((char *)se)[MPT_REQUEST_AREA - offset]; in mpt_dump_sgl()
H A Dmpt.c2576 pptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()
2577 vptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()