Searched refs:nxt_off (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c1278 uint32_t addr, cur_off, flags, nxt_off, tf; local
1463 nxt_off = MPT_RQSL(mpt);
1486 if ((nxt_off + MPT_RQSL(mpt)) > MPT_REQUEST_AREA) {
1487 nxt_off = MPT_REQUEST_AREA;
1495 se = (SGE_SIMPLE64 *) &mpt_off[nxt_off];
1496 cur_off = nxt_off;
1497 nxt_off += MPT_RQSL(mpt);
1587 if (seg < nseg && nxt_off >= MPT_REQUEST_AREA) {
1613 nxt_off = 0;
1681 uint32_t flags, nxt_off; local
[all...]

Completed in 142 milliseconds