Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt.h822 #define MPT_REQUEST_AREA 512 macro
824 #define MPT_REQ_MEM_SIZE(mpt) (MPT_MAX_REQUESTS(mpt) * MPT_REQUEST_AREA)
882 #define MPT_NRFM(mpt) (MPT_REQUEST_AREA / MPT_RQSL(mpt))
H A Dmpt_cam.c1362 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 …]
H A Dmpt_debug.c743 lim = &((char *)se)[MPT_REQUEST_AREA - offset]; in mpt_dump_sgl()
H A Dmpt.c2583 pptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()
2584 vptr += MPT_REQUEST_AREA; in mpt_dma_buf_alloc()